2 replies [Last post]
malinchista
malinchista's picture
User offline. Last seen 38 weeks 3 days ago. Offline
rank Regular
Regular
Timezone: GMT-7
Joined: 2006-06-29
Posts: 19
Points: 0

Hi folks,

I just prematurely announced a site and found an entire column is not showing in IE. It validates for xhtml & css & IE browser check. God, I hate IE.

Any clue why "left" & "leftbottom" wouldn't show in IE? Page is at http://malcs.net/website.htm and relevant css is below.....

Help, please!
s.
Not a newbie, but a survivor of the great site upgrade of 2006

#introbox {
	float: right;
	margin: 20px 50px 20px 200px;
	font-size: 14px;
	font-weight: bold;
}
#left {
	margin: 30px 5px 0 20px;
	font: italic 14px/20px Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	position: absolute;
	clear: left;
}

#leftbottom {
	margin: 220px 5px 0 20px;
	font: italic 14px/20px Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	position: absolute;
	border: 1px dashed gray;
	clear: left;
}

#left p {font: italic 14px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#content {
	clear: both;
}

Hugo
Hugo's picture
User offline. Last seen 5 hours 14 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 13575
Points: 555

sorry, but on page load

Laughing out loud sorry, but on page load greeted with How to create a website"

Add display:inline to the #introbox and then look up the well known IE 'Double margin bug' for explanation.

I guess you wont be jumping the gun in future then? Smile
Hugo.

Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

malinchista
malinchista's picture
User offline. Last seen 38 weeks 3 days ago. Offline
rank Regular
Regular
Timezone: GMT-7
Joined: 2006-06-29
Posts: 19
Points: 0

Belated thanks

Thanks a ton, Hugo. Sorry I haven't responded...but the site seemed dead there for a while.

I appreciate your feedback....and no, don't think I'll be making that mistake again.

Wink
s.