[EMAIL PROTECTED] wrote:
> url: http://www.objectivedesigns.com/webdesign.htm
>
> css: http://www.objectivedesigns.com/index.css
>
> Firefox displays the page correctly, but IE6 doesn't (i'm on a machine that 
> doesn't have IE7 right now, so i'm not sure how it looks there). when you 
> look at the page, the problem will be obvious.
>
> ideas? suggestions?
>   
Daniel,
Your page is ok in ie/7.
IE6.0 may be a box model problem. Try feeding ie/6:
*  html  .webdesign1 {  width: 460px;   }
Compliant browsers (and ie7) include horizontal padding/margin in width 
bearing divisions.
IE6.0 adds them to the width. Consequently, the width of the division 
(500px)  /may/ need to be reduced by  40px  in  ie/6 to accommodate the 
horizontal padding/margin.
(not tested)
Let the list know if it helps. Or if you run into difficulty.
> Daniel Hammond
Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to