.ui-dialog { width: 585px !important; height: 480px !important; overflow: visible !important; } #divId { width: 100% !important; height: auto !important; } .ui-dialog-overlay { background-color:#000000 !important; opacity:0.9 !important; filter: alpha(opacity=90) !important; }




var bodyTextAlign = “”; $(document).ready(function() { // if (true) if ($.cookie(“disclaimer”) != “y”) { //$(“#modalIframeId”).attr(“src”,”http://www.stackscompensation.com.au/web/pageid/49139″); $(“#divId”).css(“display”, “block”); // IE fix for when body is aligned to the center. Dialog looks bad and buttons no longer visible bodyTextAlign = $(“body”).css(“text-align”); $(“body”).css(“text-align”, “left”); $(“#divId”).dialog({ autoOpen: true, modal: true, height: ‘528px’, width: ‘608px’, resizable: false, zIndex: 10000, draggable: false, overlay: ‘.modal-overlay’, close: function(event, ui) { $(“#divId”).css(“display”, “block”); $(“body”).css(“text-align”, bodyTextAlign); }, beforeclose: function(event, ui) { if (!blnClose) { return false; } // if ($.cookie(“disclaimer”) != “y”) // { // return false; // } } }); } });
Courtesy of LexisNexis LAWYERS WEEKLY
Jul 01 2010
Personal injury firm Stacks Goudkamp has appointed senior associate Kasarne Robinson as director, effective 1 July.
Robinson specialises in compensation law and conducts public liability, victim compensation and medical negligence matters. She joined Stacks in 2000 before working as a legal executive for Cogent Lawyers in London for 18 months and returned to Stacks in 2006.