freak Posted October 29, 2004 Report Share Posted October 29, 2004 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> Link to comment Share on other sites More sharing options...
hu_ha Posted October 29, 2004 Report Share Posted October 29, 2004 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 { } Link to comment Share on other sites More sharing options...
freak Posted October 29, 2004 Author Report Share Posted October 29, 2004 Paldies! Tagad viss strādā :) Link to comment Share on other sites More sharing options...
Recommended Posts