View Full Version : caption above photo
mduff1
Apr-22-2008, 10:37 PM
I am trying to place the caption for my pictures above each picture, and the FAQ says to use this code:
#caption_top {display: block;}
#caption_bottom {display: none;}
but this code is not working. It is removing the caption from the bottom but it is not adding it to the top.
Thank you
richW
Apr-22-2008, 10:49 PM
I am trying to place the caption for my pictures above each picture, and the FAQ says to use this code:
#caption_top {display: block;}
#caption_bottom {display: none;}
but this code is not working. It is removing the caption from the bottom but it is not adding it to the top.
Thank you Remove from the css section and move to the javascript section:
YE.onAvailable('galleryTitle', function() {this.innerHTML = 'All Galleries'});
YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Duffany Featured Galleries'});
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Duffany Gallery Catagories'});
edit: change this:
#caption_bottom {display: block;}
to this:
#caption_bottom {display: none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.