Huge gap in text, but only in IE

This is a discussion on "Huge gap in text, but only in IE" within the Web Page Design section. This forum, and the thread "Huge gap in text, but only 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 26th, 2006, 21:56
New Member
Join Date: Aug 2006
Location: Florida
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Huge gap in text, but only in IE

Here's the URL for the site: http://www.triplewcreations.com/test/ABAT/test1.htm

The problem is in IE 6, I'm getting a huge chunk of space between "Page Title" and the first header.

(BTW, the border was for me to see how much space "Page Title" was actually taking up)

I've tried every CSS/HTML trick that I can think of (margins, padding using different HTML tags like <h1> or <p>, etc), but so far, no such luck...

Can anyone spot what I am doing wrong? Or have any solutions? I've tested this page in FF and Opera and I am satisfied with the results (sorry, no access to Safari or AOL browsers, yet)

Thanks so much for any help!
Reply With Quote

  #2 (permalink)  
Old Oct 27th, 2006, 11:24
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

in my work which uses ie6 (so i don't have access to FF) but have u tried adding this to yer css


Code: Select all
html {margin:0;
padding: 0 ;
}
 
* {margin:0;
padding: 0 ;
}
Reply With Quote
  #3 (permalink)  
Old Oct 27th, 2006, 11:28
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

ignore that point there, didn't read the post properly.

sorry!
Reply With Quote
  #4 (permalink)  
Old Oct 27th, 2006, 11:37
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

right i had another look,

you might be best doin the margins and padding with the shortcut technique and make sure all the margins and paddings are set.

Code: Select all
div#mainContent {margin : 0 205px 0 205px; line-height:110%;color:#000000;background-color:#ffffff; border: 1px solid #ffffff;}
div#mainContent h3 {width:100%; background-color:#000000; color:#FFFFFF; font-size:100%; padding:5px 0;}
#title {font-size:130%; margin:0; padding:0; border:1px solid #000000;}

i bet u've probably done this alredy but i felt like i had to suggets a solution that actually made sence.


sorry again for the dumb post before
Reply With Quote
  #5 (permalink)  
Old Oct 27th, 2006, 12:41
New Member
Join Date: Aug 2006
Location: Florida
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

Thanks for the suggestion, but it didn't make that much of a difference (except to make my CSS cleaner )

So upon *close* inspection, I figued out that it didn't like me setting the width to 100%. I took it out and now IE wants to play friendly. Thanks for your help!

(sorry, I'm not sure how to make a code box...)

Previous code:

div#mainContent {margin: 0 205px 0 205px; line-height:110%;color:#000000;background-color:#ffffff; border: 1px solid #ffffff;}
div#mainContent h3 {width:100%; background-color:#000000; color:#FFFFFF; font-size:100%; padding:5px 0;}
#title {font-size:130%; margin-bottom:0; padding-bottom:0; border:1px solid #000000;}
Reply With Quote
  #6 (permalink)  
Old Oct 28th, 2006, 12:08
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Huge gap in text, but only in IE

cool, good to see its working
Reply With Quote
Reply

Tags
gap, too much space

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
Huge white space on right side of layout mcdanielnc89 Web Page Design 6 Feb 10th, 2008 22:20
[SOLVED] Image with text -&gt; text with background alexgeek Web Page Design 5 Nov 13th, 2007 23:25
Want to know about the best component used to upload huge video files using ASP balaakrs Classic ASP 1 Jun 20th, 2007 14:46
IS there Free component to upload huge video file through ASp balaakrs Scripts and Online Services 0 Jun 17th, 2007 09:04
Firefox creates huge gap? shifts down. ElmerFud3 Web Page Design 1 Dec 14th, 2005 14:41


All times are GMT. The time now is 15:04.


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