Forums

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

Home Forums JavaScript Trying to Find Best Standards for Coding Sliders

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #43541

    I have a small project where I have a content box that will have its content change on hover. I want it to be responsive and fluid. I’ve tried using only CSS, which worked okay, but not ideal.

    I want to make sure I’m doing this as efficiently as possible and have a few general ideas:

    • Use a long unordered list and shift its position with overflow:hidden
    • Use multiple divs with display:none
    • Use multiple divs and overlap

    Is there a standard to this? I’m running into trouble when I have this content box in a parent with other content boxes.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.