Ok, sounds easy enough! I changed both btn and btn2 in my css like this:
Code:
.btn {
border: 2px ridge #31100a;
background-color: #EE9B4F;
font-family: Verdana, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color: #31100a;
cursor:hand;
}
and uploaded but it still doesn't show up. I'm referring specifically to the buttons for search, mailing list, all on the view cart and all on checkout pages. (actually I guess that's all of the buttons). Anyway, any more ideas of what I could check?
EDIT: Ah Ha! Just checked in IE and it works there. Any reason it wouldn't in Firefox?
EDIT2: Just found it; "cursor : hand" is not supported in Firefox; need to use "cursor : pointer"
All is well. It now works in both IE and Firefox. Here's a link to the site I found this:
http://www.yourhtmlsource.com/styles...sscursors.html