bishtdbest
-
horizontal menu - break down on zoom
i think we can use @ media query in css for all resolution.. yes this is prefect solution for this condition :)
-
horizontal menu - break down on zoom
don't use width in li .... text will change
-
horizontal menu - break down on zoom
stye: body { font: normal 1.1em/1.2 Arial, Helvetica, sans-serif } .page { width: 720px; margin: 0 auto; } .nav { overflow: hidden; list-style: none; padding: 0; margin: 0; background: #CCC; } .nav li { float: left; padding: 2p…
-
disable all
thanks sir, i like ur post .. and i agry with u but this is my clients requirement and i don't want 2 say that "i can't do this task"... :(
-
display table for ie6
http://www.tjkdesign.com/articles/float-less_css_layouts.asp
-
overflow hidden doing problem....
Thank you sir... for your fast reply, but i think its not a perfect solution. it should be flexible height and browser compatible.