• So, i want to create this drop down menu list but i cant figure it out how =( In this drop menu would be “Small”, “Medium”, and “Larger”

    And then, like, I choose Medium, when i chosse medium there would be a text below this drop down menu saying. “Red Alpinestars MEDIUM shirt”. or if i choose Large It would be “Red Alpinestars LARGE shirt”

    This is really hard for me to explain because im now american, so if you dont understand please tell me so Ill try to explain it again :P. This is for a shopping website that im doing tryin to get some money.

    Thank You.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter migbrasil

    (@migbrasil)

    What im looking for is the html code for this.

    Thread Starter migbrasil

    (@migbrasil)

    like this!!!!!

    https://www.lyricsmode.com/lyrics/j/jason_mraz/im_yours.html

    on the left sidebar theres a I’m Yours lyrics widget: where you can choose b/t “Lyric & video” “Lyric Only” “Video Onwly” and when you mark them it changes on the bottom…..

    Thread Starter migbrasil

    (@migbrasil)

    I got htis part….

    <table>
    															<tr>
    			<td width="3px"><input id="rb1" type="radio" name="widget" onclick="change_preview(1)"></td>
    			<td><label id="lrb1" for="rb1" class="smg">LYRICS & VIDEO</label></td>
    			<td width="3px"><input id="rb2" type="radio" name="widget" onclick="change_preview(2)"></td>
    			<td><label id="lrb2" for="rb2" class="smg">LYRICS ONLY</label></td>
    
    			<td width="3px"><input id="rb3" type="radio" name="widget" onclick="change_preview(3)"></td>
    			<td><label id="lrb3" for="rb3" class="smg">VIDEO ONLY</label></td>
    															</tr>
    														</table>

    its only a table thing… I know i got to use the onclick="change_preview(3)" but idk how :/

    Thread Starter migbrasil

    (@migbrasil)

    please soomebody help me =(

    Thread Starter migbrasil

    (@migbrasil)

    up?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to create a drop down SELECT menu’ is closed to new replies.