HighDots Forums  

Internet Explorer Bug?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Internet Explorer Bug? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
thehuby@gmail.com
 
Posts: n/a

Default Internet Explorer Bug? - 05-22-2006 , 06:04 PM






I am developing a site and have got to a point where a bug has crept in
when viewing it in (you guessed it!) Internet Explorer.

Somehow, somewhere a 19pixel gap is appearing at the bottom of the main
content div (contentHolder). I don't even have a 19pixels measurement
anywhere.

Basically if I take the list away it works fine, if I remove all CSS
related to the list it breaks.

If I removed the main image (mainImg) it all works.

I am so stuck and fed up with this issue - somebody please help me!

Web page can be found at:
http://007.e-connected.com/curves_template.htm


Stylesheet is at: http://007.e-connected.com/curves_style.css

Thanks in advance.


Reply With Quote
  #2  
Old   
ironcorona
 
Posts: n/a

Default Re: Internet Explorer Bug? - 05-23-2006 , 12:25 AM






thehuby (AT) gmail (DOT) com wrote:

Quote:
Somehow, somewhere a 19pixel gap is appearing at the bottom of the main
content div (contentHolder).
To remove it simply add

#content ul {margin:0;}
#content li {margin:0;}
#tellFriend {border-bottom-width:1px;}

[you could also reduce border-top to 1px instead OR make the main image
1px higher if you still want the 2px border-bottom]


to the end of your CSS [or change the current CSS as described]

--
Brian O'Connor (ironcorona)


Reply With Quote
  #3  
Old   
thehuby@gmail.com
 
Posts: n/a

Default Re: Internet Explorer Bug? - 05-23-2006 , 10:49 AM



Brian - you are a superstar, thank you very much!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.