User Profile

Collapse

Profile Sidebar

Collapse
cwilliams
cwilliams
Last Activity: Oct 31 '06, 05:35 PM
Joined: Oct 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cwilliams
    replied to Drop-down message box problem in IE
    Here is the code..

    window.onload = function(){
    custom_box_effe ct_0 = new fx.Opacity('cus tom_box', {
    duration: 500,
    transition: fx.linear,
    onComplete: function() {
    }
    });



    status_effect_0 = new fx.Opacity('sta tus', {
    duration: 500,
    transition: fx.linear,
    onComplete: function() {
    }
    });

    status_effect_0 .hide();...
    See more | Go to post

    Leave a comment:


  • cwilliams
    started a topic Drop-down message box problem in IE

    Drop-down message box problem in IE

    The following code works fine in Firefox, but not happens when the link is clicking on in IE...a message box is suppose to drop-down...nothing but an error in IE..any help
    Code:
    <td>
    <a href="javascript:void(0)" onClick="custom_mesg();">Add message</a>
    					
    <div id="custom_box">Custom message: <br />
    <textarea class="inputbox" id="custom_mesg"
    ...
    See more | Go to post
No activity results to display
Show More
Working...