Modify CSS Applied to Hover State

vBulletinHack

New Member
I am wondering how I would be able to modify an existing style that is applied to the hover state of an element via jQuery.For example:\[code\].button { color:red; }.button:hover { color:blue; }\[/code\]I would like to apply the style \[code\]font-size:14px;\[/code\] to \[code\].button:hover\[/code\]. The value of font-size will vary depending on which other elements on the page the user has interacted with previously.
 
Back
Top