Hi,
I am trying to use this technique for the images in my Links SQL database:
http://www.alistapart.com/articles/cssdrop2
It works fine in most browsers excpect ie5.5/6
This is becasue I can't specify a absolute url to the background image when using the following CSS:
.alpha-shadow div {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow2.png', sizingMethod='crop');
background: none;
}
The problem is that I use a static build and the path to the shadow PNG changes depending where people are in my catalogue. Is there a global that can be used that will appropraitely modify the src value depending on where the user is in the hierachy of my catalogue?
Hope that makes sense - TIA
Indigo Clothing is a t-shirt printing company based in the UK.
Indigo Clothing | Promotional Clothing | T-Shirt Printing | Embroidery
I am trying to use this technique for the images in my Links SQL database:
http://www.alistapart.com/articles/cssdrop2
It works fine in most browsers excpect ie5.5/6
This is becasue I can't specify a absolute url to the background image when using the following CSS:
.alpha-shadow div {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow2.png', sizingMethod='crop');
background: none;
}
The problem is that I use a static build and the path to the shadow PNG changes depending where people are in my catalogue. Is there a global that can be used that will appropraitely modify the src value depending on where the user is in the hierachy of my catalogue?
Hope that makes sense - TIA
Indigo Clothing is a t-shirt printing company based in the UK.
Indigo Clothing | Promotional Clothing | T-Shirt Printing | Embroidery

