ie6 white space under div

This is a discussion on "ie6 white space under div" within the Web Page Design section. This forum, and the thread "ie6 white space under div 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 22nd, 2008, 09:13
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
ie6 white space under div

Any help would be greatly appreciated... As usual ie6 is playing up.

http://www.faciodesign.co.uk/pg101

The main overview area at the top has a large gap below the main content (ProdOverMid) div.

Code: Select all
HTML:

<div id="ProdOverTop"></div>
<div id="ProdOverMid">
 Text in here </div>
<div id="ProdOverBot"></div>

CSS: 

#ProdOverTop {
    background-image: url(gfx/ProdOverTop.jpg);
    background-repeat: no-repeat;
    height: 55px;
    width: 1024px;
    float: left;
    margin-top: 5px;
}
#ProdOverMid {
    background-image: url(gfx/ProdOverMid.jpg);
    background-repeat: repeat-y;
    height: auto;
    width: 934px;
    float: left;
    padding-left: 45px;
    padding-right: 45px;
    line-height: 1.4;
    min-height: 1px;
    position: relative;
    overflow: hidden;
}

#ProdOverBot {
    background-image: url(gfx/ProdOverBot.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 1024px;
    float: left;
    position: relative;
    }

Last edited by saltedm8; May 22nd, 2008 at 19:44. Reason: added [code] tags
Reply With Quote

  #2 (permalink)  
Old Jun 11th, 2008, 13:15
Junior Member
Join Date: Jan 2008
Location: The other side of your monitor
Age: 19
Posts: 29
Blog Entries: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: ie6 white space under div

Add this to the div:

Code: Select all
white-space:none;
__________________
Magnum .45: The orginial point and click user interface.
Last Blog Entry: Damn computer of mine.. (Jul 7th, 2008)
Reply With Quote
Reply

Tags
ie6 css, ie6 display problem

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
Add white space using RegEx Access JavaScript Forum 2 Feb 8th, 2008 03:30
Big white space mikemay123 Web Page Design 5 Nov 6th, 2007 00:30
[SOLVED] White Space in Firefox a1anm Starting Out 9 Oct 31st, 2007 19:45
[SOLVED] white-space mcdanielnc89 Web Page Design 5 Oct 8th, 2007 16:48
white space at top of page mdb01 Web Page Design 2 Nov 26th, 2006 21:39


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


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