Jump to content
php.lv forumi

MOZZILA vs IExplorer!


Recommended Posts

Posted

Problēma ir tajā, ka uz lLINKU1 iedarbojas 'A' stils, bet vajag ,lai iedarbotos 'izvelne22 a' stils. IE viss strādā pareizi ,bet mozzilā nē! Kā lai izdara, lai IE un mozzilā lapa izskatītos vienādi?

Zemāk iekopēju lapas kodu.

 

<head>

<style type="text/css">

<!--

.izvelne22 {

color:white;

}

.izvelne22 a:link, .izvelne22 a:hover, .izvelne22 a:active, .izvelne22 a:visited,

{

color:white;

text-decoration:none;

}

 

A:link, a:visited, a:active {

color: black;

}

A:hover {

color: black;

}

 

-->

</style>

</head>

 

<body bgcolor="#009999">

<table width="180" >

<tr>

<th scope="row" class="izvelne22"><a href="#" >LINKS1</a></th>

</tr>

<tr>

<th scope="row"><a href="#">LINKS2</a></th>

</tr>

 

</table>

</body>

Posted

paprovē samainīt norādes secību uz:

.izvelne22 a:link, .izvelne22 a:visited,.izvelne22 a:hover,.izvelne22 a:active
{
color:white;
text-decoration:none;
}

 

ir svarīgi kādā secībā norādīti a atribūti:

a:link { }
a:visited { }
a:hover { }
a:active { }

×
×
  • Create New...