/ Published in: CSS
Expand |
Embed | Plain Text
.image { position: relative; width: 100%; /* for IE 6 */ } h2 { position: absolute; top: 200px; left: 0; width: 100%; }
You need to login to post a comment.
Foxyfox on 11/28/10
1 person have marked this snippet as a favorite
.image { position: relative; width: 100%; /* for IE 6 */ } h2 { position: absolute; top: 200px; left: 0; width: 100%; }
You need to login to post a comment.