Forum Moderators: not2easy
I am trying to set a hyperlink style so that they look like buttons when I add the class to the <a> tag. My code:
a.hyperbutton:link,a.hyperbutton:hover,a.hyperbutton:visited{
background-color: #0088B6;
color: #FFFFFF;
border: 2px #666 outset;
text-decoration: none;
}
HTML:
<a class="hyperbutton" href="#">Foo</a>
Now the code works great in Firefox (Win, OS X) and Opera(Win, OS X), BUT it crashes IE6.
Any ideas on either another IE friendly way of doing this or alternatively how I can hide the style from IE?
Any help would be greatly appreciated.
Thanks,
Scott Watson