Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Works With Firefox Browser But Not IE6 or 7  (Read 1946 times)

0 Members and 1 Guest are viewing this topic.

CanadianJeff

  • Coppermine newbie
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6
    • My Personal Website
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: Works With Firefox Browser But Not IE6 or 7
« Reply #1 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
Logged

CanadianJeff

  • Coppermine newbie
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6
    • My Personal Website
Re: Works With Firefox Browser But Not IE6 or 7
« Reply #2 on: November 25, 2008, 01:39:29 am »

problem fixed thank you

I tried to put html code menu inside php software silly me
Logged
Pages: [1]   Go Up
 

Page created in 0.03 seconds with 19 queries.