thespungo
04-21-2005, 07:47 PM
I'm just looking to get into more web design, after all the fun I had while making this site.
http://www.calikick.tk
But I seem to have one big problem with it, the image map up top is not usable on my girlfriend's powerbook G4 Mac. I've deleted her cookies, refreshed her internet files, updated her internet explorer browser, but it still doesn't work. And also, the image map works when she uses Netscape, so it leads me to believe the issue is with her Internet explorer, or the way I am coding the site.
When the site comes up, everything appears to be normal, all the images show up and look correct. But when you roll over the image map, it appears to be just an image, not a series of clickable links. So if someone could help me with that, i'd be ecstatic.
Also, another problem with her computer, is the main news box shows up off-center from where it should, which also occurs when she is using netscape. Basically everything looks and works great on my computer, but I am fearing other people on different computers are not seeing the site the way I see it.
Here is the code I am using for the image map:
<map name="linkbar">
<area shape="rect" coords="44,0,6,48"
href="http://www.angelfire.com/jazz/calikick/home.html" target="wordbox">
<area shape="rect" coords="96,0,52,48" href="http://www.angelfire.com/jazz/calikick/bios.html" target="wordbox">
<area shape="rect" coords="132,0,104,48" href="http://www.angelfire.com/jazz/calikick/tunes.html" target="wordbox">
<area shape="rect" coords="183,0,141,48" href="http://www.angelfire.com/jazz/calikick/pics.html" target="wordbox">
<area shape="rect" coords="234,0,192,48" href="http://www.angelfire.com/jazz/calikick/merch.html" target="wordbox">
<area shape="rect" coords="283,0,241,48" href="http://www.angelfire.com/jazz/calikick/info.html" target="wordbox">
<area shape="rect" coords="329,0,290,48" href="http://www.angelfire.com/jazz/calikick/links.html" target="wordbox">
<area shape="rect" coords="380,0,335,48" href="http://www.angelfire.com/jazz/calikick/contact.html" target="wordbox">
</map>
<IMG SRC="/jazz/calikick/images/LinkBarImageMap.jpg" USEMAP="#linkbar" border="0">
Other than that problem, i'd love to hear some helpful suggestions.
http://www.calikick.tk
But I seem to have one big problem with it, the image map up top is not usable on my girlfriend's powerbook G4 Mac. I've deleted her cookies, refreshed her internet files, updated her internet explorer browser, but it still doesn't work. And also, the image map works when she uses Netscape, so it leads me to believe the issue is with her Internet explorer, or the way I am coding the site.
When the site comes up, everything appears to be normal, all the images show up and look correct. But when you roll over the image map, it appears to be just an image, not a series of clickable links. So if someone could help me with that, i'd be ecstatic.
Also, another problem with her computer, is the main news box shows up off-center from where it should, which also occurs when she is using netscape. Basically everything looks and works great on my computer, but I am fearing other people on different computers are not seeing the site the way I see it.
Here is the code I am using for the image map:
<map name="linkbar">
<area shape="rect" coords="44,0,6,48"
href="http://www.angelfire.com/jazz/calikick/home.html" target="wordbox">
<area shape="rect" coords="96,0,52,48" href="http://www.angelfire.com/jazz/calikick/bios.html" target="wordbox">
<area shape="rect" coords="132,0,104,48" href="http://www.angelfire.com/jazz/calikick/tunes.html" target="wordbox">
<area shape="rect" coords="183,0,141,48" href="http://www.angelfire.com/jazz/calikick/pics.html" target="wordbox">
<area shape="rect" coords="234,0,192,48" href="http://www.angelfire.com/jazz/calikick/merch.html" target="wordbox">
<area shape="rect" coords="283,0,241,48" href="http://www.angelfire.com/jazz/calikick/info.html" target="wordbox">
<area shape="rect" coords="329,0,290,48" href="http://www.angelfire.com/jazz/calikick/links.html" target="wordbox">
<area shape="rect" coords="380,0,335,48" href="http://www.angelfire.com/jazz/calikick/contact.html" target="wordbox">
</map>
<IMG SRC="/jazz/calikick/images/LinkBarImageMap.jpg" USEMAP="#linkbar" border="0">
Other than that problem, i'd love to hear some helpful suggestions.