Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Els
Michael Beaudoin wrote:

 Now, I have a little bit of a spacing problem. All my page look good
 in Safari, Firefox Mac and PC, but the LINKS and DOWNLOADS pages
 have this big space in them in IE.

 Would someone please go to http://www.mhinonline.com/dev and see
 what I have missed, or didn't do?

The width of #textarea is set to 670px.
The width of the paddings of #textarea p are 143px together.
The width of the images used for the subheadings is 545px.

545 + 143 = 688, which is 18px too wide.
Firefox just follows your orders and lets the image stick out. IE 
doesn't. It tries to fit it in somehow.
(without real success, but by the gap you can see it tried ;-))

-- 
Els

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Michael Beaudoin
From: Els el...@tiscali.nl

To: Michael Beaudoin mich...@ba-doyn.com; css-d@lists.css-discuss.org
Sent: Wednesday, April 15, 2009 2:09:22 AM
Subject: Re: [css-d] Weird spacing in IE (go figure)...

Michael Beaudoin wrote:

 Now, I have a little bit of a spacing problem. All my page look good
 in Safari, Firefox Mac and PC, but the LINKS and DOWNLOADS pages
 have this big space in them in IE.
 
 Would someone please go to http://www.mhinonline.com/dev and see
 what I have missed, or didn't do?

The width of #textarea is set to 670px.
The width of the paddings of #textarea p are 143px together.
The width of the images used for the subheadings is 545px.

545 + 143 = 688, which is 18px too wide.
Firefox just follows your orders and lets the image stick out. IE doesn't. It 
tries to fit it in somehow.
(without real success, but by the gap you can see it tried ;-))

-- Els

-

How would I best change this? I guess I could crop the image, but it would take 
a bit of the orange bar away.

Thanks,
Michael
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/