OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Cleanest way to build boxes with rounded edges, borders/dropshadows and gradients
This page's ID:
31025
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
[quote]When I have to tackle creating containers like this I typically use this structure. code: <div class="container"> <div class="top"></div> <div class="content"> <p>Stuff</p> </div> <div class="bottom"></div> </div> div.container { width: 200px; } div.container div.top { background: url("top.png") no-repeat; height: 5px; } div.container div.content { background: url("content.png") repeat y; padding: 5px; } div.container div.bottom { background: url("bottom.png") no-repeat; height: 5px; }[/quote] That's precisely what I'm trying to avoid though :( Good point Poi, I never thought to try just an 8-bit png. [url=http://www.alebie.com][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »