Pages: 12
You are viewing a post by mhedge. View all 40 posts in rounded CP buttons ( CSS ) [quote]credits: me :lol: :P[/quote] this code will make ur cp buttons rounded: here in ur css file.. [quote]#controlPanelButtons a, #controlPanelButtons a:link, #controlPane.

 1027
 1027 0
 0 1969-12-31
 1969-12-31 
  [/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]
[/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)
|  |