Hi,
I am trying to make an order form type web page. I want it to look like the apple store page, where you select device (for instance iPhone 5) then it brings you to this page (the customize page that I am currently working on) where you would select the color (black or white) and it will put a border around the image you selected. This all works fine, but I am having trouble making it look better. Once the border gets added the images all shift down to compensate for the border and allow it to be displayed on the page, what I am trying to do is make the images stationary , maybe a little bit of a margin around the image, but the margin style wont work on the img tag. Here is what I have so far.
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Customize Your Mountable!</title>
<!-- Hosting24 Analytics Code --> <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> <!-- End Of Analytics Code -->
and here is the outcome: [url]http://mountables.net84.net[/]
02-25-2013, 07:06 PM
kfurlong
bump
If anyone even just has some guidance I would appreciate it, I was thinking of maybe surrounding it in a div with padding, but i dont think that will work.