Follow-up...

>> http://scott.sauyet.com/CSS/Test/MissingImage/
>> 
>> If you look at it in Firefox or Opera, you will see an icon and the
>>  name "Fred Ames" to the right of the tabs.  If you look at it in 
>> IE, it's missing.

> I usually solve that type of 'AP' related problems in IE/win by not 
> 'AP' the element. Instead I'd use 'removed floats'... floats that do 
> not occupy any area :-)

If you want to avoid restyling, you can simply wrap the entire...

<div id="perm"><div class="contact">...</div></div>

...in another - unstyled - div, as that will isolate the absolute
positioned element from the floating <ul id="nav">.
That 'AP' next to 'float' is what causes the problem in IE/win.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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