I am using google translator for my website. I want to hide the top bar of google translator let me know how i can hide that one?

Please check my site link here http://www.rewords.com and let me know i to hide that bar?

Thanks

link|improve this question
feedback

2 Answers

hide by adding a javascript on your body onload event

document.getElementsByTagName("frameset")[0].rows="0,*;
link|improve this answer
Sorry sushanth i didn't get what you mean? Have you checked my URL the google bar is coming after language transalation. Please can you give me proper syntax? Please – user643390 Mar 4 '11 at 17:51
feedback

Done via CSS:

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.