Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. fancybox doesnt work in IE8 but works normally in IE9
  2. $("a.iframe").fancybox({
  3.     'hideOnOverlayClick':false,
  4.     'hideOnContentClick': false,
  5.     'transitionIn'  :   'elastic',
  6.     'transitionOut' :   'elastic',
  7.     'width'         :   '70%',
  8.     'height'        :   '80%'
  9.  
  10. });
  11.  
  12. <a class="iframe" href="ResultsLogin.aspx">View Results</a>
  13.        
  14. 'height'        :   '80%',