Previous Message
Next Message

Re: [css-d] Baffled by IE Win CSS problem(s)

Sent by James M Long on 9 July 2002 12:12


Well I looked at your code, seems a bit complex for what you want to do,
but I think that the quick fix would be to change the following:

#frame #center
{
	display: block;
	background: #fff;
	width: auto;
	margin: 0px 120px 0px 150px;
	border-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
to
#frame #center
{
	display: block;
	background: #fff;
	width: auto;
	margin: -9px 120px 0px 150px;
	border-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

I checked this change in IE6,Mozilla 1.0 (HP-UX and Win2K), Opera 6.03
(WinXP)... and I also checked it in Mandrake 8.2/Konqueror 2.2.2 (This
doesn't work well, the white box overlays the top frame. ).

I think the real issue is that the center div isn't defined correctly and
I had some similar problems with one of my own websites. You may want to
take a look at the layout and css, you may be able to adapt that to your
purpose.
http://designfaith.com

James...
aka Semaj
www.semaj.org
www.designfaith.com
Previous Message
Next Message

Message thread: