lansing
03-17-2007, 06:25 AM
I have searched & tried several things to get this to work & can't seem to get it to work. I am needing to use the border properties in CSS so that I can have a different image for each of the 4 borders in a box.
I have read over this site & couldn't come up with anything that would work.http://www.w3schools.com/css/css_border.asp
This is what I have & need to use image instead of a actual border color..custom_new_products_box{
border-left-color:#FF0000;
border-left-style:solid;
border-left-width:medium;
border-right-color:#FF0000;
border-right-style:solid;
border-right-width:medium;
border-bottom-color:#FF0000;
border-bottom-style:solid;
border-bottom-width:medium;
}
I have tried placing url('images/infobox/left.gif') in color, style & width of each border & it will not display the image.
I have read over this site & couldn't come up with anything that would work.http://www.w3schools.com/css/css_border.asp
This is what I have & need to use image instead of a actual border color..custom_new_products_box{
border-left-color:#FF0000;
border-left-style:solid;
border-left-width:medium;
border-right-color:#FF0000;
border-right-style:solid;
border-right-width:medium;
border-bottom-color:#FF0000;
border-bottom-style:solid;
border-bottom-width:medium;
}
I have tried placing url('images/infobox/left.gif') in color, style & width of each border & it will not display the image.