CSS Text over Image - HELP
CSS Text over Image - HELP
Out of context: Reply #12
- Started
- Last post
- 23 Responses
- monNom0
CSS:
.text div {display: none;}
.text img {display: block;}.text:hover div {display: block;}
.text:hover img {display: none;}html (hope it makes it through filters like this)
[a class="text"]
[div]some text[/div]
[img]
[/a]