Unless you provide a link to your site, no one will be able to offer much in the way of specific help.
Free hosting LINK. Please be patient and refresh until it loads.
The button I’m talking about is called SPUNE
Try using
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit comment" />
in comments.php
I already tried that; it messesup everything…
Take a look!
You could try adding width:80px;height:40px; to input#submit in style.css but you’re still gong to have the problem of the text showing. There’s no way to move the text offscreen via CSS without moving the whole input too. Your best approach would be to get rid of the text in your graphic and use a plain button with the input text dropped onto it.
Great; I will edit the buttons…
But how do we get rid of that ugly frame?
Try adding border:none; to input#submit.
(@stoarcecreierul)
16 years, 2 months ago
The Submit button for posting coments won’t transform on mouse hover.
This is because although my style.css has these references
they get overridden in comments.php
What needs to be changed in order for this to work ?