Help - Search - Members - Calendar
Full Version: Do you think.
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
Marlons
Position the shortcuts on MySpace?
is it possible?
karmakiller
Um... what shortcuts?
Marlons
yeah those navigation links at the top that drop down.
Insurmountable
No not currently, there isn't even a way to hide em' either. Myspace has changed their codes recently.
Marlons
Yeah i know, i tried hiding them from my profile an hour ago.
they kept showing up.
Marlons
no i was talking about a DIV
Marlons
Well i was thinking about using them to my advantage, you know insted of setting up my own navigation that will just be there.
it has the freind ID for that page already there right and all the links do work.
Marlons
Alrighty then.
Insurmountable
Hiding them use this:
CODE
<style type="text/css">
.navbar {display:none;}
.navigationBar {display:none;}
</style>


That took a while to post o_O
uh thats hiding just the normal links. I'm working on a code for the shortcuts, probably won't happen though.
Insurmountable
Hiding the google search bar and shortcuts:

CODE
<style>
.a {hide top search and shortcutes bar}
body div div form {display:none !important;}
table table div form {display:inline !important;}
body div td div div select {width:0px !important;}
</style>


and its here:
http://www.createblog.com/scripts/script.php?id=906
Marlons
Well the code with the link fixed it.
thanks.
and i'll wait until you can move them i guess.
Insurmountable
Move shortcuts:
CODE
<style>
body div td div div select {margin-left:50%; left:350px; top:150px;}
</style>


adjust the numbers around.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.