CSS link tutorial
CSS link tutorial
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- sp0
Mouse over how?
You mean:
a:hover {
...css...
}Or DOM stuff like:
onmouseover="this.style.backgrou... return true;
Mouse over how?
You mean:
a:hover {
...css...
}
Or DOM stuff like:
onmouseover="this.style.backgrou... return true;