Bloomin annoying gap in IE

This is a discussion on "Bloomin annoying gap in IE" within the Web Page Design section. This forum, and the thread "Bloomin annoying gap 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 Oct 17th, 2006, 14:05
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Bloomin annoying gap in IE

Hey guys... I probably just need some fresh eyes to look at this for me cos I can't see whats causing it...

Look at the navigation in FF and then look at it in IE.... there is a well annoying gap at the bottom in IE...

www.minutedesigns.com/cust

CSS as follows

Code: Select all
body {
    background-image: url(../images/bodybg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

#wrapper {
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    width: 780px;
}

#header {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 224px;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

#logo {
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
}

#sidebar {
    margin: 0px;
}

#content {
    margin: 0px;
}

h1 {
    color: #ffffff;
    font-family: Tahoma, "Trebuchet MS", "MS Sans Serif";
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

#navcontainer {
    bottom: 26px;
    float: right;
    height: 50px;
    margin-bottom: 0px;
    margin-left: 26px;
    margin-right: 0;
    margin-top: 30px;
    padding: 0px;
    position: absolute;
    right: 0px;
}

#navcontainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navcontainer ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navcontainer ul li a {
    background-color: #95be31;
    color: #ffffff;
    display: block;
    font-family: Tahoma, "Lucida Sans Unicode", verdana, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 119px;
}

#navcontainer ul li #active {
    background-color: transparent;
    background-image: url(../images/greentab.jpg);
    color: #000000;
    text-decoration: none;
}

#navcontainer ul li a:hover {
    background-color: #c0c0c0;
    background-image: url(../images/tabover.jpg);
    background-repeat: repeat-x;
    color: #885907;
    text-decoration: none;
}

#navcontainer a:active {
    background-color: transparent;
    background-image: url(../images/greentab.jpg);
    color: #000000;
    text-decoration: none;
}

#navcontainer li#active a {
    background-color: transparent;
    background-image: url(../images/greentab.jpg);
    color: #000000;
}
Feel free to call me stupid if it's something reallt simple...

Cheers.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote

  #2 (permalink)  
Old Oct 17th, 2006, 14:16
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Bloomin annoying gap in IE

remove margin-bottom: 10px; from the ul li a
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Oct 17th, 2006, 14:20
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Bloomin annoying gap in IE

Cheers!
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #4 (permalink)  
Old Oct 18th, 2006, 05:15
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bloomin annoying gap in IE

Even though this is now solved, does anyone know why white-space: nowrap; doesn't work in Safari on some things (namely lists)? It's so annoying too! The only solution I've found is to remove all tabs, and carriage returns from the source. However, I'm such stickler with structure I hate doing that.
Reply With Quote
Reply

Tags
css, navigation

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
Isn't it SOOOOO annoying when... VanessaJW Webforumz Cafe 27 May 22nd, 2007 00:18
Notepad Is annoying me Accurax Webforumz Cafe 21 Mar 12th, 2007 12:18
Simple but so annoying Sean J Web Page Design 11 Mar 11th, 2007 00:34
This ImageMap is annoying me! Dapandyman JavaScript Forum 2 Nov 14th, 2006 20:02
very annoying DATES benbacardi Classic ASP 15 May 26th, 2005 12:51


All times are GMT. The time now is 03:12.


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