Forums

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

Home Forums CSS Is it possible to extend thumbNav items (bullets or numbers) below slider area?

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

    Hi — I’m trying to array a series of either number or bullet thumbNav items below the slider area.

    In addition to changing the font and spacing of div.anythingSlider .thumbNav a, I made the following changes to the CSS:

    div.anythingSlider .thumbNav { margin: -4px 0 0 0; z-index:2000; } // to move the thumbNav area up slightly
    div.anythingSlider .thumbNav li { float: left; list-style-type: none;} // to allow the items to align in rows rather than disappear off to the right

    The downside to this is I’m limited to only 64 items before they wrap out of the containing anythingSlider div.

    Any help would be greatly appreciated.

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