Link to home
Start Free TrialLog in
Avatar of sedberg1
sedberg1

asked on

Spry Horizontal Drop Down menu

I am a newby at Dreamweaver.  I'm trying to create a drop down horizontal menu and inserted a horizontal Spry menu bar but in IE, the submenu opens to the right and not directly underneath it.  It doesn't happen in Firefox.  The menu I'm working with now, the only thing I've changed is the names of the menus, so no CSS has changed.

Is there some CSS property that needs to be modified/deleted to get the drop down menu in IE to really drop down underneath the actual menu?
ASKER CERTIFIED SOLUTION
Avatar of Rikus_Trent
Rikus_Trent
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sedberg1
sedberg1

ASKER

That didn't do it.  It was:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

And I changed it to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 

Either way, it still opens to the right.
Are you using IE6?

It seems like...

Because that Spry menus provided with DW CS3 doesn't behave different on various browsers.

:-)
IE 7.  I've done research online elsewhere and this seems to be a problem for multiple people but none of their fixes, including taking out text-align: center have worked. I'm just going to use some script I find somewhere, but if someone has something here, I'll take that.
As you said that you only edited the Labels on tabs, and not the CSS, then it behaves the same on IE and Fx.

That's what always happen in my case, using Win XP SP3, IE7, and Fx3.

:-)
What labels?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it shows the same problem no matter if it's a new page or existing.
I wonder where the bug lies, while this spry menu always work fine in my case.

:-)