Thanks for the tip,
 
I tried adding this for IE in the CSS:
 

* html #box{/*used for internet explorer*/

 

    float:right;

     

      width:25em;

      background-color:#789;

      margin:0;

      padding:0;

     

     

      }

but I still get the added stuff for my box:
 
http://www.inspired-evolution.com/Accessibility.php
 
anything else I can, or should try?

 
On 10/30/05, Joseph R. B. Taylor <[EMAIL PROTECTED]> wrote:
>Classic box model problem.  Don't apply padding or margins >(unless zero)
>to block level elements width a set width.

>Use an additional div for padding and margins.

>Joe Taylor
>http://sitesbyjoe.com


Reply via email to