> This STYLE discussion got me to run a few experiments - here's what I > found (tested FF2+3, Chrome, IE6-8). [...] > - All browsers allow the dom to inject Style elements anywhere you > like (head or body) at any time; immediately all the new styles are > applied.
This is odd -- we use that technique (of adding the necessary CSS together with the popups), and it doesn't work with Chrome/Safari. The CSS is part of a <style> element that comes together with the HTML fragment that's .load()ed into a <div> in the page. What did you do differently that you convinced Chrome to work as expected? Dimi. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
