or ...

<button type="submit" id="imgSubmit"></button>

#imgSubmit { background-image: "path/to/image.jpg"; }

Granted, that with a button, you could just embed the image and make
the style on the button transparent, i.e.

<button type="submit" class="btnImage">
<img src="path/to/image.jpg" /></button>

button.btnImage { border: 0px; background-color: transparent; }

I think that ought to work anyway... I wasn't paying attention to the
earlier posts, so I don't know if the intent was to avoid button
elements (which aren't supported by older NS browsers).


> how about this:
> <input type="submit" id="imgSubmit" class="formitems"
> value="Next 10"
> name="submitNext">

> And in the stylesheet...

> FORM .formitems #imgSubmit {
>          background-image = path/to/image.jpg
> }

> Just a thought...

> J


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198835
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to