sail3005
Feb 24th, 2001, 06:06 PM
In CSS, say i have something like this:
A.mylinks:hover{
properties
properties
}
How would i do something simular, but with mousedown?
like, for exapmle:
A.mylinks:MOUSEDOWN{
properties
properties
}
A.mylinks:hover{
properties
properties
}
How would i do something simular, but with mousedown?
like, for exapmle:
A.mylinks:MOUSEDOWN{
properties
properties
}