forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: CanadianJeff on November 24, 2008, 07:11:19 pm

Title: Works With Firefox Browser But Not IE6 or 7
Post by: CanadianJeff on November 24, 2008, 07:11:19 pm
http://www.anligallery.com/gallery/ (http://www.anligallery.com/gallery/)
Title: Re: Works With Firefox Browser But Not IE6 or 7
Post by: SaWey on November 24, 2008, 07:44:11 pm
change
Code: [Select]
<style type="text/css">
<!--
a   {   color: #444444;   }
a:link,a:visited{color:#000000;text-decoration:none}   
  a:hover   {
color:#999999;
}
.basic {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #444444;
text-decoration: none;

}
.basic1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
}
</style>

to
Code: [Select]
<style type="text/css">
<!--
a   {   color: #444444;   }
a:link,a:visited{color:#000000;text-decoration:none}   
  a:hover   {
color:#999999;
}
.basic {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #444444;
text-decoration: none;

}
.basic1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
}
-->
</style>

in your template.

In the future, be more careful when using a comment block, you forgot to close it
Title: Re: Works With Firefox Browser But Not IE6 or 7
Post by: CanadianJeff on November 25, 2008, 01:39:29 am
problem fixed thank you

I tried to put html code menu inside php software silly me