H
H
Hellarazor2016-06-25 13:21:52
css
Hellarazor, 2016-06-25 13:21:52

How to lay out non-standard tabs?

You need to lay out 3 non-standard tabs. One border-radius and scale for pseudo-classes is indispensable here. The hardest part is the smooth bottom edge. I would like to do without svg of course. What are some ideas? Thank you!
www.prntscr.com/bktzqt

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2016-06-25
@Hellarazor

Make the tabs themselves via wide ("overlapping") images (possibly using css clip-path; although it seems possible to do without this) and use a negative z-index for all inactive tabs positioned below the active one (on the Y-axis, i.e. active - "raise" through JS).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question