/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.image { position: relative; width: 100%; /* for IE 6 */ } h2 { position: absolute; top: 200px; left: 0; width: 100%; }