Forums

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

Home Forums CSS Mking tabs with css issues

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #147250
    hantaah
    Participant

    I have transfered a jscrip tabs section as seen here: http://codepen.io/hantaah/pen/vajoD
    to a css only tabs ( for the purpose of ebay ) as seen here: http://codepen.io/hantaah/details/BLlja

    The tabs section with css only needs to have a min-height of 323 on it so that the top shadow shows and then also needs to have an overflow: auto so that the content fits inside but when I do this the tab section jumps out of the containing element and the top tabs disappear.

    How do I do this propery?

    #147261
    jurotek
    Participant

    Is this? what you looking for

    #147277
    hantaah
    Participant

    Kind of. What did you change? I wanted to place a min-height: 323px on article.newtabs section because it allows the shadow to show on the top but if I place that rule there the content comes of of the area like this:

    http://codepen.io/hantaah/pen/BLlja

    how do I fix that?

    and how to I make the tabs section height bigger?

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