Hi,
Grateful for any help! I have a dreamweaver template which works fine on a Mac with Firefox and Safari, but when opened in IE7 on a PC the menu bar accros the top is ok but the dropdowns appear as a horizontal list, instead of vertical, and the submenues are not displayed. The site is not available on the web Can anyone advise how to fix this please?
I am using the default Spry code and Dreamweaver CS5, and have run Update to ensure latest versions, on iMac with Snow lepoard - also updated.
Many thanks
Richard
Have a look here http://labs.adobe.com/technologies/spry/samples/menubar/AutoWidthHoriz ontalMenuBarSample.html and when you get down near the bottom of the page add !important as per following
ul.MenuBarHorizontal ul li {
display: block;
float: none !important;
width: auto;
white-space: nowrap;
border-bottom: solid 1px #EEE;
}
The !important will override any changes that the JS wants to make.
Gramps
Thanks that has worked as far at the alignment of the menus is concerned, however the text in the menus now appears on a white background and I get a variable gap between the menu and submenus! I am researching that at the monemt and will start as new discussion if I cannot find an answer. I have checked the comments in the link above which would seem to be relevant, but without success!
North America
Europe, Middle East and Africa
Asia Pacific