JS scroll bar fix and a PHP fix

Discussion in 'Programming' started by bytestor, Jul 19, 2009.

  1. #1
    Hi,

    Here is the code and it works fine if the screen height is more and if its less the content gets trimmed at the bottom. I tried to add a scroll bar but got struck in it.

    <a class="highslide" onclick="javascript: return hs.htmlExpand(this, { contentId:'signupemp', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 430, height : 700} )" href=""><? } ?>Join Now!</a>


    If I add a scroll bar to the above code

    <a class="highslide" onclick="javascript: return hs.htmlExpand(this, { contentId:'signupemp', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 430, height : 700, overflow: auto, position: relative} )" href=""><? } ?>Join Now!</a>

    its not opening the join now form, instead it just redirect the page it is coz of href="". How can I add a scroll bar so the complete sign up form is available for the users?


    Any one who fix this with knowledge of PHP is required to fix a small PHP issue. Would appreciate someone with knowledge of JS, AJAX and PHP to PM me back for the job.

    Thanks.
     
    bytestor, Jul 19, 2009 IP