Lauri Pantos wrote:
> http://www.markeproductions.com/index.html
> 
> In IE on the PC, the right column does not hold its position. Its on
> my home computer and I suspect its I.E.6.0

Add...

.twocolboxr_liquid2 {margin-right: -3px; }

...to cure that IE6 bug.

> On other computers, in IE, the navigation covers the text instead of
> being above it.

It's absolute positioned correctly relative to the root, but the "page"
isn't in IE/win.

Deleting...

.padbcont_BannerSMD {margin-top: 6pc;}

...and adding...

body {padding-top: 90px;}

...will result in a more cross-browser reliable positioning.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to