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