stephen89 Posted May 16, 2011 Share Posted May 16, 2011 Hi everybody, So just to start off with some base information. I have a site I am developing with 2.3.1 and I was wondering if anybody had any input on putting a frame(custom image like an antique frame) around the large image but leaving the thumbnails to fall below the frame. I hope this is clear enough. If you have any questions I'll try to answer them to the best of my ability. As usual thanks for any input at all you might have. Thank You, Stephen Link to comment Share on other sites More sharing options...
burt Posted May 16, 2011 Share Posted May 16, 2011 make the antique frame a background image using .css Link to comment Share on other sites More sharing options...
stephen89 Posted May 16, 2011 Author Share Posted May 16, 2011 I was thinking the same thing, I just can't seem to figure out what I should add the background to Link to comment Share on other sites More sharing options...
NodsDorf Posted May 16, 2011 Share Posted May 16, 2011 Something like this <style> imgborder { background-image:url('frame.gif'); } </style> <div class="imgborder"> php code for images here</div> Didn't have time to test it to find the actually code you need to wrap that around, but that should get you on the right path. Link to comment Share on other sites More sharing options...
stephen89 Posted May 17, 2011 Author Share Posted May 17, 2011 That didn't seem to work. I'm not sure why, I've tried something similar already and it just seems to ignore any div I wrap the image in. Maybe I'm in the wrong spot? Link to comment Share on other sites More sharing options...
stephen89 Posted May 20, 2011 Author Share Posted May 20, 2011 So, I never got this to work, I was wondering if anybody else had any suggestions about this. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.