![]() |
.css - can someone help me with this problem
http://jigsaw.w3.org/css-validator/v...erm edium=all
having a background color error.. my page is all fucked up on firefox. |
bump for a trade partner :)
|
Quote:
|
Quote:
didn't we lol? |
Could it be that you aren't specifying a bg color?
"background:#000; " produces black |
Quote:
|
Quote:
|
|
Quote:
|
you're are using a lot of div tags. I generally don't use them. But either way, you have this in your code: (I'll cut out all the other stuff so you can just see the div tags.
Code:
<div id="container">#container { width:798px; margin:0 auto; background:#fff url('../../images/bottom_bg.jpg') repeat-x bottom left; } #main { width:550px; margin:5px; float:left; In "container" you are failing to completely enter a full 6 digit hex code for white (ffffff) and for "main", you are not entering a color at all. |
You need to add
background:#ffffff to "main" and see if that fixes it. |
ok, that didn't work. try fixing the background in the container. Make it a 6 digit hex code instead of an incomplete 3 digit code.
|
try background-color: #000000; instead of just background?
|
Quote:
|
Dude, please read a tutorial on CSS. There is so many out there and I think you'll definitely benefit from one of them.
|
| All times are GMT -7. The time now is 05:58 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123