[jQuery] Re: Code simplification?

2009-01-13 Thread Diane Nardozzi
You could add the offscreen class to the appropriate menu item and then remove the sibling classes all at once $(.nav_sub_products).siblings().removeClass('onscreen'); You would just have to be sure that all the menu items are true siblings. On Tue, Jan 13, 2009 at 11:36 AM, r...@lighthouseuk.net

[jQuery] Re: CSS problem on IE6?

2008-12-24 Thread Diane Nardozzi
You're welcome! 2008/12/24 Nguyễn Quốc Vinh : > Fantastic! You really are a expert Thanks so much! I will add your email! > Hope you can help me a bit in the future! > Thanks again! I'm verey grateful at you! > > 2008/12/23 Diane Nardozzi >> >> And your di

[jQuery] Re: CSS problem on IE6?

2008-12-23 Thread Diane Nardozzi
Take the height off the anchor style... ul.menu-top li a { /*height: 30px;*/ > > 2008/12/23 Nguyễn Quốc Vinh : >> Yes, i know this is jQuery group! >> But i'm on working and i really need help from someone:(! >> This is an Joomla site which display in IE7,FF! But it is wrong in IE6! >> I don't u

[jQuery] Re: CSS problem on IE6?

2008-12-23 Thread Diane Nardozzi
This is a good article - Top reasons your CSS columns are messed up http://warpspire.com/tipsresources/web-production/css-column-tricks/ It's all about the math, make sure there is nothing in your left (243px) or right (648px) column that exceeds the width that you're setting. IE7 and FF will all