i am just wondering how to put an input box over an img than map it because i want to make a calculator for fun but this is a road block for me anyone have any ideas?
Mapping the image will break it up into small clickable domains, right? Then put the input box at each of the segments. wiz
I guess you want to have an image to serve as buttons for the calculator.. You can use <map> tag for it - http://www.w3schools.com/tags/tag_map.asp To place the input box over image, use CSS property position:absolute and then give it left and top positions: http://www.w3schools.com/cssref/pr_class_position.asp
thx guys for the help ,, im going to post my calculator for you guys to see soon as soon as i finish it