[ASK]
How do you guys disappear a Menu List when you zooming in the page?
example:
<-- Normal Page [No Zoom] -->
[Logo] Profile Gallery Guestbook
<-- Zoom In 120% -->
[Logo] Profile Guestbook
<-- Zoom In 150% -->
[Logo] Guestbook
<-- Zoom In 200% -->
[Logo]
this is my css & div code for it:
#nav {list-style-type:none; margin:0px; position:static;}
#nav li a {display:inline-block; width:50; padding: 10 20 10 20; text-align:center; text-decoration:none; float:left; color:#FFF;}
#nav li a:hover {background:#FFF; color:#000; border-top:3px solid #333;}
<ul id="nav">
<li ><a href="/">Profile</a></li>
<li ><a href="/">Gallery</a></li>
<li ><a href="/">Guestbook</a></li>
</ul>
When you zoom in the page, menu disappear automatically with no scrollbar.
For the example, check out http://www.mashable.com navigation manu