Firefox SSL and JQuery UI -


i'm experiencing odd problem page's ssl breaks in firefox if incorporate jquery ui dialog box.

works fine in i.e. 8 , chrome.

i read issue introduced css base64 image encoding breaking ssl i've tried removing style sheet , problem still occurs.

has run this? if not can suggest way progress in hunting cause down? i'm cutting code out , retrying it's painfully slow (easier if static element).

the call breaks ssl is...

<script type="text/javascript" charset="utf-8">  jquery(document).ready(function() {      $( "#dialog" ).dialog();  });  </script> 

so dialog box id ripped out , moved end of document problem occurs.

i think what's going on here jquery-ui-1.8.2.custom.css file referencing images redirecting non-ssl 404 page.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -