View Full Version : Div Backround?


Demented
06-25-2004, 01:10 AM
Hello!
I have a backround for my divs, and it doesn't seem to be showing up in my page. The code is here:

#content_right {
width: 175px;
backround: #F2BABE;
text-align: left;
font-size: 8pt;
font-weight: 100;
letter-spacing: 0px;
border: 0px solid #000000;
}

#header {
width: 100%;
backround-color: #F24C58;
text-align: left;
font-size: 8pt;
font-weight: 100;
letter-spacing: 0px;
border: 1px solid #000000;
}

#entry {
width: 100%;
backround: #F2BABE;
text-align: left;
font-size: 8pt;
font-weight: 100;
letter-spacing: 0px;
border-top: none;
border-bottom: none;
border: 1px solid #000000
}

#footer {
width: 100%;
backround: #F24C58;
text-align: left;
font-size: 8pt;
font-weight: 100;
letter-spacing: 0px;
border-top: none;
border: 1px solid #000000
}

#content_middle {

width: 590px;
backround: #EC0000;
text-align: justify;
padding: 2px;
font-size: 8pt;
font-weight: 100;
letter-spacing: 0px;
border: 0px solid #FF8040;
}

I can't seem to find what's wrong with the backround part of the code. It also isn't recognizing the border specifications either. Please help! Thanks!!
Sincerely,
Eddie.

Cherchezlafemme
06-25-2004, 01:34 AM
were you giving the div's a class?

kittycat
06-25-2004, 03:01 AM
You have backround, you forgot the g for background in each section ;)