lord_havoc
04-10-2007, 02:58 AM
Okay, so I made an image map because if I did the images individually the text wasn't aligned just right. Now the problem I'm having is that even though I told it not to, it boxes the image with blue like the internet's defaults.
My formating is as follows
a:link{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:visited{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:hover{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:active{
text-decoration: none;
color: #000000;
background-color: #000000; }
And my code in my HTML document is this
<img src="navigation.PNG"
width="800" height="40"
usemap="#navmap">
<map id="navtmap" name="navmap">
<area shape="rect"
coords="0,0,100,40"
alt="Home"
href="http://cyanideperfection.net/index.php">
<area shape="rect"
coords="100,0,230,40"
alt="Visitor"
href="http://cyanideperfection.net/visitor/index.php">
<area shape="rect"
coords="240,0,350,40"
alt="Forum"
href="http://forum.cyanideperfection.net">
<area shape="rect"
coords="370,0,470,40"
alt="Photo"
href="http://cyanideperfection.net/pixelpost/index.php">
<area shape="rect"
coords="490,0,650,40"
alt="Contact"
href="http://cyanideperfection.net/contact.php">
<area shape="rect"
coords="660,0,800,40"
alt="Support"
href="http://cyanideperfection.net/support/index.php">
</map>
My formating is as follows
a:link{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:visited{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:hover{
text-decoration: none;
color: #000000;
background-color: #000000; }
a:active{
text-decoration: none;
color: #000000;
background-color: #000000; }
And my code in my HTML document is this
<img src="navigation.PNG"
width="800" height="40"
usemap="#navmap">
<map id="navtmap" name="navmap">
<area shape="rect"
coords="0,0,100,40"
alt="Home"
href="http://cyanideperfection.net/index.php">
<area shape="rect"
coords="100,0,230,40"
alt="Visitor"
href="http://cyanideperfection.net/visitor/index.php">
<area shape="rect"
coords="240,0,350,40"
alt="Forum"
href="http://forum.cyanideperfection.net">
<area shape="rect"
coords="370,0,470,40"
alt="Photo"
href="http://cyanideperfection.net/pixelpost/index.php">
<area shape="rect"
coords="490,0,650,40"
alt="Contact"
href="http://cyanideperfection.net/contact.php">
<area shape="rect"
coords="660,0,800,40"
alt="Support"
href="http://cyanideperfection.net/support/index.php">
</map>