JavaScript
--
Questions
--
Followers
Top Experts
Missing navigation with animation
http://nsitedesigns.com/nsitedesigns/miller/index_missingnav.html
Navigation working when placeholder displayed as an image and not navigation
http://nsitedesigns.com/nsitedesigns/miller/index_backupNav.html
Help! ย
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
*ul#main-nav li ul li a {min-width:90px;} /*needed to manage width of IE7 drop down buttons*/
ul#main-nav {
margin:0px 0px 10px 170px;
width:935px;
padding-top:70px;
height:80px;
position:absolute;
}
ul#main-nav li {
margin:0;
padding:0;
list-style:none;
float:left;
display:inline; /*needed for ie bug*/
}
ul#main-nav li a {
text-decoration:none;
display:block;
color:#333; /*main button text color no activity*/
padding:4px 15px 6px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
border-right:1px solid #666;
white-space:nowrap;
}
ul#main-nav li a:hover, ul#main-nav li a:focus {
text-decoration:none;
background-color:#14174f;
color:#fff;
}
ul#main-nav li ul {
padding:0;
margin:0;
display:none;}
ul#main-nav li:hover ul {/*needed so mouseovers float over main image*/
display:block;
position:absolute;
}
ul#main-nav li ul li {float:none;}
ul#main-nav li ul li a { /*drop down menu buttons w/o mouseover*/
font-size:14px;
text-decoration:none;
background-color:#fff;
color:#000;
margin:0;
height:20px;
text-align:left;
border:0 none;
}
/*THIRD LEVEL BUTTONS*/
ul#main-nav li ul ul {
margin: -1em 0 0 10em;
}
ul#main-nav li.lastbutton a {
border:none;
padding-right:8px;}






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Add #main-nav {overflow:hidden;} to your css and you will be fine.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
JavaScript
--
Questions
--
Followers
Top Experts
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.