Coding CSS Menus without UL and LI
Wednesday, September 27th, 2006Last night I was struggling with a menu and hover effects. After reading all the interesting tutorials about CSS Menus by various experts who all build their menus as list items.
I initially built the menu as an unordered list with li:hover effects. All worked well in Firefox but the li:hover is not supported in […]