Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
I don't know as much as some people here but I think this is impossible. Think about it: if you have a div over a link, how are you supposed to click it? that isn't logical. are you trying to make the images faded? if so you can use
div {
opacity: .5;
filter: alpha(opacity=50);
}
this filter is for IE of course. Opacity less than 1.0 makes the div and everything in the div less opaque so if that is what you are going for this is a much better way.
1 to 9 of 9