I thought that by adding the float style to the CSS in the ID that is used for that section, it would work, but no luck. Am I missing something else that is needed to make this work?
CODE
#menu2 {
display:block;
position:relative;
z-index: 20;
float:left;
}
display:block;
position:relative;
z-index: 20;
float:left;
}
The page can be viewed at: http://www.aahanet.org/aahalongbeach2010/
The CSS is at http://www.aahanet.org/aahalongbeach2010/s...YC2010style.css
The JavaScript menu is at http://www.aahanet.org/aahalongbeach2010/include/menunav2.js
The pages display as they should in IE, but something is not working right with FFox. Any help or advise is greatly appreciated