![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
pbd22 wrote: http://dushkin.googlepages.com/navigation.htm want the main nav items to hold their position when submenus are expanded. What seems to be bappening is that all the nav items to the right are going to the bottom of the sub menu. You need to relatively position the parent <li> and absolutely position the child sub_menu. That takes the child out of the flow so the positioning of the other parent <li>s aren't affected, and maintains the positioning relationship between a parent and child. I suggest, however, that instead of a child <div> you use a child <ul>. It is more semantically correct and degrades better. -- Berg |
![]() |
| Thread Tools | |
| Display Modes | |
| |