IE7 Drop down issues….

Forums Forums Menus IE7 Drop down issues….

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #443
    wfcentral
    Member

    FF and Chrome it works great. IE7 the drop downs to not work. I read some of the other posts but all I could see different was the IE6 exception. Is the IE6 exception what is causing not to work in IE7.

    if you could take a look at

    http://mbenoitphotography.com/blog/

    #4123
    wfcentral
    Member

    found out what the issue was. With IE7 you need the following DOCTYPE posted:

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

    #4124

    Hi,
    Sorry for the delay in replying. Yes you definitely need a DOCTYPE, although not necesarily the one you showed. Any HTML 4 or XHTML 1.0 DOCTYPE will do.

    You should always use a DOCTYPE in your sites, regardless of what browser you may be targetting, unless you are using true XHTML, but that’s a whole different story …

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.