#user-header A:link
So I have a div id ‘user-header’ and i want to make a new class of
A:link, how would I do this??
Thanks
#user-header A:link
So I have a div id ‘user-header’ and i want to make a new class of
A:link, how would I do this??
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
On Jul 11, 6:47 pm, Justin To [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs