Help quick please?!

malinchista
avatar
rank Regular

Regular


Posts: 13
Joined: 2006-06-29
Location: San Jose, California

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
rank Moderator

Moderator


Posts: 12581
Joined: 2004-06-06
Location: London

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? Smiling
Hugo.

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

malinchista
malinchista's picture
rank Regular

Regular


Posts: 13
Joined: 2006-06-29
Location: San Jose, California

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.

Eye-wink
s.