CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 13th, 2012, 05:54 AM
codingcalamity codingcalamity is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2012
Location: Cowdenbeath, Fife
Posts: 1 codingcalamity User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 44 sec
Reputation Power: 0
Send a message via MSN to codingcalamity Send a message via Skype to codingcalamity
Facebook
Angry New Member - Menu code working in EVERYTHING except IE8...

Hi guys,

Got a problem here that I've been trying to resolve for days now with no luck...could really do with some help please

Problem: Main menu options appear correctly. Hover over a 2nd level menu option "For Candidates --> Browse our vacancies" should show the 3rd level menu links, this doesn't happen in IE8.

Guessing it requires an IE8 code hack, but cannot figure out how to get it to work.

style.css Code:

/*----------------------menu-------------------------*/

#menu{
width: 100%;
height:35px;
float:left;
padding:5px 0 0 0;
}

#menu ul{
list-style:none;padding:0px;margin:0px;display:block; font-weight:bold;
}

#menu ul li{
list-style:none;display:inline;float:left;width:130px;height:35px;padding:0px;line-height:35px;font-family: Arial, Helvetica, sans-serif;font-size:13px;margin:0 3px 0 3px;
}

#menu ul li a{
height:35px; width:130px;float:left;text-decoration:none;padding:0px;margin:0px;color:#6c7b83;text-align:center; background:url(images/menu_bt.gif) no-repeat center;
}

#menu ul li a:hover{
height:35px;width:130px;text-decoration:none;color: #68C2EF;
}

#menu ul li a.current{
height:35px;width:130px;float:left;text-decoration:none;padding:0px;margin:0px;color: #68C2EF;background:url(images/menu_bt.gif) no-repeat center;
}

#menu ul li ul{
position:absolute;
display:none;
}

#menu ul li:hover ul{
left:220px;
top:0px;
display:block;
}

Any ideas would be MASSIVELY appreciated, thanks!

Paul.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > New Member - Menu code working in EVERYTHING except IE8...

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap