Click to See Complete Forum and Search --> : Change the look of buttons


spiresgate
02-27-2007, 09:06 AM
I want my buttons to look different to the ones supplied by input forms in HTML.

I have looked at several ideas which mostly involve creating .gif pictures in paint programs.

However, isn't there a way of altering attributes of a button in a style sheet, to give it different background colour, pushed-in colour, text, width, height etc in the same way you can customise text input in forms?

Any comments.

Sorehead
02-27-2007, 09:17 AM
Just give the button an id or class and change the attributes in the stylesheet, height background etc, but if you looking for a fancy button you would be better off using an image .

KDLA
02-27-2007, 09:35 AM
This tutorial might help you: http://www.theinternetdigest.net/archive/customize-your-online-forms.html

KDLA

spiresgate
02-27-2007, 09:57 AM
Looks like the answer to my question is 'yes'.

A quick look at the suggested tutorial seems to be the way ahead. thanks to you both.