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, 02:58 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
Can you show the code please? Use the codebox.
Moved to Xanga help |
|
|
|
Jun 14 2005, 03:03 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2005 Member No: 96,629 |
Sure. This is the code that goes in the header HTML:
And this is the code that goes in Website Stats: Thanks! |
|
|
|
Jun 14 2005, 03:09 PM
Post
#4
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
that's easy, just add this to your style sheet. i suppose you know how to edit it.
|
|
|
|
Jun 14 2005, 07:07 PM
Post
#5
|
|
![]() 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;} |
|
|
|
![]() ![]() |