Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Select Issue

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144173

    Hello.

    I have a small issue when ever I try to put this on to my mobile website it pops out rather than drop down.

    http://codepen.io/mwbcomputers/pen/DIfyc

    Would I be best to change from select/option to a ul

    #144174
    Paulie_D
    Member

    >Would I be best to change from select/option to a ul

    If you want a menu of some kind then a ul is a much better option that a select box.

    Most browsers (especially for mobile) have their own way of styling select boxes that, in general, cannot be altered except by JS replacement.

    #144176
    chrisburton
    Participant

    @mwbcomputers I would keep the button you have now (although I think a redesign of it would be best) and use jQuery to slide down the links. Sort of like http://jessicahische.is on mobile.

    #144179

    @Paulie_D @chrisburton OK thanks for advice will look around for some free jqurey menus that can customize for mobile I will post it in couple of days let you know how I go. I am just working on smaller size first like @Paulie_D said earlier in the year lowest I will go is 320 wide.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.