I have an image that I am using as the background for submit buttons.
However, if I increase the size of the font it looks funny. Isn't there a
way to make the background image stretch or fill the entire button?

I would recommend doing it like this:

<input class="subutton" src="/images/blank.gif" type="image" name="submit" value="Login" />

input.subutton
{
        background: url('/images/ButtonBg.gif') top center repeat;      
}

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to