Tuesday, 15 February 2011

css - Text overlay over gallery -



css - Text overlay over gallery -

i'm trying text overlay on gallery have on site (i'm using wordpress). far have been able text overlay appear, not on top of image.

here the link site. have followed this guide.

html -

<div class="image"> [gallery link="file" columns="4" ids="174,175,176,173"] <h2><span>+</span></h2> </div>

css -

.image { position: relative; width: 100%; /* ie 6 */ } h2 { position: absolute; top: 200px; left: 0; width: 100%; } h2 span { color: #000; font: bold 24px/45px helvetica, sans-serif; letter-spacing: -1px; background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5); padding: 10px; }

css wordpress fancybox

No comments:

Post a Comment