I have a div for my indicator, but it isn't working. Please help!!!

Here is the javascript:

new Ajax.Autocompleter("DCO_Number", "autosuggest",
"DCO_Manage_Project.cfc?method=getHTML",
{afterUpdateElement:getInfo,indicator:'JSMX_loading',frequency:0.1});

Here is the CSS for the div (below).

div#JSMX_loading{
        position:static;
        top:0px;
        left:0px;
        margin:0px;
        padding:0px;
        width:112px;
        height:30px;
        display:none;
        background-color:#FF0000;
        background-image:url(../_images/processing.gif);
        background-repeat: no-repeat;
        z-index:200;
}

although, I override some of the styles as such:
style="position:absolute; left:743px; top:167px;"


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to