jquery - Creating Hotspots for Resizable Image? -


since not able create horizontal navigation bar desired text, had create new navbar in illustrator , save jpeg. planning on using hotspots on words home , products. of course, problem user resizes browser, still need click on links. best way go doing this? need map out every single spot words on page user resizes browser?

here 3 different places words home , products appear on page user resizes. home , products move left , right between first , second screenshots, , , down between second , third screenshots. besides words pretty fixed on page.
resize 3 resize 2 resize 1

my fear user find hotspot word isn't there. how can prevent this? thank you.

<!doctype html> <html> <head> <style type="text/css"> <!-- #banner {width:100%} #banner img {width:100%;height:auto} nav {width:100%;display:block;} nav ul {list-style-type:none;margin:0;padding:0;text-align:center; background-color:#c0872e;} nav li {display:inline-block;background-color:#c0872e; font-family:georgia;} nav {line-height:35px; color:white; padding: 0 30px; font-size:22px;  font-family:georgia; background-color:#c0872e;} nav a:hover {text-decoration:none}  a{float:left;margin-right:58px; margin-left:58px;color:#000; text-decoration:none; } body {background-image: url("daikinbackground1.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }  --> </style> <meta charset="utf-8"/> <title>daikininc.com</title> </head> <body> <div id="body"> <header> <div> <div style="text-align:center" id="banner"> <title="daikinincbanner"> <img src="daikinbanner1.jpg" border="0" alt="daikinbanner1"> </div> <!-- <nav> <ul> <li><a href="index.html">home</a></li> <li><a href="products.html">products</a></li> </ul> </nav> --> <nav style="text-align:center"> <img style ="height:300px" width="1355" src="navbarimage1.jpg"> </nav> <br> <p style="text-align:center;font-family:windsordemi;"> <font size="4"> welcome daikininc.com! home world's greatest eggorll wrappers , noodles. </font> </p> <br><br><br><br><br><br><br><br><br> </nav> </header> <section> <aside> </aside> <article> </article> <footer> </footer> </div> </body> </html> 

you should not doing images. find web font version of windsor , use instead @font-face.

css-tricks has nice write on using @font-face.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -