Link to home
Start Free TrialLog in
Avatar of R8VI
R8VI

asked on

css class for a:link and a:visited

Hi,

I have a link button with CSS class called editbutton

so looks like this

.editbutton
{
   border: none;
   Color: Red
}

but i also want this to be achieved at a:link and a:visited how do i do this please help

Thanks,

R8VI
ASKER CERTIFIED SOLUTION
Avatar of s8web
s8web

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of s8web
s8web

To be thorough, what does your markup look like?
Unless you want borders and outlines around anchor elements, border:none;outline:none should be part of your reset css.
Post a link, and we can probably provide a host of insight about your stuff that you may or may not want :)