|
Posted by Jonathan N. Little on 02/13/07 16:49
geoff@iam.unibe.ch wrote:
> Dear All,
>
> I have a problem concerning nested divs and table aligning. In FF all
> works well, in IE7 the inner div is hidden by its parent! Attached is
> a minimal html file displaying the problem. The problem seems to be
> the interplay between the "position:relative" and <table
> align="right">, since removing either of these results in similar
> pages in the two browsers, but not the output I need.
Well you should use <table style="float: right;'> and not deprecated
<table align="right">,
anyway it is not just IE7 but almost all IE's. Funny thing is it almost
works in IE4.0!
Remove the positioning on the table and IE will display it. It appears
to be some version of the classic IE peekaboo bug. (Just love IE!) But
your should post a URL of what your are really trying to do, maybe a way
to simplify what your are doing and get the desired presentation without
the bug.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|