Accedi per seguire   
Seguaci 0
otto_bit_78pa

Menu A Cascata Css

3 messaggi in questa discussione

Inviato (modificato)

SALVE A TUTTI

HO INIZIATO DA POCO A STUDIARE I FOGLI DI STILE E NON RIESCO ANCORA A CAPIRE COME SIA POSSIBILE INTEGRARE AL MIO SITO IL MENU A CASCATA ESCLUSIVAMENTE IN CSS. :)

FILE.CSS

table.menu{

width: 80%;

height: 5%;

padding:0;

margin: 0px 10% 0px 10%px;

border: 0px;

}

a#box{

width:100%;

height:100%;

background: #0166ff;

text-decoration: none;

text-align: center;

color: black;

filter:alpha(opacity=50);

-moz-opacity: 0.5;

opacity: 0.5;

}

a#box:hover{

width:100%;

height:100%;

filter:alpha(opacity=100);

-moz-opacity: 1.0;

opacity: 1.0;

}

table.corpo{

width: 80%;

height: 100%;

margin: 0px 10% 0% 10%px;

border: 10%;

text-align: center;

font-family: "Comic Sans MS";

color: black;

}

HTML

<table class="menu" >

<tr>

<td width="10%"><a id="box" href="#">Home</a></td>

<td width="10%"><a id="box" href="#">Chi Sono</a></td>

<td width="10%"><a id="box" href="#">Spettacolo</a></td>

<td width="10%"><a id="box" href="#">Animazione</a></td>

<td width="10%"><a id="box" href="#">Agenzie</a></td>

<td width="10%"><a id="box" href="#">Villaggi</a></td>

<td width="10%"><a id="box" href="#">Gallery</a></td>

<td width="10%"><a id="box" href="#">Contattami</a></td>

</tr>

</table>

VORREI UN AIUTO PER COMPLETARLO O UNA SPIEGAZIONE SU COME INTEGRARE IL MENU A CASCATA A QUESTI TAG.

Modificato da otto_bit

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

Crea un account o accedi per lasciare un commento

Devi essere un utente registrato per partecipare

Crea un account

Iscriviti per un nuovo account nella nostra community. È facile!


Registra un nuovo account

Accedi

Sei già registrato? Accedi qui.


Accedi Ora
Accedi per seguire   
Seguaci 0