How do I block the new search bar?


How do I block the new search bar?

The one at the top. Please view in IE to see what I am referring to:
www.myspace.com/nhatters


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Re: How do I block the new search bar?

<style>
.a {hide top search and shortcuts bar}
select {position:relative !important; top:-1000px;}
td td td select {position:static !important;}
div table div form {display:none !important}
.bodyContent table table div form {display:inline !important;}

</style>

I'd uncover the ads though. No sense in getting deleted.  

"I'm just like you only shorter."

 

Re: How do I block the new search bar?

Thanks.