hey.
i have a div that inside contains FORM elements
im trying to suppress that window and put a div that will be below it with
message. i tried this:
<span id='statusmsg'>fgfdgf<BR>sdfdsfdsfdf<BR></span>
$(function(){
$('#FormContainer1').block(); $("#statusmsg").below("#FormContainer1",
{adjustRight: offset, adjustDown: 0})
$('#FormContainer1').fadeTo("550", 0.2);
offset = ($('#statusmsg').width() - $('#MyForm1').width()) / 2;
$('#unblockButton').click(function() {
$('#FormContainer1').unblock();
});
for some reason the status div is under the form elements and not visible at
all
my goal is to make this div centers both to the horizen/vectiral
ideas?
--
View this message in context:
http://www.nabble.com/display-message-below---above-div-that-include-FORM-tf3402765.html#a9476566
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/