문제

I've build a sort of portfolio using Isotope and Jquery but I don't know how to put text on my pictures without destroying all the isotope portfolio.

I've tried a lot of thing : using position:relative for the pictures and position:absolute for the text but it doesn't work. What should I do ?

Thank you.

도움이 되었습니까?

해결책

I know this problem and it happened to me. You can use HTML5 Tag which is figcaption. After using figcaption tag you can figure it via CSS.

<figcaption>example</figcaption>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top