View Full Version : CSS background help


mcg1sean
05-17-2005, 02:35 AM
How do I extend my background in css? it doesnt extend as far as the text does.

www.freeweb.com/our_bandwithnoname/

bigolblob
05-17-2005, 02:56 AM
I believe this is the link: http://www.freewebs.com/our_bandwithnoname/

pb&j
05-17-2005, 07:59 AM
first thing to do is fix your css coding...

#text {
position: absolute;
top: 100px;
margin-left: 200px;
margin-right: 0px;
background-color: #003399;
font-family: arial;
color: black;
font-size: 18pt;
}

mcg1sean
05-17-2005, 02:46 PM
Thanks!! Now how do I fix the same problem on the nav bar? do the same thing?