CSS link tutorial
CSS link tutorial
- Started
- Last post
- 4 Responses
- unknown
looking for one to make mouseover CSS styles...
pls point the way
- sp0
Mouse over how?
You mean:
a:hover {
...css...
}Or DOM stuff like:
onmouseover="this.style.backgrou... return true;
- 8dot30
if you do a search for table cell rollover you will find a good thread with the code to do it. i just looked at it a few minutes ago.
- gelund0
Use 'a:hover' and padding for button-like rollovers.
http://www.alistapart.com/