#user-header A:link
So I have a div id 'user-header' and i want to make a new class of
Thanks
#user-header A:link
So I have a div id 'user-header' and i want to make a new class of
Thanks
Not exactly sure what you are asking, do you mean how do you define the links for that ID?
Like so.....
#user-header a:link { } #user-header a:visited { } #user-header a:hover { } #user-header a:active { }
Maybe if you can explain a little better as to what you mean, we can probably help you better.
--Cory