removing the very top [search] thing |
![]() ![]() |
removing the very top [search] thing |
Jun 4 2005, 01:44 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
is there a script that can remove the bar at the very top of every myspace? like the thing that has that search bar etc. i tried using this code
<style type="text/css"> div { visibility: visible; } div table { visibility: visible; } div table td { visibility: hidden; } div table table td { visibility: visible; } div table table { visibility: visible; } div table table div { visibility: visible; } table td div div { visibility: visible; } div table { visibility: visible; } [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[iframe]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] ]]]]]]]]]]]]] { visibility: visible; } </style> but it kept removing the ad even when i didnt type {hidden} for the iframe. >__< im so confused. thanks again x3 |
|
|
|
Jun 4 2005, 01:54 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
So what you are asking is how can you get the search bar hidden, and then ad still displayed?
what i also find odd when you change them all to hidden you get nothing BUT the ad shows |
|
|
|
Jun 4 2005, 02:06 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
yeah thats what im trying to do.
really? >< oh my. maybe the script doesnt allow hiding one thing and displaying another? i dont understand. i just dont want to remove the ad because i dont want my myspace deleted. if i cant remove the search bar, is there a way to change the colors of it? and the button? thank youu! |
|
|
|
Jun 4 2005, 02:10 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
I don't think there is a way to change the color of the button. i think there may be away that you can create your own button and have it as a div layer to exactly on the top of the one that is there now. I will look into the exact pos. of that in a few mins, but there is no way to change the color. Im still looking at all of the ways that i can change your code around to remove just the search bar. but there are so many diff variations.. although you would have to edit your profile in safe mode afterwords..
see i put this but the thing is there isnt a main navi bar.. CODE <style type="text/css"> div { visibility: visible; } div table { visibility: visible; } div table td { visibility: hidden; } div table table td { visibility: visble; } div table table { visibility: visible; } div table table div { visibility: visible; } table td div div { visibility: visible; } div table { visibility: hidden; } [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[iframe]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] ]]]]]]]]]]]]]] { visibility: hidden; } </style>
|
|
|
|
Jun 4 2005, 02:16 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
oh i see. hm, i can just forget about removing the search bar if its really hard to remove it! lols =) i appreciate you taking your time to help though! =] but what do you mean edit my profile into safe mode? thanks.
|
|
|
|
Jun 4 2005, 02:22 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
becuase with some of the variations that i have done, take away the submit button or the text box.. so safe mode allows you to still edit regurally. I think it will be easier to make a button that will be in a fixed pos to the one on there now. and just have it like that.
|
|
|
|
Jun 4 2005, 02:32 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
ohh okay. thank you
|
|
|
|
Jun 4 2005, 03:22 PM
Post
#8
|
|
![]() mosh. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,841 Joined: Dec 2004 Member No: 73,114 |
|
|
|
|
![]() ![]() |