Scrollable liste



  • Hallo,

    wie macht man in html eine scrollable Liste.
    Ich hab 10 Getränke und die sollen in einer Liste angezeigt werden. Es werden 6 angezeigt die anderen werden gescrollt. Geht das mit reinem html ? Wenn nein, wie hat man das damals ohne CSS gemacht *gg* .



  • hier hast du deinen Code

    Scrolling List Code
    								<B>Select some fruit:</B> <BR>
    								<SELECT NAME="Morefruit" SIZE="4" MULTIPLE >
    								<OPTION SELECTED> Apples
    								<OPTION> Bananas
    								<OPTION> Oranges
    								<OPTION> Watermelon
    								<OPTION> Kiwi
    								<OPTION> Cantaloupe
    								<OPTION> Strawberries
    								</SELECT>
    

Anmelden zum Antworten