"MySpace Link Style"
Hover Link Sparkles:
- Wähle einen der folgende Codes um die Links auf deiner Seitefunkeln/blitzen zu lassen, wenn die Maus darüber gerollt wird. - Choosing one of the following codes will make all your links
sparkle or lightning when you hover on them.
Note:
- Wenn du Profil 2.0 hast, kopiere den Code deiner Wahl in
das CSS Feld ohne:
- If you have Profile 2.0, copy the code you wish in your
CSS Filed without:
<style type="text/css">
and
</style>
Beispiele / Examples:
' Hover On This Link To See The Effect ' |
' Or Hover On This Link To See The Effect too ' |
°codes°
You can also replace the 'URL' with your own.
Link Styling:
- Um die Links auf deiner Seite eine andere Styl zu verpassen,füge einfach den folgenden Code in 'Über Mich' Sektion. - To style all links on your page, add the following code to your
'About Me' section:
°code°
<style type="text/css">
.K {Style All Links}
a:link, a:visited {
color:Your Color !important;
font-size:10pt !important; } a:hover, a:active {
color:Your Color !important;
text-decoration:underline !important; }
</style>
Beispiel / Example:
' Hover On This Link To See The Effect ' |
Note:
font-family:Verdana !impotrant; font-size:12px !important; font-weight:bold !important; font-weight:light !important; font-style:normal !important; font-style:italic !important; font-style:oblique !important; text-decoration:underline !important; text-decoration:overline!important; text-transform:lowercase !important; text-transform:upercase !important; letter-spacing:1px !important; word-spacing:3px !important; |
Rollover Top Border Für Your Links:
Beispiel / Example:
' Hover On This Link To See The Effect ' |
°code°
<style type="text/css">
.K {Rollover Links Border}
a:link, a:visited {
border:none; } a:hover, a:active {
border-top:1px solid;
border-top-color:Your Color;
</style>
Rollover Left&Right Border Für Your Links:
Beispiel / Example:
' Hover On This Link To See The Effect ' |
°code°
<style type="text/css">
.K {Rollover Links Border}
a:link, a:visited {
border:none; } a:hover, a:active {
border-left:1px solid;
border-left-color:Your Color;
border-right:1px solid;
border-right-color:Your Color; }
</style>
Rollover Border Around Your Links:
Beispiel / Example:
' Hover On This Link To See The Effect ' |
°code°
<style type="text/css">
.K {Rollover Links Border}
a:link, a:visited {
border:none; } a:hover, a:active {
border:1px solid;
border-color:Your Color; }
</style>
Rollover Highlighting For Your Links:
Beispiel / Example:
' Hover On This Link To See The Effect ' |
°code°
<style type="text/css">
.K {Rollover Link Highlighting}
a:link, a:visited {
background: transparent; } a:hover, a:active {
background:Your Color !important; }
</style>
°Rollover Image Tricks For FF & IE°
°Myspace Cursors For FF & IE°
Suggestion:
°Text And Border properties°°HTML Hexadecimal Color Code°