cenorx
03-09-2005, 12:51 PM
Its seldom done, but very easy to fullfill. And IMO easier to navigate.
Fix the place where you want it: add to your css for example
#column {
text-align:center;
position:absolute;
left:27px;
top:71px;
width:105px;
background:#444;
padding:0;
}
and call it in the image_template
<div id="column">
<IMAGE_THUMBNAIL_ROW>
</div>
I just updated my site with it, if you want a demo.
Fix the place where you want it: add to your css for example
#column {
text-align:center;
position:absolute;
left:27px;
top:71px;
width:105px;
background:#444;
padding:0;
}
and call it in the image_template
<div id="column">
<IMAGE_THUMBNAIL_ROW>
</div>
I just updated my site with it, if you want a demo.