Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Column doesn't float right in IE

Status
Not open for further replies.

pcunix

MIS
Dec 16, 2001
868
US
I've banged my head on this long enough..


In Firefox, Safari, Opera and everything else I've tried, this page displays as I intend it to: the column that begins with "More articles in..." is to the right of the main page body.

Sometimes it's there with IE too - I think if you Refresh a few times, it finally moves there. But usually it can be found at the bottom of the page.

Is this just me doing this wrong?

Tony Lawrence
Linux/Unix/Mac OS X Resources
 
Do you need a position:absolute; statement in #callouts div in slate.css? Not sure if just having the float:right implies position:absolute.

Shootin' in the dark here. Good luck!

--Dave
 
This works for me to some degree of effectiveness, but it overlaps with some text half-way down the page. In slate.css:

Code:
#callouts
{
[b] position:absolute;
 right:0%;
 top: 2%;[/b]
 float: right;
 width: 170px;
 margin: 1em 0 0 0;
}

'best I could do.

Good luck.

--Dave
 
Yeah, that doesn't turn out so well :)

Should I just start over and rewrite this whole page?

Tony Lawrence
Linux/Unix/Mac OS X Resources
 
Maybe.

Do a Google search on "CSS three column". There's a lot of helpful hints out there for doing what it looks like you're trying to do.

Good luck!

--Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top