[jQuery] JTip Issue with IE

2006-09-21 Thread Rey Bango
Hi guys, I'm having an issue using JTip with IE 6. My select boxes are overlapping the popup DIV that JTip creates. You can see the issue here: http://www.intoajax.com/jtiptest.htm I've tried adding an IFRAME of the same dimensions as the JT DIV on the fly before the JT DIV is created, like

Re: [jQuery] JTip Issue with IE

2006-09-21 Thread Karl Swedberg
On Sep 21, 2006, at 11:45 AM, Rey Bango wrote: Solved!! Thanks to Yehuda Katz for pointing me over to the jQuery date picker plugin which had a IE hack that resolved the issue! I took some code from the date picker plugin and update JTip. Here's the code for anyone interested:

Re: [jQuery] JTip Issue with IE

2006-09-21 Thread Rey Bango
Hi Karl, Thanks for the followup. I really appreciate you trying to help me bud. Its one of the best part of Jquery; the community support. The iframe insertion code you wrote works like a charm and its nice and clean. I think I'm going to use it instead. :o) This though: #JT {

Re: [jQuery] JTip Issue with IE

2006-09-21 Thread Rey Bango
Hi Karl, Here's an example of how the images are showing up. If I remove the overflow: hidden, they show up. http://www.intoajax.com/jtiptest.htm Rey Karl Swedberg wrote: On Sep 21, 2006, at 11:45 AM, Rey Bango wrote: Solved!! Thanks to Yehuda Katz for pointing me over to the jQuery date

Re: [jQuery] JTip Issue with IE

2006-09-21 Thread Kelvin Luck
Rey Bango wrote: Solved!! Thanks to Yehuda Katz for pointing me over to the jQuery date picker plugin which had a IE hack that resolved the issue! ... This solved the issue! Thanks go out to Yehuda for pointing me in the right direction and Kelvin Luck for developing the workaround!

Re: [jQuery] JTip Issue with IE

2006-09-21 Thread Rey Bango
Sweet! Kelvin Luck wrote: Just to give credit where it's due, the workaround came from: http://www.hedgerwow.com/360/bugs/css-select-free.html Cheers, Kelvin :) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/