Shortcuts question |
Shortcuts question |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
Is it possible to move the shortcuts to another spot on your page?? If not how would I cover it with a div?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 ![]() |
shortcuts?
do you mean the navigation bar or... ? ![]() |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
do contact table, navigation, or the bottom links? ...or something else?
you can move / hide any of these with standard css attributes: CODE .contactTable { changes the contact table }
.navigationBar { changes the navigation bar } a.navbar { changes the navigation bar links } table tr td div div { changes the bottom bar } table tr td div div a { changes the bottom bar links } table tr td div font { changes the bottom bar text } |
|
|
![]()
Post
#4
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 ![]() |
yea and if you want to moved it just change the margins or padding or if you want to hide it, add
CODE display:none;
|
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
I'm talkin about the scrolldown box up by the search bar.
|
|
|
![]()
Post
#6
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
the user shortcuts are actually scripted into myspace in a way that you can't get rid of it. you can get rid of the options within the shortcut menu, as well as the search bar & powered by google image.
CODE form, option { display:none!important; }
table table form, table table option { display:inline!important; } |
|
|
![]() ![]() |