[css-d] NS6.2 and :hover

2006-02-21 Thread kevinn
Hi All,

I'm playing with a navigation using li:hover to show background images to
the li's plus setting display: block to ul (and li's) nested within
it.

Sample:
ul
li
a href=#/a
ul
liItem1/li
/ul
/li
/ul

The problem is that in NS6.2, hovering thru the main li the background
changes as expected, but when the cursor is over the a tags it loses the
:hover of the list. 

Is it expected in NS6.2 or is there a work around?

Thanks

-- --- -- --- -- --- -- --- --
Kevin Navia
Web Developer

__
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/


[css-d] Ordered list problem with IE6

2005-06-14 Thread KevinN
Hi all,

Could anyone have an idea why IE6 displays an ordered list as 1.'s? On
firefox... It all seems ok.

Please see, example here:
http://beacon.ploghost.com/content/about/vision.php

Thanks

-- --- -- --- -- --- -- ---
Kevin Navia
Web Developer
[EMAIL PROTECTED] 

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


[css-d] A Pure CSS Menu - IE not following z-index to render over other divs

2005-05-17 Thread KevinN
Hi all,
Would anyone have a solution to a pure CSS menu flyout not showing above 
divs on IE6? (or lower versions)

The problem is this, on Firefox and Opera 8 the lists for the sub-menus 
are rendered over the content. But on IE6, it hides itself under the 
divs of the content beneath it. (#container and/or #sechead)

Messing with the #nav z-index and the absolute positioned sub-menus 
doesn't work as intended, in IE of course. Setting the z-index (feeding 
it only to IE) to negatives for the content divs would make the menu pop 
out, but renders the links on the content useless (like on the sidebar).

Anyone has a solution to this problem or anything that triggers this 
behavior in IE?

You could see the navigation here:
http://beacon.ploghost.com
CSS for the navigation here:
http://beacon.ploghost.com/nav.css
CSS for the site here:
http://beacon.ploghost.com/beacon.css
Note: Sorry for not cutting the other stuff out from the code, as i'm 
pressed with time at the moment.

Thanks in advance
-Kevin
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/