I know you're experts...
I know you're experts...
Out of context: Reply #8
- Started
- Last post
- 38 Responses
- ********0
try this first....
use classes instead of IDs inside your navblock div
ie
< DIV id = menu >
would become
< DIV class = menu >
in yer HTML
and in yer CSS
#menu
would become
.menu