> Will someone help?

I think the problem is related to the different default margin/padding
values that different browsers default to. Try replacing this in your css
file:

/* ------larger flexible rounded corner box------------------- */
        

.box_two {
    width: 400px;
    background: #da9c73 url(bottom-left.gif) no-repeat left bottom;
        padding: 0;
        margin: 0;
}
    
.box_outer {
    background: url(bottom-right.gif) no-repeat right bottom;
        padding: 0 0 5% 0;
        margin: 0;
}

.box_inner {
    background: url(top-left.gif) no-repeat left top;
        padding: 0;
        margin: 0;
}

.box_two ul {
    background: url(top-right.gif) no-repeat right top;
        padding: 5% 5% 0 5%;
        margin: 0;
}


Best regards,

Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to