how do u....., get rid of the thingy? |
how do u....., get rid of the thingy? |
Nov 13 2004, 10:40 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Aug 2004 Member No: 42,702 |
i dont know what its called but how do u get rid of the links that say
xanga-join-signin and stuff like that? heelppp pleaaassee.. and sorry but the title doesnt fit this but does anyone know the mousehover that has a box around the link, and in the box theres the link title in it and bg color in the box is a fade from white to another color? its hard to explain sorry |
|
|
|
![]() |
Nov 13 2004, 11:23 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
for the first question, those links are called the navigation. paste this into your header section to get ride of them
CODE <!-- begin code provided by createblog.com -->
<style type="text/css">table.navigation {display: none;};</style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 13 2004, 02:22 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Aug 2004 Member No: 42,702 |
thank uuu
|
|
|
|
Nov 13 2004, 03:05 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 5,585 Joined: Aug 2004 Member No: 38,082 |
For your second question, do you have a xanga that does what you want? Because I have no idea what you're talking about..Sorry.
|
|
|
|
Nov 13 2004, 03:15 PM
Post
#5
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
try putting in these to codes for the hover
CODE <!-- begin code provided by createblog.com --> <style> a:hover { filter: blur(add=100, direction=180, strength=17.5); height: 0 } </style> <!-- end code provided by createblog.com --> and this CODE <!-- begin code provided by createblog.com -->
<style> a:hover {border: 1px solid #ANY COLOR YOU WANT IN A HEX CODE;} </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |