Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
IE problems with dropdown menu
Old 07-18-2009, 04:46 PM IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
Hi,

I have a drop down menu on my website www.leehughes.co.uk

i thought everything was working ok until an email from a friend saying that she struggled to click the drop down links as they disappeared too fast.

I have just tested it on a windows comp with IE and it does disappear too fast for you to click on the link.

Am using firefox and a mac and everything works fine...

The website has the following

Browser support

Browser support, includes, but is not limited to:

* IE5.x - Windows and Mac
* IE6.x - Windows
* Opera 8 and higher - Windows
* Opera 9 and higher - OS X
* Safari 1.2 and higher - OS X
* Firefox 1.0 and higher - Windows and OS X
* Mozilla/Gecko 1.0 and higher - Windows and OS X


Not sure what to do

Html and the css for the dropdown menu are included
Attached Files
File Type: txt Untitled.txt (12.4 KB, 1 views)
File Type: txt css.txt (6.0 KB, 0 views)
leehughes is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-18-2009, 08:25 PM Re: IE problems with dropdown menu
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I suspect the problem is due to putting the hover pseudo-class on the <li> rather than the <a>,which IE6 does NOT support. You need the whatever:hover script to make it work properly in IE.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-18-2009, 08:32 PM Re: IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
Yeah the hover does have the <li> tag. Will I need to create a new css page for this new tag or can I simply add it to the current one ?

Thanks
leehughes is offline
Reply With Quote
View Public Profile
 
Old 07-19-2009, 06:12 AM Re: IE problems with dropdown menu
StylaStyla's Avatar
Mad Man

Posts: 401
Name: Styla
Location: City of London
Trades: 0
no need for a new css page
StylaStyla is offline
Reply With Quote
View Public Profile Visit StylaStyla's homepage!
 
Old 07-19-2009, 07:25 AM Re: IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
still not working .. hmmm
leehughes is offline
Reply With Quote
View Public Profile
 
Old 07-19-2009, 10:30 AM Re: IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
update...

I have narrowed down the problem to that of IE does not like the code I put in for the transparent colour as my backround

Code:
<param name="wmode" value="transparent">
My aim is to get the drop down background to transparent then when hover over the link background goes black with white font colour to highlight the link..

Is there a code for a transparent background that works well with MSIE?

thanks
leehughes is offline
Reply With Quote
View Public Profile
 
Old 07-19-2009, 05:29 PM Re: IE problems with dropdown menu
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
That wmode is for flash, and it DOES work with IE6.

Did you get the whatever:hover script ?
http://www.xs4all.nl/~peterned/csshover.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-19-2009, 07:00 PM Re: IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
Hi,

Yeah I read about the whatever:hover but know I doubt if it is that problems as I added background-color: transparent; which seemed to make the background transparent but still gave me the same problems. SO am guessing it is not a transparent issue any more.

Still confused, it works on IE 8 but not below..
leehughes is offline
Reply With Quote
View Public Profile
 
Old 07-19-2009, 09:05 PM Re: IE problems with dropdown menu
Brian07002's Avatar
Defies a Status

Posts: 2,142
Name: ...
Location: ...
Trades: 0
Not working in IE6 >> Dropdown links

Firefox - 3.0.11 >> Dropdown links work
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is online now
Reply With Quote
View Public Profile
 
Old 07-20-2009, 10:21 AM Re: IE problems with dropdown menu
Experienced Talker

Posts: 40
Trades: 0
Hey guys... website now fixed, well only tested it for IE 7 as that's all I have but it worked..

here is what I needed to do..

#menuwrapper {
border-top: 1px solid #000;
border-bottom: 1px solid #333;
background-color: #000000;
background-image: url();
background-repeat: repeat-x;
padding-bottom:0;/* 25px;*/
padding-right: 1px;
margin-right: 0px;
height: 1px;
bottom: auto;
}

#p7menubar li ul, #p7menubar ul li {
width: 12em;
background:url(fake.jpg); /*IE needs some sort of BG on the UL*/
}
I also needed to add a </style> to one of my html tags

Yay!!
leehughes is offline
Reply With Quote
View Public Profile
 
Old 07-24-2009, 02:59 PM Re: IE problems with dropdown menu
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
which seemed to make the background transparent but still gave me the same problems. SO am guessing it is not a transparent issue any more.
Unfortunately, it doesn't make any difference, you still need the wmode.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-24-2009, 10:16 PM Re: IE problems with dropdown menu
Skilled Talker

Posts: 54
Trades: 0
I thought IE6 couldn't view transparencies, and instead uses an ugly brownish coloring?
KellyAX is offline
Reply With Quote
View Public Profile
 
Old 07-25-2009, 09:14 PM Re: IE problems with dropdown menu
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
I thought IE6 couldn't view transparencies, and instead uses an ugly brownish coloring?
No, IE6 cannot display transparent PNG's - this is not a PNG problem.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-28-2009, 03:22 PM Re: IE problems with dropdown menu
Novice Talker

Posts: 11
Name: Jeff
Location: Colorado
Trades: 0
Here is a hack that allows IE6 to work properly with your png.
http://vectorthis.com/2009/02/07/ie6...parency-hacks/
Kelevraco is offline
Reply With Quote
View Public Profile Visit Kelevraco's homepage!
 
Reply     « Reply to IE problems with dropdown menu
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44703 seconds with 13 queries