a simple css design

admin

Administrator
Staff member
Hello. I have a should-be simple design problem. I have a basic design: A container. The container holds an image at the top, a description of the image just below, and then a button to purchase the image above that. <br /><br />The problem is that I cannot get the form (button) to measure its margin off of the container instead of the image. I want to set a top margin for the button from the top of the container, not the bottom of the image. Every time I set the margin for the form it uses the img as its reference. <br /><br /><br /><div id="container"><br /><br /><img src=http://www.webdesignerforum.co.uk/lofiversion/index.php/"whatever"></img><br /><br /><p>Description Here</P><br /><br /><form whatever></form><br /><br /></div><!--content-->
have you got a link to a live example? it would help.<!--content-->
 
Top