How do I emulate what you see here in FF in IE7?

> http://www.parallaxwebdesign.com/projects/harris/index.html

This is the CSS for the main content box:

#main {
position: relative;
margin: 0;      
padding: 0;
height: 350px;
color: #383838;
background-color: #FFF;
border: 4px double #646464;
}

In IE7 this doesn't show up at all because the space between the two 
border lines is not white but takes on the color of the body underneath; 
when I increase the size of the border it appears that the white box is 
just getting smaller.

Is there a way to show a thin line a few pixels inside the border of 
this white box similar to what FF is showing?

Debbie
______________________________________________________________________
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