OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
dashed border on div
This page's ID:
11156
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, I can't get my code to give me a Dashed border, it just keeps giving me a solid border Here is my CSS [code] div.newsbox { margin: 0 auto; width: 380px; border: 1px dashed #48AB00; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; z-index: 1; } div.newstitle { text-align: left; width: 374px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #C0EF03; z-index: 2; } div.date{ text-align: right; width: 374px; font-size: 10px; font-weight: normal; font-style: italic; color: #0072BC; z-index: 3; } div.content{ text-align: left; width: 354px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF; z-index: 2; } div.name{ text-align: right; width: 374px; font-size: 10px; font-weight: bold; color: #FFFFFF; z-index: 3; } [/code] And heres the div layers [code] <div class="newsbox"> <div class="newstitle"> News </div> <div class="date"> test </div> <div class="content"> test </div> <div class="name"> Marf </div> </div> [/code] Any Suggestions?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »