Hover and and buttons color, Hover |
![]() ![]() |
Hover and and buttons color, Hover |
Sep 19 2004, 03:26 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Sep 2004 Member No: 50,182 |
does anyone know the code to this hover and how she made her buttons( like her drop down play list buttons a differnt color)
exsample http://www.xanga.com/home.aspx?user=sunshine0789 |
|
|
|
Sep 19 2004, 03:31 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr=#cc6699,EndColorStr=#000000); <!-- end code provided by createblog.com --> I believe that's what her hover is.... CODE <!-- begin code provided by createblog.com --> input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #000000; font:normal 10px verdana; background-color: #FFFFFF; letter-spacing:0px; } <!-- end code provided by createblog.com --> And that's what eits the button colors. |
|
|
|
Sep 19 2004, 04:30 PM
Post
#3
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
You can't change those, those change with your Windows settings.
|
|
|
|
Sep 19 2004, 06:21 PM
Post
#4
|
|
![]() xxsweetcatastrophe ![]() ![]() ![]() ![]() Group: Member Posts: 128 Joined: Jul 2004 Member No: 31,272 |
The hover doesn't seem to work....
|
|
|
|
Sep 19 2004, 06:37 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
That's because you have to put it in your stylesheet.........
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:hover { /* edits when user mouseovers the links */ color:#6495ED; font:normal 12px tahoma; line-height:10px; cursor: crosshair; text-decoration:none; filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr=#cc6699,EndColorStr=#000000); } </style> <!-- end code provided by createblog.com --> Use that and it should work.... o.O |
|
|
|
![]() ![]() |