Phil Turner wrote:

> http://www.philturner-uk.com/ypny/
> 
> the right hand div is dropping down to the bottom in IE cant seem to
>  fix it

Those dotted lines are too long and IE/win expands the entire div to
make room for them - ignoring declared width. That's a genuine IE-bug.

One solution is to add...

* html #rightcol {overflow-x: hidden;}
* html #rightcol * {position: relative;}

...which will make IE respect declared width and make content overflow
when necessary - just like other browsers.
Result: no more drop in IE.

Note: you should test with font-resizing in IE (ignore font size), and
correct those line-heights to avoid the inevitable overlapping those
pixel-values are creating.

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