- This topic has 16 replies, 3 voices, and was last updated 16 years, 2 months ago by imported_Ryan.
-
AuthorPosts
-
August 19, 2008 at 6:28 pm #334nick_w3Member
Hello,
I am having an issue with IE shifting the drop down menu over to the right of the top level link, instead of below it (which works it all other browsers).
Any help would be greatly appreciated, this is a great plugin!
URI: http://www.beverlyhillsprofiles.com
Thank you!
August 21, 2008 at 8:43 am #3431imported_RyanMemberYour problems seem to be caused by modifications you have made to it. What did you modify in the menus CSS?
Also, for some reason the javascript for <IE6 isn’t showing either. Have you done anything to remove the javascript? Or is there a problem with the plugin which is causing this? I double checked my test install and it is functioning fine – I can’t replicate the problem you have.
August 21, 2008 at 8:43 am #3531imported_RyanMemberYour problems seem to be caused by modifications you have made to it. What did you modify in the menus CSS?
Also, for some reason the javascript for <IE6 isn’t showing either. Have you done anything to remove the javascript? Or is there a problem with the plugin which is causing this? I double checked my test install and it is functioning fine – I can’t replicate the problem you have.
August 21, 2008 at 4:48 pm #3432nick_w3MemberThe CSS was mostly just modified for styling and position.
We had to pay someone to fix it before, but after installing the WP upgrade to 2.6.1 it stopped working properly in IE7. I did not change or replace any of the files in /themes or /plugins, so I am at a loss as to what the core issue is.
Thank you for checking this out for me.
August 21, 2008 at 4:48 pm #3532nick_w3MemberThe CSS was mostly just modified for styling and position.
We had to pay someone to fix it before, but after installing the WP upgrade to 2.6.1 it stopped working properly in IE7. I did not change or replace any of the files in /themes or /plugins, so I am at a loss as to what the core issue is.
Thank you for checking this out for me.
August 21, 2008 at 9:02 pm #3433imported_RyanMember[quote:3rey7c60]We had to pay someone to fix it before, but after installing the WP upgrade to 2.6.1 it stopped working properly in IE7.[/quote:3rey7c60]
I doubt that it was the upgrade which caused your problem. There were no changes (that I am aware of) in WP2.6.1 which changed the HTML/CSS output.
Do you have an example page of how your menu worked before? That would make it a lot easier to bug fix where the problem has crept in.
August 21, 2008 at 9:02 pm #3533imported_RyanMember[quote:3rey7c60]We had to pay someone to fix it before, but after installing the WP upgrade to 2.6.1 it stopped working properly in IE7.[/quote:3rey7c60]
I doubt that it was the upgrade which caused your problem. There were no changes (that I am aware of) in WP2.6.1 which changed the HTML/CSS output.
Do you have an example page of how your menu worked before? That would make it a lot easier to bug fix where the problem has crept in.
August 21, 2008 at 9:06 pm #3434nick_w3MemberWell it works in Firefox, Opera, Safari, etc just fine it’s just IE that throws a fit over it. Uploading my backup of the old style files didn’t seem to fix the issue. Usually this kind of behavior in IE suggests to me that its a inline display or margin issue, but I have tried all the usual hacks/fixes and I’ve had no luck.
August 21, 2008 at 9:06 pm #3534nick_w3MemberWell it works in Firefox, Opera, Safari, etc just fine it’s just IE that throws a fit over it. Uploading my backup of the old style files didn’t seem to fix the issue. Usually this kind of behavior in IE suggests to me that its a inline display or margin issue, but I have tried all the usual hacks/fixes and I’ve had no luck.
August 22, 2008 at 4:54 am #3435AnonymousMemberRyan,
I have a question for you. I have no problem placing your script on the bottom of the header.php code. But have you ever tried to put the drop down menu in the middle of a header. I have still not completely succeeded, but still trying.
August 22, 2008 at 4:54 am #3535AnonymousMemberRyan,
I have a question for you. I have no problem placing your script on the bottom of the header.php code. But have you ever tried to put the drop down menu in the middle of a header. I have still not completely succeeded, but still trying.
August 22, 2008 at 11:05 am #3436imported_RyanMemberI’m not surprised it isn’t working. Your HTML looks like this:
[code:1gcpd87s]<ul>
<ul id="suckerfishnav">[/code:1gcpd87s]You can’t have a UL tag inside another without a LI tag.
You probably have something like this in your theme …
[code:1gcpd87s]<ul>
<?php suckerfish(); ?></ul>[/code:1gcpd87s]Try removing the <ul> tags and your menu should start working better. If it doesn’t correct it, feel free to post back and I’ll take another look.
August 22, 2008 at 11:05 am #3536imported_RyanMemberI’m not surprised it isn’t working. Your HTML looks like this:
[code:1gcpd87s]<ul>
<ul id="suckerfishnav">[/code:1gcpd87s]You can’t have a UL tag inside another without a LI tag.
You probably have something like this in your theme …
[code:1gcpd87s]<ul>
<?php suckerfish(); ?></ul>[/code:1gcpd87s]Try removing the <ul> tags and your menu should start working better. If it doesn’t correct it, feel free to post back and I’ll take another look.
September 7, 2008 at 9:23 pm #3437AnonymousMemberIE problem ? the dropdowns display but when I scroll over them they disappear.
Works with firefox but header is now messed up.September 7, 2008 at 9:23 pm #3537AnonymousMemberIE problem ? the dropdowns display but when I scroll over them they disappear.
Works with firefox but header is now messed up. -
AuthorPosts
- You must be logged in to reply to this topic.