View Full Version : Confirm Buttons


Mrs. H
04-29-2003, 04:23 PM
Hey...

...can you change the "ok" and "cancel" buttons in a confirm script? If so, how?

Thanks!

MaGiCSuN
04-30-2003, 06:48 PM
Do you mean a script on your own site or a confirm page in general like the one from bravenet.com ? if you made it yourself you just use some css (add these codes to your stylesheet):

.button { border-style: solid; border-color: #000000; border-width: 1px; color: #ffffff; background-color: #BEBEBE; }

then you add class="button" to your buttons and you are done. The codes above will make a button with black solid border from 1px, white text in it and background color euhm dunno lol i just typed some code i remember from one of my layouts.

if you don't use stylesheets you can also add this to your regular coding:

<input style="border-style: solid; border-color: #000000; border-width: 1px; color: #ffffff; background-color: #BEBEBE">

Love,
Mirna