vote up 0 vote down star

I'm working on drop down menus for this: http://www.heroicdreams.com/wordpress/elderFlashSite.html

In every other browser it works great, but in IE7 the drop down widths are being limited by the size of the top link and it's margin. Is there a way to get IE to behave like all other browsers in that it will allow the drop down widths to extend beyond the original div size?

I'm using javascript to show/hide the menus, and a ul for each menu inside the same div as the origin link.

flag

75% accept rate

1 Answer

vote up 1 vote down check

Adding a DOCTYPE to your page might help.

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

See (among others) A List Apart: Fix Your Site With the Right DOCTYPE!

link|flag
Awesome! Thanks – HeroicNate Jul 9 at 17:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.