05-14-2010, 01:28 AM
05-28-2010, 11:14 PM
Don't really understand this question. Personally, I think CSS is a nice method for controlling how your maps would appear.
Thanks,
Thanks,
06-01-2010, 10:42 AM
start writing the CSS code and creating a style ID called “photo.” Begin by entering the code into the <head> of the document that you see bellow:-
---------------------------------------------------------
Web Design Birmingham
Website Design Birmingham
Code:
<html>
<head>
<title>CSS Image Map</title>
<style type="text/css">
#photo {
width: 300px;
height: 224px;
position: relative;
background-image: url(images/fruity_cones.jpg);
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div id="photo"> <ul>
<li class="apple"><a href="http://www.bestapples.com" title="Washington Apples">Washington Apples</a></li>
<li class="orange"><a href="http://www.floridaorange.com" title="Florida Oranges">Florida Oranges</a></li>
</ul>
</div>
</body>
</html>Web Design Birmingham
Website Design Birmingham
06-15-2010, 05:14 AM
Let’s start writing the CSS code and creating a style ID called “photo.” Begin by entering the code into the <head> of the document that you see bellow
-----------------------------------------------------
Kerastase
Kerastase Reflection
Code:
<html>
<head>
<title>CSS Image Map</title>
</head>
<body>
<div id="photo"> <ul>
<li class="apple"><a href="http://www.bestapples.com" title="Washington Apples">Washington Apples</a></li>
<li class="orange"><a href="http://www.floridaorange.com" title="Florida Oranges">Florida Oranges</a></li>
</ul>
</div>
</body>
</html>-----------------------------------------------------
Kerastase
Kerastase Reflection
06-29-2010, 03:34 AM
Hello sshayndell12,
Great Post about CSS coding of Map.
I like it.
Thanks for Sharing.
Great Post about CSS coding of Map.
I like it.
Thanks for Sharing.
09-27-2010, 01:34 AM
Can you please give us any example where the code is used in any webpage of a website so that we can have a glance of how it works...thanks in advance 
