OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
two backgrounds in one element?
This page's ID:
30570
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
How about through containment, like this? [code] <style> div { margin: 0px; padding: 0px; } .bg1 { background-image: url(bg1.png); background-repeat: repeat-x; } .bg2 { background-image: url(bg2.png); background-repeat: no-repeat; background-position: 10px 10px; } </style> <div class="bg1"> <div class="bg2"> Yippie </div> </div> [/code] Regards, - SK
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »