Forums

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

Home Forums CSS Hover problems

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236561
    Munkiuke
    Participant

    First post here :D….
    I am having a problem that i didn’t face before and i don’t know what the problem actually is, so i created 5 items, and whenever i hover near them like on the other side of the page they actually get targeted for some reason.. here is my code.

    First time using code pen hope that this works ..

    http://codepen.io/munkiuke/pen/LGyaEp

    #236562
    Atelierbram
    Participant

    Like it is now, all elements are undefined block elements, which width defaults to 100%. Would one, for example, float the wrapping container div, then the width would collapse.

    .MiniListAll {
      float: left;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.