Hello
I  need to do a quick fix on a tables based site before I move it to
css format and unfortunately when I did that there are link borders  
on several of the
table cells that have usemaps links in them.

I tried to add link styles to eliminate them but the borders still
appear in firefox and internet explorer.  However, In Safari and  
camino the site shows up correctly.

Is there another style class or property tag that i should be using  
to make the image map borders disappear ?


Here is the site page http://cozyandbright.com/index7.html

and here are the styles I am trying to use to eliminate the borders in
firefox

<style type="text/css">
<!--

a:link img {
         text-decoration: none;
         border:0;
         border:none;
}

a:visited img {
   color: #3366FF;
    border:0;
         border:none;

}

a:hover img{
         text-decoration: none;
         border:0;
         border:none;

}

.style1 {font-size: 9px}

-->
</style>

Thank you,
Suisun

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to