How to i make the image map go at the very top of the page so it is inline with the background.
Im guessing what i have done is the simplest way to do what i am trying to do?
Heres the code:
Code:<html> <head> <style> body { background-image: url("images/back_02.gif"); background-repeat: repeat-x } </style> </head> <body> <!-- Top image map --> <img src="images/top.gif" align="top" width="800" height="133" border="0" alt="" usemap="#top_Map"> <map name="top_Map"> <area shape="rect" alt="" coords="253,110,316,131" href="index.htm"> <area shape="rect" alt="" coords="179,109,250,129" href="index.htm"> <area shape="rect" alt="" coords="103,109,178,132" href="services.htm"> <area shape="rect" alt="" coords="48,109,103,130" href="systems.htm"> <area shape="rect" alt="" coords="12,9,357,99" href="contact.htm"> </map> <!-- Top image map end --> </html>


LinkBack URL
About LinkBacks
Reply With Quote
Unlimited domain web hosting

