holiday

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

Hello Kitty Halloween Pumpkin Div Layout

hkdivhalloween4.png

Hello Kitty and Mimmy Halloween Layout

hk09halloween4.png

Hello Kitty Candy Div Myspace Layout

halloween09div.png

Hello Kitty Candy Myspace Layout 3

halloween092.png

Hello Kitty Trick or Treat Layout

halloween093.png

Hello Kitty 4th of July Myspace Layout 3

hk4th3.png

Hello Kitty 4th of July Myspace Layout 2

hk4th4.png

Hello Kitty Easter Layout 6

in category
hkeaster23.png

Hello Kitty Easter Layout 5

in category
hkeaster22.png

Hello Kitty Easter Layout 4

in category
hkeaster21.png

Myspace Tips by Myspace Is Ugly

Hide New Navigation Bar

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>