On 5/22/07, poncjusz <[EMAIL PROTECTED]> wrote:

$(document).ready(function() {
        $("#articleContent").css({ "margin-top":
-($("#otherArticles").height()+15 });
)};


$(document).ready(function() {
 $("#articleContent").css({
   "margin-top":
     -(
       $("#otherArticles")
         .height()
       +15
    [    ]
 });
)};

It looks like you're missing a right parentheses [ ) ].

- Richard D. Worth

Reply via email to