[FX.php List] Problems w/ Internet Explorer 7 (submit via image)

Alex Gates alex at gandrpublishing.com
Thu Feb 15 06:43:48 MST 2007


Yikes.  This adds another to the nightmare of cross browser
compatibility.

Would something like this work?

First-
Set a CSS class for your button:

.button {

      background-image: url(path_to/your_image.gif);
      background-position: bottom;
	height: 200px; 
	width: 200px;

}
(Set height and width for your image, of course)

Then use a submit button like 
<input type="submit" value="" class="button" />

It may be too hacky - and I doubt it would be compliant, but it may work
for your needs.

Alex P. Gates







More information about the FX.php_List mailing list