|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Senior Member
Iscritto dal: Feb 2005
Messaggi: 736
|
rendere form semi-trasparente
c'è la possibilità di rendere il form trasparente al 40-50%?se si come?
|
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Jun 2002
Città: Firenze
Messaggi: 630
|
Metti il FORM in un DIV e dai al DIV questo stile:
{ background-color: #ffffff; filter:alpha(opacity=50); /* per MS IE */ -moz-opacity:0.5; /* per Mozilla */ opacity: 0.5; /* per Mozilla */ } 50 e 0.5 stanno per 50%, se vuoi 40% metti 40 e 0.4
__________________
---> Lombardp CSS Certified Expert (Master Level) at Experts-Exchange Proud user of LITHIUM forum : CPU technology Webmaster of SEVEN-SEGMENTS : Elettronica per modellismo |
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Feb 2005
Messaggi: 736
|
che cosa è un DIV come lo si crea?
|
|
|
|
|
|
#4 | |
|
Senior Member
Iscritto dal: Jun 2002
Città: Firenze
Messaggi: 630
|
Quote:
Codice:
<div>
<form>
....
....
....
</form>
</div>
__________________
---> Lombardp CSS Certified Expert (Master Level) at Experts-Exchange Proud user of LITHIUM forum : CPU technology Webmaster of SEVEN-SEGMENTS : Elettronica per modellismo |
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 15:14.



















