OZONE Asylum
Forums
Stupid Basic HTML
Div Layers - 2 Questions
This page's ID:
9604
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
Either I'm confused about what you're asking, or you're confused as to what the <div> tag is. A <div> is simply a block level element used to contain other elements. It can be formatted and styled the same as any other HTML element. As with any other HTML element, the best way to do this is via an external stylesheet. In your example, there doesn't seem to be anything liquid, as the image is not a tiling image that can fill in a liquid design... In the example you give, you don't need to specify the position at all, and I certainly wouldn't use absolute positioning by any stretch. All you really need is something to this effect - in your style sheet: .layer1 { background-image:url(path/to/image.gif); background-repeat: no-repeat; height:XXpx; width:XXpx; } and in your HTML - <div class="layer1> text... </div> Hopefully I understood well enough to give you a suitable answer... [url=http://in-dented.com/sigs.html] [img]http://in-dented.com/sigs/indentsig.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »