Topic: IE6 Help please - Jquery tab jumps

Hi

Please check my site www.bella-d-zines.co.za, When you click the tabs ("RECENT,GRAPHICS,WEB,LOGO") in firefox it works fine but in IE6 it jumps, how can I keep it in place. If anyone can help please. smile

bella

Vote up Vote down

Re: IE6 Help please - Jquery tab jumps

on the Second tab "Gallery", inside the Tab2 Content there's a Div with ID = "gallery", it's width is set to 700px and also 10px padding on all sides. That makes that div 720px wide, where the container is only 660px wide with 20px on each side.

So you should set your <div id="gallery"> width to 640px if you want 10px padding.

Same thing applies to tabs 3 and 4 i think. There's some div's inside those tabs that are too wide for the container.

Hope that helps, by the way really nice website, all the best.

Vote up Vote down

Re: IE6 Help please - Jquery tab jumps

Thank you soooo much big_smile it works 100%. Let me know if there's other improvements I can make on my site, I'm willing to learn.

Vote up Vote down

Re: IE6 Help please - Jquery tab jumps

I agree, really nice website. It's all just one page, yet it's not. Bookmarked for emulation! One suggestion... Lower the width of your page container by 3px. That will remove the horizontal scrollbar at 1024 wide screens. smile

Vote up Vote down