Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 03-05-2011, 12:02 AM   #1
New Member
 
Join Date: Feb 2011
Location: NSW, Australia
Posts: 13
Default css problem?

I am slowly getting to know more about HTML and CSS.
on a site I am playing with i am having problems changing the background colour ?here is the HTML

</head>

<body>
<div id="Wrapper">
<div id="heading">
<h1>Aus Fly</h1>
</div>
<h2>online Fly tying resource</h2>

<p>I will type some text in here so I can play with css</p>
</div>

</body>

Here is the CSS
H1 {
font-family:"Comic Sans MS", cursive;
color: #009;
text-align:center;
}



h2 {color:#CC3;
font-size:36px;
text-align:center

}
p {text-align:center
}
/*Divs*/
#wrapper {
background-color:#00F;
}

#heading {background-color:#CCC;
border:#000;
border-style:double
}

why wont the background on the wrapper change colour? I also can not add borders etc either.

when I started a new page and linked it to my CSS as soom as I put in the div wrapper it changed colour

obviously this is not a real site just a very short thing to play with and learn
Gizo is offline   Reply With Quote


Old 03-05-2011, 12:11 AM   #2
New Member
 
Join Date: Feb 2011
Location: NSW, Australia
Posts: 13
Default

the heading div has changed colour, what have I missed?
Gizo is offline   Reply With Quote
Old 03-05-2011, 01:03 AM   #3
Platinum Member
 
ronaldroe's Avatar
 
Join Date: Jan 2011
Location: Oklahoma City, OK
Posts: 676
Send a message via Skype™ to ronaldroe
Default

CSS is case sensitive. "Wrapper" and "wrapper" are not the same thing.
ronaldroe is offline   Reply With Quote
Old 03-05-2011, 01:11 AM   #4
New Member
 
Join Date: Feb 2011
Location: NSW, Australia
Posts: 13
Default

Thanks, now it works,
it had to be something simple, i had better be more careful.

Tim
Gizo is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:34 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.