rounded CP buttons ( CSS )
[quote]credits: me

[/quote]
this code will make ur cp buttons rounded:
here in ur css file..
[quote]#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited
{
font-family: Microsoft Sans Serif;
color: #ffffff;
border-color: #222222;
border-width: 3px
border-style: solid;
background-color: #000000;
text-decoration: ;
-moz-border-radius: [color=red]5[/color]px;
}
#controlPanelButtons a:hover
{
font-family: Microsoft Sans Serif;
color: #ffffff;
border-color: #000000;
background-color: #222222;
text-decoration: ;
background-image: url()
-moz-border-radius: [color=red]5[/color]px;
}[/quote]
just change the [b]5[/b] to make it more rounded.
[url=http://profiles.friendster.com/60121640]view it here[/url]
Last edited by mhedge (2008-06-13 03:49:05)