Jak zdefiniować w stylach onmouseout i onmouseover style zewnętrzne i wewnętrzne

       

Podstrony


telcocafe

Wiem że się da bo kiedy¶ to zrobiłem i się walidowało, ale teraz zapomniałem. Więc jak zdefiniować w stylach odpowiednik:
<?xml version="1.0" encoding="iso-8859-2"?> <!DOCTYPE html     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">  <head>    <title></title>    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />    <style type="text/css">    /*????????????*/    </style>  </head> <body>  <table>    <tr>      <td onmouseout="this.bgColor='#191970'"onmouseover="this.bgColor='#B0C4DE'" >        jak      </td>      <td onmouseout="this.bgColor='#191970'"onmouseover="this.bgColor='#B0C4DE'" >        jak      </td>    </tr>  </table> </body> </html>




Wiem że się da bo kiedy¶ to zrobiłem i się walidowało, ale teraz zapomniałem. Więc jak zdefiniować w stylach odpowiednik:
<?xml version="1.0" encoding="iso-8859-2"?> <!DOCTYPE html     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">  <head>    <title></title>    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />    <style type="text/css">    /*????????????*/    </style>  </head> <body>  <table>    <tr>      <td onmouseout="this.bgColor='#191970'"onmouseover="this.bgColor='#B0C4DE'" >        jak      </td>      <td onmouseout="this.bgColor='#191970'"onmouseover="this.bgColor='#B0C4DE'" >        jak      </td>    </tr>  </table> </body> </html>

A może chodzi ci o to:
- w pliku *.css:
.normalna { background-color: #dddddd; color: #000000 } .zmycha { background-color: #ffffff; color: #000000 }
- w html:
<table cellspacing="1" cellpadding="2"> <tr> <td class="normalna" onmouseover="this.className='zmycha'" onmouseout="this.className='normalna'"> Kategoria 1 </td> </tr> </table>
Użytkownik reVis edytował ten post 10 lipiec 2005, 22:37


  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.