From: "Wonderbaby Designs" <[EMAIL PROTECTED]>

> The "just-about" completed site is here http://209.59.136.73/

> I'd love any ... help with that stray border 

The following should help out a bit. You may need to do this for other 
elements, depending on the page.

#photo { 
float: right;
margin: -153px 0 0 -32px;
z-index : 5;
position: relative; /* add this */
}

Add this selector (it will help on at least one of the pages I viewed)
table {position: relative;
z-index: 5;
}

~holly
 
 
                   
______________________________________________________________________
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