Forums

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

Home Forums CSS Opera Mini & :focus

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42668
    oldgeezer
    Member

    I am using a drop down nav list on small screens to save some space by using media queries;
    using :hover works fine on most modern browsers – except for Opera Mini.

    How can I detect the non-availability of :hover without too much javascript?

    I feel that using modernizr or selectivizr is a bit of overkill just to get rid of that one problem on the opening page of anyone using an enhanced telephone; like the Nokia XpressMusic.

    Any suggestions?

    #124166
    Kitty Giraudel
    Participant

    You could use :focus with :hover to ensure usability on touch mobiles.

    #124339
    oldgeezer
    Member

    Hi Hugo,
    the way I understand Opera Mini is, that it detects :focus only on form elements.
    And the problem is not with smart phones but with the millions of users that have “enhanced” phones.

    #124372
    Paulie_D
    Member
    #124445
    oldgeezer
    Member

    Paulie, yes but that discussion is focusing on focus() not the pseudo-class :focus.

    And the question is, how to get :hover to work on Opera Mini in the easiest, simplest, most elegant way without using lines and lines of javascript.

    #124449
    Paulie_D
    Member

    Are we loading jQuery at all?

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