Menu problems in IE7

This is a discussion on "Menu problems in IE7" within the Web Page Design section. This forum, and the thread "Menu problems in IE7 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 Apr 4th, 2007, 16:03
New Member
Join Date: Apr 2007
Location: Nottingham
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Menu problems in IE7

I am currently creating a website for a friend. The site is located at: http://www.alsdevelopments.co.uk/bhb/

This site worked well with Firefox. I then looked at it in IE7 and the menus were moved to the top of the navigation part of the CSS I used. I have since tried to fudge this to work by inserting some padding above and below and this has made things go very strange in firefox.

The other problem I have is with the colours I have inserted in the main body of the site. They seem to bleed into the other areas in firefox but in IE they are correct.

I am now very confused.......can anyone help me?

Many thanks in advance.

Andy

Last edited by karinne; Apr 4th, 2007 at 19:09. Reason: Fixed the link ;)
Reply With Quote

  #2 (permalink)  
Old Apr 4th, 2007, 17:59
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

Can you post a link that works please!!
Reply With Quote
  #3 (permalink)  
Old Apr 4th, 2007, 21:40
New Member
Join Date: Apr 2007
Location: Nottingham
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

http://www.alsdevelopments.co.uk/bhb/index.html
Reply With Quote
  #4 (permalink)  
Old Apr 4th, 2007, 23:09
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

I've looked at the site in FF and IE7 and they look identical....
Reply With Quote
  #5 (permalink)  
Old Apr 5th, 2007, 02:22
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

Same here, IE7 and Firefox are showing it the same for me.
Reply With Quote
  #6 (permalink)  
Old Apr 5th, 2007, 06:38
New Member
Join Date: Apr 2007
Location: Nottingham
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

Hi guys,

When you load them up in IE due to the padding the menus look centered in the nav bar.

However, if you look in FF they are dropped down severely this is cos of the padding.

However, if I remove the padding to make the menus look ok in FF they are at the top in IE. This is what I need the help sorting out as I am totally baffled.

Tanx in advance....
Reply With Quote
  #7 (permalink)  
Old Apr 5th, 2007, 15:57
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu problems in IE7

This is a FF problem. First off, take your left float off the menu div and put it on the <li> items. (Actually this might fix it, but I don't need to make a deep analysis of this problem.) The easiest solution is to make a class . . . here
Code: Select all
.clear {clear: both;}
After you have finished the contents of a nested float like your menu, put
Code: Select all
<div class="clear"></div>
There are other ways to do it. <br class="clear /> can work nicely sometimes. Just realize that FF will drop any spacing at the end of nested divs, so it needs to end with something tangible or something unfloated.
Reply With Quote
Reply

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 problems CSS danny322 Web Page Design 1 Feb 22nd, 2008 19:49
[SOLVED] Fly-out menu problems karinne Web Page Design 13 Jan 30th, 2008 13:45
Problems with menu Francesca15 Web Page Design 2 May 10th, 2007 15:19
Drop down menu problems matelo JavaScript Forum 0 Jan 16th, 2006 16:48
html menu problems chobo Web Page Design 14 Mar 2nd, 2004 07:47


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


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