Results 1 to 1 of 1

Thread: Large vertical gap between divs

  1. #1
    Roll Tide! mobilebadboy's Avatar
    Join Date
    Apr 2004
    Location
    Mobile, AL
    Posts
    428

    Large vertical gap between divs

    Edit: Fixed the large gap. Just left with a 1px gap in IE. Sure I'll figure that out too.


    I've got 5 divs -- a top div, 3 side-by-side divs, and a bottom div. For some reason I'm getting a very large gap (like 170 pixels or so) between the bottom div and the 3 divs above it. Both IE and FF.

    Any ideas?

    Code:
    #sch_hdr { 
    	background: url('sch_hdr.gif'); 
    	width: 497px; 
    	height: 141px;
    }
    #sch_left { 
    	background: url('sch_left.gif');
    	width: 39px;
    	height: 224px;
    	float: left;
    }
    #schedule { 
    	width: 450px;
    	float: left;
    }
    #sch_right {
    	background: url('sch_right.gif'); 
    	width: 8px; 
    	height: 224px; 
    	float: left;
    }
    #sch_btm { 
    	background: url('sch_btm.gif') no-repeat; 
    	width: 497px; 
    	height: 17px; 
    	clear: both;
    }
    Code:
    <div id="sch_hdr"></div>
    <div id="sch_left"></div>
    <div id="schedule">
        // contains table inside, removing it makes no difference
    </div>
    <div id="sch_right"></div>
    <div id="sch_btm"></div>
    Last edited by mobilebadboy; 11-08-2009 at 04:41 PM.
    Shawn Kerr .com

Similar Threads

  1. frame with a vertical scrollbar
    By ethantinder in forum Graphics & Multimedia
    Replies: 0
    Last Post: 04-24-2008, 11:52 AM
  2. Vertical UL CSS Navigation Issues in Firefox
    By petriedn in forum HTML, CSS, Layout, and Design
    Replies: 7
    Last Post: 09-30-2006, 07:08 AM
  3. Replies: 1
    Last Post: 07-20-2006, 02:22 PM
  4. Selling a large site
    By MaxS in forum Business and Legal Issues
    Replies: 9
    Last Post: 04-15-2006, 02:49 PM
  5. Large table and downloading
    By johnn in forum Website Programming & Databases
    Replies: 3
    Last Post: 10-12-2003, 05:53 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •