Reimot Posted March 7, 2010 Report Share Posted March 7, 2010 Hi, ich möchte gerne vor dem Dropdown der Artikelsortierung die Bezeichnung "Sortierreihenfolge "einfügen. Das Dropdown hab ich dazu schon in der stylesheet.css unter products_sort form auf float right gesetzt. Wo kann ich jetzt davor eine Bezeichnung einfügen? In der pruduct_listing_v1.html? Was muss ich da genau reinschreiben? Gruß Reimot Link to comment Share on other sites More sharing options...
amilo Posted March 7, 2010 Report Share Posted March 7, 2010 Hallo, {if $sort_dropdown.options} [COLOR="red"]<p class ="products_sort_text">{txt key=TEXT_CHOOSE_SORT}</p>[/COLOR] <div class="products_sort"> {form type=form name=sort_dropdown action='dynamic' method=get} {form type=hidden name=page value='categorie'} {form type=hidden name=cat value=$current_category_id} {form type=select name=sorting value=$sort_dropdown.options default='' onchange='this.form.submit();'} {form type=formend} </div> {/if} Im Backend in den Sprachtexten noch TEXT_CHOOSE_SORT anlegen. Und den Text mit CSS formatieren. MfG. Hansen Link to comment Share on other sites More sharing options...
Reimot Posted March 8, 2010 Author Report Share Posted March 8, 2010 Hi amilo, vielen Dank für Deine Hilfe! Ich hab alles so angelegt wie Du beschrieben hast. Nur jetzt steht der Text oberhalb der Zeile in der das Dropdown ist. Wie bekomme ich es in die selbe Zeile? Gruß Reimot Link to comment Share on other sites More sharing options...
amilo Posted March 8, 2010 Report Share Posted March 8, 2010 Hallo, der Rahmen ist der DIV-Container. Setz den Text einfach in den DIV rein. MfG. Hansen Link to comment Share on other sites More sharing options...
Reimot Posted March 8, 2010 Author Report Share Posted March 8, 2010 Hi amilo, ich hab die Zeile jetzt am Ende des DIV Containers eingefügt und jetzt passt es. Vielen Dank! Jetzt muss ich nur noch das padding und die Schrift im CSS anpassen. Wo muss ich das aber in der CSS einfügen? Bei PRODUCTS Sorting als products_sort_text? Gruß Reimot Link to comment Share on other sites More sharing options...
amilo Posted March 8, 2010 Report Share Posted March 8, 2010 Hi, du könntest das so ansprechen: .products_sort p.products_sort_text { css formatierung;}[/CODE] MfG. Hansen Link to comment Share on other sites More sharing options...
Reimot Posted March 8, 2010 Author Report Share Posted March 8, 2010 Hi amilo, Vielen Dank für Deine Hilfe! Hat super geklappt. Jetzt steht alles da wo es hin gehört. Gruß Reimot Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.