Marlons
Oct 19 2007, 07:39 PM
Position the shortcuts on MySpace?
is it possible?
karmakiller
Oct 19 2007, 07:42 PM
Um... what shortcuts?
Marlons
Oct 19 2007, 07:45 PM
yeah those navigation links at the top that drop down.
Insurmountable
Oct 19 2007, 07:54 PM
No not currently, there isn't even a way to hide em' either. Myspace has changed their codes recently.
Marlons
Oct 19 2007, 08:00 PM
Yeah i know, i tried hiding them from my profile an hour ago.
they kept showing up.
Marlons
Oct 19 2007, 08:02 PM
no i was talking about a DIV
Marlons
Oct 19 2007, 08:10 PM
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
Oct 19 2007, 08:11 PM
Alrighty then.
Insurmountable
Oct 19 2007, 08:17 PM
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
Oct 19 2007, 08:19 PM
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
Oct 19 2007, 08:23 PM
Well the code with the link fixed it.
thanks.
and i'll wait until you can move them i guess.
Insurmountable
Oct 19 2007, 08:40 PM
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.