JETSURF Adventure DFI PLUS
COMPARE THE ADVENTURE DFI PLUS WITH: - SELECT THE BOARD - JETSURF ADVENTURE DFI JETSURF RACE DFI /*.dropbtn { background-color: WHITE; border: 1px solid black; color: black; padding: 16px; font-size: 16px; cursor: pointer; font-weight: 600; transition: 0.2s; } .dropbtn:hover, .dropbtn:focus { background-color: black; color: white; }*/ .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; max-width: 310px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; width: 100%; } .dropdown-content a::after { display: none; } .dropdown a:hover {background-color: #ddd;} .show {display: block;} /* When the user clicks on the button, toggle between hiding and showing the dropdown content */ function showDropdown() { docu