I wish to adjust the height of my dialog box.
I could do it this way, but there is an weird abrupt shift, esp if the pc is slow.
$.facebox($("#step1Facebox").html());
$("#facebox").css("top","175px");
Is there a way of doing it such the position is pre-adjusted before showing up?
You could set a default CSS style for #facebox
Then fade in the box...
Or, try this - but it depends whether facebox returns itself in the constructor: