Forums › Forums › Menus › Dropdown doesn’t work at all on IE7 ( but works on IE6, Firefox, Opera, and Safari )
- This topic has 9 replies, 3 voices, and was last updated 15 years, 11 months ago by imported_Ryan.
-
AuthorPosts
-
November 27, 2008 at 3:54 pm #469fabmanMember
http://www.urbansimulations.com/web/newsru/
The first two choices on the menu are dropdown menus, but it doesn’t work. They’re not behind the photo, because I tried removing the whole layer of the photo too.
Any ideas?.
Thanks you very muchP.S.
I have modified the css and the menus are <ul> on the html code.November 27, 2008 at 11:33 pm #4261imported_RyanMemberYour menu looks excellent. Good job ” title=”Cheesy” />
I think your problems are caused by IE7 choking on the HTML comments before your DOCTYPE. The first part of the document always has to be the DOCTYPE or the browser has to guess which DOCTYPE it is, which in the case of IE7 is quirks mode which the menu won’t work with.
[code:i8dhqf4k]<!–
–>
<!– CARGA LA CABECERA DEL BLOG –>
<!–
–>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
[/code:i8dhqf4k]If that doesn’t work, then let me know and I’ll take a closer look for you.
November 28, 2008 at 12:40 am #4262fabmanMemberWell, I’m sorry to ask something no related with your plugin, but I had no idea what was going on with the site anymore..
> Your menu looks excellent. Good job ” title=”Cheesy” />
Thanks, it’s been a pain in the ar** to setup, I had no idea of css, php and wordpress when I started setting this thing up ( bosses orders ), but now… I still have no idea and I feel even more confused..
Thanks again for the help, now works perfectly, and I hope to finish the setup of the site in russian for the weekend.
Cheers
FabianDecember 1, 2008 at 4:05 pm #4263AnonymousMemberSame problem. Though your solution doesn’t work for me.
Can some one help?
The page I’m working on is located here http://www.rockmusical.dkDecember 3, 2008 at 1:11 am #4264imported_RyanMember"fabman" wrote:Well, I’m sorry to ask something no related with your plugin, but I had no idea what was going on with the site anymore..Most of the questions posted here have nothing to do with the plugin! Almost all problems are related to other coding problems unrelated to the plugin itself.
Kasper – what exactly is wrong? Your menu seems to be working fine for me.
December 14, 2008 at 11:53 am #4265AnonymousMemberWell it works perfectly in Safari and Firefox plus IE6, but in IE7 it doesn’t show at all.
December 14, 2008 at 1:46 pm #4266imported_RyanMemberKasper – Your problem is probably caused by the reset.css file. Resetting all of your CSS properties like that is generally not a good idea.
Removing the UL aand LI from the following code in your reset.css file might fix it. If it doesn’t then post back here and I’ll take a closer look for you.
[code:1p1w1p8r]strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
background: transparent;
}
[code][/code:1p1w1p8r]December 14, 2008 at 5:59 pm #4267AnonymousMemberThanks I’ll try that!
December 14, 2008 at 6:07 pm #4268AnonymousMemberYES!!!
That did the trick!Thanx for a wonderful plugin and great support!
Merry Christmas
December 15, 2008 at 3:49 am #4269imported_RyanMemberGood to hear that did the trick ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.