Complicated CSS swap
Complicated CSS swap
Out of context: Reply #17
- Started
- Last post
- 23 Responses
- ********0
never tried it but can't you use divs? make a black pic (if bg is black) z-index:100:
.blackpicdiv {
z-index:100;
}.div1link1 {
z-index:1;
}.div2link2 {
z-index: 1
}a:hover.div1 {
z-index:200
}a:hover.div2 {
z-index:200
}?