CSS dropdown menu problem in IE

This is a discussion on "CSS dropdown menu problem in IE" within the Web Page Design section. This forum, and the thread "CSS dropdown menu problem in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 31st, 2007, 16:14
SuperMember

SuperMember
Join Date: Dec 2005
Location: Aberdeen
Age: 25
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
CSS dropdown menu problem in IE

Hi,

I have used (with permission) a menu from cssplay.co.uk, and have managed to implement it fine in Firefox but, surprise surprise, there's problems with IE. The only problem in IE7 is a minor one, it doesn't centre.

However IE6 is having major problems, the main one being that the drop down part of the menu appears completely out of place.

It can be seen here www.oscarinteriordesigns.com, and the stylesheet is available at www.oscarinteriordesigns.com/style.css.

Any help greatly appreciated.

Thanks,
Martin

Last edited by Tino; May 31st, 2007 at 16:15. Reason: Typo
Reply With Quote

  #2 (permalink)  
Old May 31st, 2007, 21:34
SuperMember

SuperMember
Join Date: Dec 2005
Location: Aberdeen
Age: 25
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS dropdown menu problem in IE

Problem solved, thanks to the very generous help of Stu Nicholls at cssplay.co.uk!

The following changes were made in the style sheet.

Line 69:
Code: Select all
from -
#nav {position:relative; z-index:14; margin:0;}
to -
#nav {position:relative; z-index:14; margin:0; text-align:center;}
Line 75:
Code: Select all
from -
#pmenu {padding:0; margin:0 auto; list-style-type: none; display:table;}
to - #pmenu {padding:0; margin:0 auto; list-style-type: none; width:908px;}
Line 89:
Code: Select all
from -
#pmenu li {float:left; background:#4a2c12;}
to - #pmenu li {float:left; display:inline; background:#4a2c12;}
Line 90 removed.

Line 122/121
Code: Select all
from - 
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
to - 
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
So a big thanks to Stu for all that help!

Cheers,
Reply With Quote
  #3 (permalink)  
Old Jun 3rd, 2007, 08:48
Jack Franklin's Avatar
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,265
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: CSS dropdown menu problem in IE

Nice work Stu

Thanks for posting the solution as well
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
Reply With Quote
Reply

Tags
css, drop down, ie6, ie7, menu

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
menu, dropdown everland Flash & Multimedia Forum 2 Aug 21st, 2007 14:58
New window from dropdown menu magiccupcake JavaScript Forum 5 Jan 2nd, 2007 01:10
image dropdown menu waterox JavaScript Forum 3 Dec 11th, 2006 02:48
Dropdown Menu Issue greenphoenix Web Page Design 2 Aug 22nd, 2006 20:17
Dropdown menu Jorgerb Flash & Multimedia Forum 6 May 17th, 2005 08:29


All times are GMT. The time now is 13:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43