Hi everyone,
I'm having problems with getting a stylesheet validated. It appears you cannot use the attribute "transparent" for a background-color:
I've searched all over for a solution to this, but came up empty. Does anyone know of a CSS corrector generator? Here's the stylesheet I'm trying to validate-
Any input at all would be appreciated.Code:body { background-color: #000000; } div, table, td, tr { font-family: times new roman; font-size:8pt; line-height: 11px; text-align: justify; color: #EDD087; } a:link, a:visited, a:active { color: #5F7C78; text-decoration: none; } a:hover { color : #EDD087; text-decoration : none ; cursor: crosshair; position: relative; top: 1px; left: 1px; } b { color: #EDD087; font-family: times new roman; font-style: italic; font-size: 12pt; line-height: 17px; font-weight: normal; text-align: justify; } h1 { font-family: times new roman; font-size: 13px; color: #5F7C78; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid #5F7C78; margin: 2px; }



Reply With Quote

Bookmarks