Hello, I have a 'submit' button on one of my forms, and I've used a style, to stylize the button, as expected works fine in everything but IE.
IE seems to require an <a href=""></a> link in order for it to used my css rollover image.
So basically, I have a button, that when I hover over it, the original image changes into something else, and this refuses to work in IE, does anyone know a work around?
That's not what I meant:) I like the tabs being above the URL bar, but previously the tab selection started from the top of the screen (y=0). So I could just quickly push my mouse up and done. Now I have to actually aim it just slightly below the top, because the tab is now a few pixels below the top.
In other words, previously I only had to aim with my mouse horizontally, now I have to both vertically and horizontally. Super annoying.
Question
Dan~
Hello, I have a 'submit' button on one of my forms, and I've used a style, to stylize the button, as expected works fine in everything but IE.
IE seems to require an <a href=""></a> link in order for it to used my css rollover image.
So basically, I have a button, that when I hover over it, the original image changes into something else, and this refuses to work in IE, does anyone know a work around?
<input type="submit" class="go1" name="submit" value="Send" id="submit" />
It needs to go in there somewhere, I tried tricking IE, by putting in <a class="go1"></a> but it didn't like it :(
Link to comment
https://www.neowin.net/forum/topic/637938-css-image-rollover/Share on other sites
20 answers to this question
Recommended Posts