Re: [css-d] CSS list question

2006-01-29 Thread Ricky Zhou
> When you hover over one of the items in the top level, it displays the second
> level but pushes the adjacent top level items to the right.
You have to set position: absolute on #header-list-menu li ul, or the
inner  will stretch the 's width when it becomes display:
block, pushing the other s to the side.

Happy Chinese New Year,
Ricky
__
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] CSS list question

2006-01-29 Thread Jonathan Carter
I've got a simple 2 level CSS navigation menu that is giving me an odd 
"issue", that is probably my fault. When you hover over one of the items 
in the top level, it displays the second level but pushes the adjacent 
top level items to the right. If anyone could point out what's being 
done wrong here I would greatly appreciate it. Thanks.

http://caninetalk.com/

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