Zur Navigation

Ergebnissbox farblich anpassen

1 dominik123 (Gast)

hallo joerg,

moechte gerne die ajax suche auf meiner seite installieren habe dafuer folgenden Code eingebaut....laeuft alles super.

Wenn ich was eingebe bekomme ich keinen rahmen und keinen hintergrund angezeigt... einfach transparent schaut bloed aus :-(
Ich moechte eine einfache weisse dropdown box haben...Wie mache ich das???

Danke fuer deine Hilfe

gruss
dominik


        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

        <script type="text/javascript" src="http://www.xxxx.com/js/jquery.autocomplete-min.js"></script>

        </p>
        <p>
                <label for="locationTown">Town:</label>
                <input type="text" name="exact-property_location_town" id="locationTown" style="width:184px;" value="" />
        </p>



<script type="text/javascript">
//<![CDATA[
        var a1;
        jQuery(function() {
                a1 = $('#locationTown').autocomplete({
                width: 300,
                delimiter: /(,|;)\s*/,
                lookup: "mallorca,Bombarral".split(',')
        });
});
//]]>
</script>

16.05.2011 23:37

2 Jörg Kruse

Zu dem jquery Plugin gibt es hier eine Dokumentation:

http://docs.jquery.com/Plugins/autocomplete

Unter der Überschrift Stylesheets findet sich folgender Hinweis:

The plugin provides the stylesheet jquery.autocomplete.css, which contains the necessary styling for the autocomplete itself, and only that. All class-selectors are namespaced with the "ac_"-prefix. Usually you can just use that and overwrite colors in your own stylesheet.

16.05.2011 23:55 | geändert: 16.05.2011 23:55

Beitrag schreiben (als Gast)

Die Antwort wird nach der Überprüfung durch einen Moderator freigeschaltet.





[BBCode-Hilfe]