help with link styles |
help with link styles |
Jun 14 2005, 02:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2005 Member No: 96,629 |
I am trying to use this skin: Sweet and Simple xanga skin on my xanga, but when you put your mouse over any of the links, the links get bigger, with spaces in between the letters, and then links that you've already been too get crossed out. Is there any way to change this? I've looked through the code and can't find where the link styles are edited, so if anyone could help, that'd be great. :)
|
|
|
|
![]() |
Jun 14 2005, 07:07 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
^ That will only result in a conflict, making the page slow to load. Therefore, you must edit the exsisting section of the code.
Replace this :: CODE a:visited, a.footernav:visited, { With this ::color: #c18f5e; font:normal 10px arial; line-height:10px; text-decoration: line-through; } a:hover { color: #c18f5e; font:normal 10px arial; line-height:10px; text-decoration:overline;cursor:w-resize;letter-spacing:5px; } CODE a:visited, a.footernav:visited, {
color: #c18f5e; font:normal 10px arial;} a:hover { color: #c18f5e; font:normal 10px arial; line-height:10px; text-decoration:overline;cursor:w-resize;} |
|
|
|
GlassButrFly help with link styles Jun 14 2005, 02:40 PM
avalon* Can you show the code please? Use the codebox.
Mo... Jun 14 2005, 02:58 PM
GlassButrFly Sure. This is the code that goes in the header HTM... Jun 14 2005, 03:03 PM
lilphoenix that's easy, just add this to your style sheet... Jun 14 2005, 03:09 PM![]() ![]() |