This is such a lame thing I can't comprehend why in the world simple coding things like this don't work.
So I have some code like this:
<div id="1">
<div id="2">
<div id="3">
Some HTML code goes here.
</div>
</div>
</div>
My CSS code is something like
#1 { width:100%; text-align:center; }
#2 { width:750px; margin-left:auto; margin-right:auto;}
#3 { background-image: url(mybackground.jpg); background-repeat: vertical-x; }
So all of this works in IE 7, but the background image doesn't show up in Firefox for PC, Safari - MAC, Firefox MAC...
Why doesn't the background image display -- this should be something that just works -- there isn't anything crazy there.
Let me know your thoughts.







)

Bookmarks