groups

name language licence
TINYURL ON EVERY WORDPRESS-POST PHP BSD
Display an External RSS Feed PHP BSD
Multiple backgrounds with CSS3 CSS BSD
Create A Maintenance Page For Your WordPress Blog HTML BSD
Display Related Posts Without A Plug-In PHP BSD
Resize Images On The Fly PHP BSD
opacity background PHP BSD
Untitled Snippet PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: BSD

opacity background

options: view full snippetsend to code collector
 
<div style="width:300px;height:225px;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;background:url(http://www.mandarindesign.com/images/threebottles.jpg)">
</div>
<p style="width:290px;text-align:justify;position:relative;top:-225px;color:black;">


//This opacity background with 
fully opaque text works in 
Mozilla and IE.</p>
	
(Continues...)