Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-06-2009, 02:33 PM   PM User | #1
EnderM
New to the CF scene

 
Join Date: Apr 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
EnderM is an unknown quantity at this point
IE7 CSS dropdown disappearing (sometimes)?

Hello, all,

This is going to be a difficult one, as I can't post the code I'm using. I do have the site on my own server, here. I'm hoping someone has run into this problem and may be able to offer suggestions.

The site has a navigation bar at the top of the screen, with dropdowns on hovering. The hover works fine in Firefox and Safari, but when viewed in IE7, it sometimes disappears when you go to select one of the menu items. It doesn't happen every time, but enough to be bothersome.

It gets worse over any images. I've done searches all over the place and tried dozens of suggestions, but none seem to be a permanent fix.

Thanks so much in advance, everyone!

*I should add that I haven't tested in IE6, as I don't have it, so can't tell for sure if it works there or not. I am also unable to validate the code, as the company I'm at has most of the validating sites blocked. I inherited this site from the old web person here, and I'm sure the code is wonky.*

Last edited by EnderM; 04-06-2009 at 03:19 PM..
EnderM is offline   Reply With Quote
Old 04-06-2009, 02:36 PM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
This is going to be a difficult one, as I can't post the code I'm using, or even the link to where the site is located.
I feel pity.
Hi EnderM, there is no way to comment (at least for me) about such an issue by just looking a screen shot.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)

Last edited by abduraooft; 04-06-2009 at 02:47 PM..
abduraooft is offline   Reply With Quote
Old 04-06-2009, 02:54 PM   PM User | #3
EnderM
New to the CF scene

 
Join Date: Apr 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
EnderM is an unknown quantity at this point
Quote:
Originally Posted by abduraooft View Post
I feel pity.
Hi EnderM, there is no way to comment(at least for me) about such an issue by looking a screen shot.

Yeah, I figured it wouldn't be all that helpful. I'm reading over my contract now, and I think I can upload the entire site to my own server without breaking any agreements. Still can't post the code, but here is the site:

http://www.thegooddesigns.com/leviton/index.html

Hope that's a bit more helpful.
EnderM is offline   Reply With Quote
Old 04-06-2009, 03:37 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Relying on javasscript to make drop down has many draw backs such as
  • It creates a big accessibility issue for users who have no javascript support in their browser
  • User may have to wait till completely loading the page.

I'd recommend a CSS based (using :hover pseudo) dropdown instead, see http://htmldog.com/articles/suckerfish/dropdowns/ (You may have to hack it for IE, which is explained there.)
Quote:
*I should add that I haven't tested in IE6, as I don't have it, so can't tell for sure if it works there or not. I am also unable to validate the code, as the company I'm at has most of the validating sites blocked. I inherited this site from the old web person here, and I'm sure the code is wonky.*
IE-Tester is there!
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)

Last edited by abduraooft; 04-07-2009 at 08:06 AM..
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
F-b0mb (04-07-2009)
Old 04-06-2009, 03:54 PM   PM User | #5
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
You do have some errors Here.

Frank
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.

Last edited by effpeetee; 04-06-2009 at 04:03 PM..
effpeetee is offline   Reply With Quote
Old 04-06-2009, 03:56 PM   PM User | #6
EnderM
New to the CF scene

 
Join Date: Apr 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
EnderM is an unknown quantity at this point
Quote:
Originally Posted by abduraooft View Post

IE-Tester is there!
I don't know if I should thank you or hate you for this. It looks awful in IE6!

I guess it's time to start completely from scratch.
EnderM is offline   Reply With Quote
Old 04-06-2009, 04:14 PM   PM User | #7
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by effpeetee View Post
Quote:
Originally Posted by EnderM View Post
I don't know if I should thank you or hate you for this. It looks awful in IE6!

I guess it's time to start completely from scratch.
Wait... Do you know why frames are so bad? I appreciate your decision(?) to do it from scratch, but make sure that you are doing it in the correct way. Stick with semantics, and validate your markup while development.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 04-06-2009, 05:41 PM   PM User | #8
EnderM
New to the CF scene

 
Join Date: Apr 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
EnderM is an unknown quantity at this point
Quote:
Originally Posted by abduraooft View Post
Wait... Do you know why frames are so bad? I appreciate your decision(?) to do it from scratch, but make sure that you are doing it in the correct way. Stick with semantics, and validate your markup while development.
Thanks for the links. I wish I could use the validator links, but they're blocked here.

I do best starting from scratch. I didn't actually design this site originally; I'm the 3rd designer to come along and work on it (and I'm a temp, so there will be another after me), and it's a mess. I was hoping there'd be an easy fix for the IE dropdown menu issue that wouldn't cause me to have to re-do a lot of the css, but it doesn't seem like there will be.
EnderM is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:21 AM.


Advertisement
Log in to turn off these ads.