OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
50% opacity div with 100% opacity text
This page's ID:
10843
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
ok this is how u do it.... set your div at 100% opacity.. in your css file or wherever put img.x { filter: Alpha(opacity:50); z-index: 1; } #myDiv { z-index: 2; } then put your div in the html with the ID, and put whatever u want as the background in img tags <img class="x" src="mypic.jpg"> so: <div ID="myDiv> <p><img class="x" src="mypic.jpg"></img></p> <p>Write what u want here</p> </div> thats one way to do it anyhow. worked for me but i havnt tested it much - like i said i only learnt css last week :) [This message has been edited by H][RO (edited 10-30-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »