Whoopy.it il portale del divertimento pubblicità sul web
Google Web Whoopy.it

CSS - Table

 

 

CSS Tabelle



Se hai bisogno di un menù dinamico al passaggio del mouse ma non vuoi usare pesanti java script, o vuoi abbellire le tabelle delle tue pagine, prova ad inserire questi codici nelle tue pagine ed a vedere cosa succede. 

<style> 
td 

font-family: verdana,arial,sans-serif; 
font-size:12pt; 
font-weight:bold; 
background-color: C9C9C9; 

</style> 

Questo servirà a definire il cambiamento di effetto al passaggio del mouse: 

<TABLE bgcolor="#cc0000" cellpadding="1" cellspacing="1" border="0"> 
<TR> 
<TD width="100" onmouseover="this.style.backgroundColor='#FFFF00';" 
onmouseout="this.style.backgroundColor='#C9C9C9'"> 
<a href="http://www.whoopy.it"><FONT 
COLOR="#000000">Whoopy.it</FONT></a> 
</TD> 
</TR> 
<TR> 
<TD width="100" onmouseover="this.style.backgroundColor='#FFFF00';" 
onmouseout="this.style.backgroundColor='#C9C9C9'"> 
<a href="http://www.whoopy.it/guestbook.asp"><FONT 
COLOR="#000000">Sign our guestbook</FONT></a> 
</TD> 
</TR> 
</TABLE> 


<<INDIETRO

 

 

Pubblicità

Interessanti

Gocce d'arte