> The filenames for the box parts are supposed to have an underscore

Ah, sorry about that. I changed the filenames to test locally. You also need
to add 'images/' before the filename as in your original as well. So it
should be:


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

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

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

.box_two ul {
    background: url(images/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