> Hello, > I've set up Jquery's show effect (http://jqueryui.com/demos/show/) to > reveal a div containing an unordered list. The content of the list is > hidden (large negative indent) and represented by background images > for links and hovers etc. It works fine in most browsers with the > exception of IE6; there the show effect plays, the li images are > revealed (more or less where they belong) for about half a second, and > then they disappear. I can't for the life of me figure out where > they're going. Any suggestions please?
Please share a link with the code in function, or just paste the relevant code somewhere (for example here: http://jsbin.com/ ). This is probably not a jQuery issue per se, but a IE6 quirk, so please include in your code: 1. Doctype 2. HTML (the div with the list) 3. CSS (relevant) 4. Javascript -- Andrei Eftimie http://eftimie.com +40 758 833 281 Punct http://designpunct.ro -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
