Tag: Menu

CSS Menu Stepdown Issue
Normally when floating objects you can count on them lining up vertically until they break. That is, you could if you weren’t using IE 6. IE 6 appends a line break effect after each floated block element which will cause “stepdown”. The fix here is to make sure the line-height in the parent element is ...
By aackose on February 11, 2010

ASP .Net Menu using ordered list – ul, li concept
I give a different approach to menu creation, in my ASP .Net project. The main wins being the performance and ease of use. Asp menu is pretty messy when you look at the code behind and the page size it adds. But use this concept only if performance is a critical factor. Concept: • Use ...
By aackose on February 2, 2010