background image using resizer.....
Hey Jason
Just wondering how I could set the height/width of the image background in this div tag so that I could use image resizer on it?
<div style="float: left; background-color: #FFFFFF;border-style: none;width: 320px;height: 200px; margin: 20px 20px 0 0;padding: 10px; -webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75); background-image:url(images/homepage/<?php echo $row_HomepagePanels['PanelImage']; ?>; background-repeat:no-repeat; background-position: right center;">
If you need to see it in context, its the small images to the right of each of the panels in the main content area: http://clients.motley.co.uk/young/index.php
Thanks
Jamie