Preload then compress into a dropdown.

Preload then compress into a dropdown.

Hello, The code below needs to be preload before its compress into the dropdown below. I never used jquery before so any help would be much appreciated.
  1. <style type="text/css">
  2.   .styled select {
  3.    background: transparent;
  4.    width: 236px;
  5.    font-size: 16px;
  6.    border: 1px solid #ccc;
  7.    height: 34px; 
  8.   .styled{
  9.    margin: 0px;
  10.    width: 236px;
  11.    height: 34px;
  12.    border: 1px solid #111;
  13.    border-radius: 3px;
  14.    overflow: hidden;
  15.    background: url(http://rgn.community/fastdl/arrowdown3.png) 99% / 7% no-repeat #ddd;
  16. }
  17. </style>

  18. <form action="#">
  19. <div class="styled">
  20. <select onchange="if(selectedIndex!=0)document.getElementById('serveradmins').innerHTML=options[selectedIndex].value;">
  21. <option value="">&lt; Select a Server &gt;</option>
  22. <option value="
  23. <div class=steamprofile style=padding-left:-10px title=removed></div>
  24. <div class=steamprofile style=padding-left:-10px title=removed></div>
  25. <div class=steamprofile style=padding-left:-10px title=removed></div>
  26. <div class=steamprofile style=padding-left:-10px title=removed></div>
  27. <div class=steamprofile style=padding-left:-10px title=removed></div>
  28. <img src=http://rgn.community/fastdl/white-line.png>
  29. <div class=steamprofile style=padding-left:-10px title=removed></div>
  30. <div class=steamprofile style=padding-left:-10px title=removed></div>
  31. ">Jailbreak Admins</option>
  32. <option value="
  33. <div class=steamprofile style=padding-left:-10px title=removed></div>
  34. <div class=steamprofile style=padding-left:-10px title=removed></div>
  35. <div class=steamprofile style=padding-left:-10px title=removed></div>
  36. <div class=steamprofile style=padding-left:-10px title=removed></div>
  37. <div class=steamprofile style=padding-left:-10px title=removed></div>
  38. <img src=http://rgn.community/fastdl/white-line.png>
  39. <div class=steamprofile style=padding-left:-10px title=removed></div>
  40. <div class=steamprofile style=padding-left:-10px title=removed></div>
  41. ">CSS Minigames</option>
  42. <option value="
  43. <div class=steamprofile style=padding-left:-10px title=removed></div>
  44. <div class=steamprofile style=padding-left:-10px title=removed></div>
  45. <div class=steamprofile style=padding-left:-10px title=removed></div>
  46. <div class=steamprofile style=padding-left:-10px title=removed></div>
  47. <img src=http://rgn.community/fastdl/white-line.png>
  48. <div class=steamprofile style=padding-left:-10px title=removed></div>
  49. <div class=steamprofile style=padding-left:-10px title=removed></div>
  50. ">Surf Deathmath</option>
  51. </select>
  52. </div>
  53. </form>
  54. <div id="serveradmins"></div>