I just discovered that my 'buy now' button isn't showing up on IE under Windows Vista. Works fine under linux, and XP for a variety of browsers.
Here's the code:
<input id="getbtn" type="submit" name="getbtn" />
Then the CSS:
#getbtn{width:186px;height:40px;margin-left:65px;border:0;background:transparent url(images/get.png) no-repeat center top;text-indent:-1000em;cursor:pointer;cursor:hand}#getbtn{padding:0}
I simply don't know enough about cross browser compatibility to determine why this is happening. Any thoughts, or suggstions on what to test?
TIA.