Proprietatea opacity
seteaza nivelul de opacitate al unui element HTML, opacity permite modificarea transparentei elementului.
opacity: X;- X - reprezinta o valoare intre 0 (complet transparent) si 1 (fara transparenta).
<style> #dv { background-color:#8899fe; width:200px; height:100px; opacity:0.4; } </style> <div id="dv">Un continut oarecare ...</div>
<style> #im { opacity:0.5; } </style> <img src="css/html_course.jpg" alt="Curs HTML si CSS" width="155" height="160" id="im" />
<style> #im2 { opacity:0.5; } #im2:hover { opacity:1; } </style> <img src="css/html_course.jpg" alt="Curs HTML si CSS" width="155" height="160" id="im2" />
<style> #trans { display:none; position:absolute; top:2%; left:2%; width:96%; height:95%; background-color:#07fe08; opacity:0.5; } #cnt { position:relative; background:#e7e8fe; width:300px; height:200px; border:1px solid blue; padding:20px; } #cnt:hover #trans { display:block; } </style> <div id="cnt"> <div id="trans"></div> Plasati mouse-ul peste aceasta caseta pentru a vedea efectul de opacitate. <img src="css/css3.jpg" alt="CSS3 opacity" width="160" height="98" /> </div>
<table></tr> <td>Cell-1</td><td>Cell-2</td> </tr></table>
h3 { background-image: url("image.jpg"); }
var arr = [1, "ab", "CoursesWeb.net"]; for(var i=0; i< arr.length; i++) { alert(arr[i]); };
$arr =["k1"=>"v1", "k2"=>"v2", "k3"=>"v3"); foreach($arr AS $k => $v) { echo "<br/>". $k ." - ". $v; }
He is so kind and meek. - El este atat de amabil si bland.
Tu padre tiene un carácter muy manso. - Tatal tau are un caracter foarte bland.