views:

34

answers:

1

<frameset rows="36, 95%" border="0"> <frame src="alfa.html" noresize scrolling="no"> <frame src="http://translate.google.com/translate?js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=1&amp;eotf=0&amp;u=http://www.apple.com/&amp;sl=en&amp;tl=zh-CN"&gt; </frameset>

How to hide the google top frame? JS? Jquery? And how...

Thanks!

A: 

Use iframes with position:absolute and negative margin-top to hide the google top frame. Be carefull with the z-index property.

cesarnicola