PDA

View Full Version : submit buttons color


imported_cono
01-22-2003, 03:45 AM
like the submit button or the login button. its not a graphic, not sure what that is? but how do we change the color of it? mine are white and i want to change it to a light gray or something like that.

thanks

like the submit new thread and preview post while i was making this post.

Tony G
01-22-2003, 04:01 AM
You can change them via CSS. I'm not sure about the exact code but I can fetch it for you. :)

Cypher720
01-22-2003, 04:09 AM
you can also change them into a graphic if you really want....filbie probably has that tip on his site - but lmk if oyu want me to tell you how...i have to remember first:)

Sanctum
01-22-2003, 11:29 AM
*gigles at cypher waving 20$ at him* remember yet hon??? :p

Cypher720
01-22-2003, 12:05 PM
in the form tag - i think you just add image="image.gif"

not sure - ill look tonight (after mid-terms)

filburt1
01-22-2003, 02:10 PM
The CSS way to do it would probably be this, but I haven't tested it:

<input type="submit" style="background-color:whatever; background-image:url('whatever'); color:whatever>

Nairb
01-22-2003, 03:01 PM
there's a mod here....

http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=30&highlight=input

imported_cono
01-22-2003, 09:08 PM
thanks for the help,

i am looking just to change the color not make it a image. i got rid of a lot of images to make links on my site to load faster for people on dialup. i just have the colors at white, and they look to much like the pageground. i just want to make them grey or something with a little more contrast.

so its in the css?

Nairb
01-22-2003, 09:33 PM
yup... should be like background-color: #a4a4a4;

imported_cono
01-23-2003, 12:33 AM
thanks.