Forum Moderators: not2easy

Message Too Old, No Replies

CSS. My menu has whitespace on the left.

Views differently between IE and MFirefox

         

Familyman501

7:29 pm on Aug 29, 2007 (gmt 0)

10+ Year Member



My menu looks fine in Mozella FireFox. Not fine in I Explorer.

In IE there's white space left of the menu. But I don't want it there.
I am trying to get it to look like it does in the FireFox browser.

Can anyone see the problem.

My website menu is at <link removed>

It's for a new high school. Non-profit group of parents starting up a school. Your help would be appreciated.

Many thanks.

[edited by: encyclo at 12:49 pm (utc) on Aug. 30, 2007]
[edit reason] no links to personal sites please [/edit]

Marshall

10:18 am on Aug 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Taking a quick look at your CSS, you have a total of 25px padding on the left of the list;

HERE
.leftbox{
background: #f1f0ef;
padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}

And HERE

ul.borderedlist li a{
display: block;
padding:3px 0 0 2px;
height: 26px;
color: #42423b;
}

Marshall

Familyman501

7:11 am on Aug 31, 2007 (gmt 0)

10+ Year Member



Thanks. All good.