So what's the fix?!?!
18 Replies - 2451 Views - Last Post: 23 February 2005 - 11:20 AM
#17
Re: Sorry Folks
Posted 23 February 2005 - 12:16 AM
Ditch that relative suff ... only the middle column is expando. Something like this:
Note:
is an evil kludge for IE to make it behave.
Thanks to:
http://glish.com/css/7.asp
#leftcolumn {
position: absolute;
left:10px;
top:50px;
width:200px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
}
#middlecolumn {
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
}
#rightcolumn {
position: absolute;
right:10px;
top:50px;
width:200px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
}
Note:
voice-family: "\"}\""; voice-family: inherit; margin-left: 201px; margin-right:201px;
is an evil kludge for IE to make it behave.
Thanks to:
http://glish.com/css/7.asp
#18
Re: Sorry Folks
Posted 23 February 2005 - 08:43 AM
Hmmmm, I haven't thought about doing the boxes a fixed size... never really wanted to, but it might work... I'll give it a shot.
I reverted the forums back to HTML tables, the homepage is still using divs however.
I reverted the forums back to HTML tables, the homepage is still using divs however.
#19
Re: Sorry Folks
Posted 23 February 2005 - 11:20 AM
I'm running firefox .9 in OSX 10.3.7 and everything is looking fine on my end.

New Topic/Question
This topic is locked




MultiQuote



|