This is a discussion on "[SOLVED] Please help validate 4 css errors!" within the Web Page Design section. This forum, and the thread "[SOLVED] Please help validate 4 css errors! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Please help validate 4 css errors!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
[SOLVED] Please help validate 4 css errors!
Hello!
Well, I've tried to figure these errors out myself but I just don't seem to be able to do it. 132 .dropmenudiv attempt to find a semi-colon before the property name. add it 132 .dropmenudiv Property progid doesn't exist : DXImageTransform 132 .dropmenudiv Parse Error - DXImageTransform.Microsoft.Shadow(color=#CACACA,di rection=135,strength=4); 133 .dropmenudiv Parse error - Unrecognized } This is what they refer to: .dropmenudiv{ position:absolute; top: 0; border: 1px solid #00A592; /*THEME CHANGE HERE*/ border-bottom-width: 0; border-top-width: 0; font:normal 12px Verdana; line-height:18px; z-index:150; background-color: #b1ddaa ; 130. width: 200px; 131. visibility: hidden; 132. filter: progid 133.} 134. http://www.capoeiracanal.co.uk Thank you!! Last edited by Oak; Jan 10th, 2008 at 10:02. Reason: edit |
|
|
|
||||
|
Re: Please help validate 4 css errors!
Hmm.
Quote:
__________________
Resources Administrator
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: Please help validate 4 css errors!
Well, the DXImage stuff is not CSS: it's a Microsoft proprietary filter.
I would use conditional comments to place it in a special IE-only CSS file. Then your main stylesheet can be valid. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Validate Problems With onload | Geeky Girl | Web Page Design | 3 | Mar 25th, 2008 10:46 |
| [SOLVED] 2 validation errors | danny322 | Web Page Design | 5 | Jan 15th, 2008 15:26 |
| [SOLVED] Validate name field | Graisbeck | PHP Forum | 2 | Jan 13th, 2008 15:26 |
| [SOLVED] Validate Form Class | soloam | JavaScript Forum | 2 | Nov 28th, 2007 14:51 |
| [SOLVED] Page doesn't validate. | mcdanielnc89 | Web Page Design | 9 | Oct 23rd, 2007 05:19 |