[css-d] Eyes are buggin and I can't find the problem in display difference

2006-07-13 Thread Larry Winfrey
The url is http://www.intellisolv.com/horsecandy/index.html
 
In firefox the page displays the way I want it to.  In IE6 it displays
almost properly but the content has a large gap to the left that I can't
find where it is coming from.  I would love some help on this.  As I
have looked at it for too long now.  Thanks for the help.
 
Larry Winfrey
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Eyes are buggin and I can't find the problem in display difference

2006-07-13 Thread cj
did you check for the double-margin bug?

http://www.positioniseverything.net/explorer/doubled-margin.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Eyes are buggin and I can't find the problem in display difference

2006-07-13 Thread francky
Larry Winfrey wrote:

The url is http://www.intellisolv.com/horsecandy/index.html
 
In firefox the page displays the way I want it to.  In IE6 it displays
almost properly but the content has a large gap to the left that I can't
find where it is coming from.  I would love some help on this.  As I
have looked at it for too long now. Thanks for the help.
  

Hi Larry,
Instead of looking too much, next time you can try to give the 
problematic div a tmp background-color or border line first. Often you 
see directly where the (border of the) problem is! :-)

And in this case: you centered the text-align in the body, IR is 
intrepreting (wrongly) that everything in the page has to be centered 
(subtracting/adding margins and/or paddings, if alive).
Making the #wrapper { text-align: left; } will set the default inside 
the wrapper as left aligned. For the tagline and foorter and other 
exceptions you can set the text-align to centered again.
See testpage 
http://home.tiscali.nl/developerscorner/css-discuss/test-horsecandy.htm.

Greetings,
francky

btw: the last 2 links in the footer you didn't click in the last version 
of the page, I guess. ;-)
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/