Jump to content


Pateta's Content

There have been 3 items by Pateta (Search limited from 20/04/2023)


Ordernar por                Order  

#280011 Css

Posted by Pateta on 15/01/2004, 17:08 in CSS & Semântica (Tableless)

Como ponho css em tabela



#279449 Tabela Q Muda A Cor Quando Passa O Mouse, Como?

Posted by Pateta on 14/01/2004, 23:58 in CSS & Semântica (Tableless)

nao esqueça de fechar </html>
</body>

<style type="text/css">
<!--
.table1 { color:black; background-color: #00ff00; }
.table2 { color:gold; background-color: #cccccc; }
//-->
</style>
</head>

<body>
<table border="1">
<tr>
<td class="table1" onmouseover="this.className='table2';" onmouseout="this.className='table1';">Link1</td>
</tr>
<tr>
<td class="table1" onmouseover="this.className='table2';" onmouseout="this.className='table1';">Link2</td>
</tr>
<tr>
<td class="table1" onmouseover="this.className='table2';" onmouseout="this.className='table1';">Link3</td>
</tr>
</table>
</body>



#276616 Desabilitar

Posted by Pateta on 11/01/2004, 18:41 in Javascript / DOM / AJAX / ECMAScript

Qual código desabilita o botão direito do mouse numa page??




IPB Skin By Virteq