[thelist] Site Check - IE Explorer v5 anomaly

ben morrison morrison.ben at gmail.com
Wed Oct 26 09:01:43 CDT 2005


> In IE Mac v5.2  in OS X the navigational buttons on each side of the image
> float to the top of the containing box and the background image on the
> containing block does not show up.

Try using position:absolute instead of relative

/*This is the left navigational area beside the photo  */
#photoNavbarLeft {
	float: left;
	width: 48px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:159px;
}



More information about the thelist mailing list