animated

*Click on the title of the layout you want to get the layout code*

Animated Hello Kitty Halloween Layout

hkcostumes2.png

Animated Charmmy Kitty Halloween Layout

chkhalloween.png

Animated Pirate Ghost Myspace Layout

hkpirate2.png

Animated Hello Kitty Pirate Div Layout

anihkhalloweendiv.png

Animated Rilakkuma Div Layout 2

royalrila2.png

Animated Rilakkuma Div Layout 1

royalriladiv.png

Royal Rilakkuma Myspace Layout

royalrila.png

Animated Polka Dots Myspace Layout 2

dots42.png

Animated Polka Dots Myspace Layout 1

dots41.png

Animated Hello Kitty Independence Day Layout

animatedhk4th.png

Myspace Tips by Myspace Is Ugly

Hide New Navigation Bar *Updated*

Description:
This code will hide the new navigation bar. Unfortunately, it won't remove the shortcuts, but your div layouts should look better without the navigation bar. I'll update the code if myspace changes the site again.

Directions:
Place this code at the top of your "About Me" section of your profile.

<style>
.i {display:none}
div.profileWidth {margin-top: -30px !important;}
div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
div.profileWidth div.clearfix, i i i,
div.profileWidth div div {filter:none; opacity:0.9999}
div.profileWidth div.clearfix {position:relative; top:30px}
</style>