OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS Questions - Can a Box (Div) overlap an image in another box?
This page's ID:
24783
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
Yeah, keep in mind this is all just int he works, and it's my first..and the layout isn't finished..just trying to learn more before I go ahead =D Lemme upload what I have right now, and here it is: http://www.rememberingelvis.com/test/ Here is my css file: [code] body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: verdana, arial, helvetica, sans-serif; color: white; background-color: #516F6D; background-image:url('bg.jpg'); } a { text-decoration: none; font-weight: bold; color: #ccc; outline: none; } a:visited { color: #ccc; } a:active { color: #ccc; } a:hover { color: #ccc; text-decoration: underline; } h1 { font-size: 24px; line-height: 44px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h2 { font-size: 18px; line-height: 40px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h3 { font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h4 { font-size: 14px; line-height: 26px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h5 { font-size: 12px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h6 { font-size: 10px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; } img { border: 0; } #content { float: left; margin: 0px 0px 0px 0px; background: transparent; overflow: auto; height: 430px; width: 523px; border:1px dashed green; } #nav { float: left; margin: 0px 0px 0px 0px; background: transparent; height: 422px; width: 148px; border:1px dashed green; } #header { position: absolute; background-image:url('bkg.jpg'); background-repeat:no-repeat; left:50%; top:50%; width:1007px; height:631px; margin-left:-503px; /* width/2 */ margin-top:-315px; /* height/2 */ border:1px dashed green; background-color:#eee; z-index: 0; } pre { font-size: 12px; line-height: 18px; } [/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »