PNG image files – Recognition Problem
-
https://featuringdave.com/logicalmeme/
On my comments template, the PNG images for “submit comment?? are not being recognized in browsers. (One gets the red X image in IE and the text “submit query?? in Firefox).
I have the two image files (submit.png, submit_over.png) in the proper directory. Here’s the relevant section of my Comments template:
<input name=”submit” type=”image” id=”submit” tabindex=”5″ src=”<?php bloginfo(?stylesheet_directory?); ?>/img/submit.png” onmouseover=”this.src=”<?php bloginfo(?stylesheet_directory?); ?>/img/submit_over.png” onmouseout=”this.src=”<?php bloginfo(?stylesheet_directory?); ?>/img/submit.png” />
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />Any idea why it wouldn’t be working?
- The topic ‘PNG image files – Recognition Problem’ is closed to new replies.