Click to See Complete Forum and Search --> : Button styles


Majed
07-10-2006, 02:06 AM
Hello,

I have voice chat website and i'm using buttons with the chat rooms,
like this page - click here (http://www.teravoice.com/button/button.htm)

I need to now all styles that can help me to enhance my buttons design.

Can I make circles or polygons buttons with CSS?

Please help me with this issue.

Thanks,
Majed

abi19
07-10-2006, 02:25 AM
try the ff:


.bullet
{
list-style-image : url('../images/bullet.gif');
}

(but of course you'll follow your .gif filename and address)

:)

Majed
07-11-2006, 12:54 PM
I don't need to make a list.

I need to see all available button styles.

Thank you
Majed

toicontien
07-11-2006, 01:01 PM
That all depends on what browser you're using. Most browsers let you give buttons the following properties:

anything background
anything border
color
padding
margin
width (Internet Explorer)

Honestly, any CSS property can be applied to a button. Safari, however, is a different story. It uses the MacOS buttons and as of the current version you cannot style them at all. My coworker downloaded a nighlty build of Safari and you can do all sorts of things to buttons in it, but I have no idea when that nightly build will be released as a stable version.