sanders720
Programmer
#map1 works great. I tried to add #map2 to my CSS, and it would not load the image. Is it permissable to have mnore than one map in a CSS?
Also, in the HTML code below, what does the id do for me?
Thanks ahead of time for any help you can provide.
HTML file:
<div id="map2">
<div id="menu12">
<a href="../JobsDatasheet_Image.jpg" id="jobs1">></a>
</div>
</div>
CSS file:
#map1 {
background-image: url(MainMenu_Image.jpg);
width: 922px;
height: 472px;
position: relative;
}
#menu1 {
position: absolute;
top: 228px;
left: 290px;
}
#menu2 {
position: absolute;
top: 264px;
left: 290px;
}
#map2 {
background-image: url(Jobs_Image.jpg);
width: 907px;
width: 743px;
position: relative;
}
#menu12 {
position: absolute;
top: 228px;
left: 290px;
}
Also, in the HTML code below, what does the id do for me?
Thanks ahead of time for any help you can provide.
HTML file:
<div id="map2">
<div id="menu12">
<a href="../JobsDatasheet_Image.jpg" id="jobs1">></a>
</div>
</div>
CSS file:
#map1 {
background-image: url(MainMenu_Image.jpg);
width: 922px;
height: 472px;
position: relative;
}
#menu1 {
position: absolute;
top: 228px;
left: 290px;
}
#menu2 {
position: absolute;
top: 264px;
left: 290px;
}
#map2 {
background-image: url(Jobs_Image.jpg);
width: 907px;
width: 743px;
position: relative;
}
#menu12 {
position: absolute;
top: 228px;
left: 290px;
}