html - Drop Down Nav List -


i want drop down list top apear inline aswell in same place. if on over each list change text. http://868rcacs.ca/test.php

right have drop down list working. when hover on admin list apear right below , not far left. there way fix without using individual classes or id's?

add following styles:

nav{ position:relative; }  nav li ul { display: none; position: absolute; left: 10px; } 

this ensures layout doesn't break , want. don't forget thank me if works ;-) kidding!


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -