Wed, 2004-10-06 14:32
Hi,
Please have a look at the following test page in IE or Safari:
http://www.apbroadcast.com/AP+Broadcast/radio/test.htm
In these browsers, it looks as it should. Now check the same page in Mozilla. The grey box in the right-hand column should disappear.
This is my first attempt at CSS layout, so the problem is quite possibly something stupid, but I haven't been able to figure it out. Any thoughts?
Thanks,
- Jeff
Wed, 2004-10-06 14:48
#1
Disappearing div
You have
#subhome_right_box { BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #999; PADDING-LEFT: 0px; Z-INDEX: -1; LEFT: 542px; FLOAT: right; PADDING-BOTTOM: 0px; WIDTH: 187px; PADDING-TOP: 0px; BORDER-BOTTOM: #999 1px solid; POSITION: absolute; TOP: 191px; BACKGROUND-COLOR: #e6e6e6 }
Change the z-index to a non negative number and the grey bit comes back
Wed, 2004-10-06 15:18
#2
Disappearing div
Like I said, probably something stupid. Thanks!