Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <div class="views-row views-row-1 views-row-odd views-row-first"
  2. style="position: relative;">
  3.  
  4. <div class="views-field views-field-field-image">
  5. <div class="field-content">Image will be displayed here</div>
  6. </div>
  7.  
  8. <div class="views-field views-field-title" style="
  9. position: absolute;
  10. bottom: 0;
  11. background: #fff; /*you can use css transparency here*/
  12. color: #000;
  13. padding: 5px;">
  14. <span class="field-content"><a href="link-to-content">Title Of Content</a></span>
  15. </div>
  16.  
  17. </div> <!-- end view-row -->
  18.  
  19. .my-view .views-row {position:relative}
  20. .my-view .views-field-title {position: absolute; blah: blah}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement