Works With Firefox Browser But Not IE6 or 7 Works With Firefox Browser But Not IE6 or 7
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Works With Firefox Browser But Not IE6 or 7

Started by CanadianJeff, November 24, 2008, 07:11:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.


SaWey

change

<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

<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

CanadianJeff

problem fixed thank you

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