Web Design Forum: Menu Layout problem in IE - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Menu Layout problem in IE How

#1 User is offline   Leftfield 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 05-July 08
  • Reputation: 0
  • Experience:Advanced
  • Area of Expertise:Designer/Coder

Posted 05 July 2008 - 01:37 PM

Hi Fox. I am here for the first time :).

I am making website and i am stacked almost whole day trying to arange menu to work properly in IE :(.
In Opera and FF it works correct. Problem is there is no empty space between menu buttons in IE.

Any suggestions?
Website is crnagorahost.com

Css code for menu is:
#menu3 ul {
width:780px;
list-style:none;
text-align:left;
margin:0 auto;
padding:0;
}

#menu3 ul li {
display:inline;
}

#menu3 ul a {
display:block;
float:left;
font-weight:700;
font-size:13px;
text-decoration:none;
color:#fff;
background:url(../images/menu_enactive.gif) no-repeat bottom center;
width:118px;
text-align:center;
text-transform:uppercase;
padding:8px 10px;
}

#menu3 ul a:hover {
background:url(../images/menu_over.gif) no-repeat bottom center;
color:#fe5800;
}

0

#2 User is offline   CSS_Yeti 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 01-July 08
  • Reputation: 0
  • Location:Norfolk
  • Experience:Advanced
  • Area of Expertise:Coder

Posted 08 July 2008 - 09:35 AM

Instead of this:

#menu3 ul li {
display:inline;
}

Try this:

#menu3 ul li {
float:left;
margin-right:10px;
}

Adjust the margin to your requirements.

James
0

#3 User is offline   Leftfield 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 05-July 08
  • Reputation: 0
  • Experience:Advanced
  • Area of Expertise:Designer/Coder

Posted 10 July 2008 - 06:57 PM

O Man i can't tell you how much i apreciate! It helped! Thanks A Lot :)
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users