Mauricio Samy Silva wrote:
>> Mauricio Samy Silva wrote:
>>> Test case is here: http://www.maujorsite.com/temp/teste.html
>>>
>>> When we open the 2nd and 3th level submenus the links left, right and 
>>> bottom borders
>>> are missed in IE5.0 IE5.5 IE6 (don't test in IE7 until now).
>>> If the submenu are closed and then re-opens, bingo! the borders was 
>>> there!
> ---------------------------------------------------------------------------- 
> 
> From: "Ingo Chao" <[EMAIL PROTECTED]>
> To: "Mauricio Samy Silva" <[EMAIL PROTECTED]>
> Cc: "[css-d] List" <[email protected]>
> 
> 1-)  I've tried another attempt. Instead of
>>   display:none / display:block
>> I used
>>   left: -999em / left: 10em
>> respectively in the javascript:
>>   for (var ul = 0; ul < uls.length; ul++)
>>     uls[ul].style.left = "-999em";
>>   caller.parentNode.getElementsByTagName('ul')[0].style.left = "10em";
>> and so on.
> ---------------------------------------------------------------------------- 
> 
> 2-)  PS: why are there .over class rules?
>> best regards
>> Ingo
>> http://www.satzansatz.de/css.html
> ---------------------------------------------------------------------------- 
> 
> 
> Hi Ingo,
> 1-) Thanks for take your time and fix the problem.
> 
> For information purposes only:
> A friend  point out another fix.
> He said:
> "You need to use 1px and not 1% here:
> 
> * html ul li a {height: 1px;}
> 
> I think sometimes the 1% equates to 0 and doesn't seem to "enforce" 
> layout correctly. You will quite often find that 1% and 1px give 
> different behaviors in IE so always try both."
> 
> His fix worked. What you think about?

Correct. However, it does not fix the issue of the empty box.

Hover portfolio, then interfaces, then graficas. Now, leave the 
subsubnav. The sub and subsub collapse, as expected. Now move the mouse 
back to portfolio again. See the sub /and/ subsub nav expand at once, 
which is wrong. The subsub is not filled with text, but bordered. It 
should not show up at all.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to