|
Having trouble getting inline style color attributes to function properly.
<a href="link" style="color: #FFFFFF; link: #FFFFFF; visited: #FFFFFF; hover: #666666; active: #666666">
Makes my linked text the correct color, but doesn't give me the rollover action.
<a href="link" style="link: #FFFFFF; visited: #FFFFFF; hover: #666666; active: #666666">
Gives me the correct rollover action, but not the right link color.
Any thoughts?
|