[SOLVED] Please help validate 4 css errors!

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 9th, 2008, 19:28
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
[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: progidXImageTransform.Microsoft.Shadow(color=#CA CACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
133.}
134.

http://www.capoeiracanal.co.uk

Thank you!!

Last edited by Oak; Jan 10th, 2008 at 10:02. Reason: edit
Reply With Quote

  #2 (permalink)  
Old Jan 9th, 2008, 21:28
Jack Franklin's Avatar
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,280
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: Please help validate 4 css errors!

Hmm.
Quote:
background-color: #b1ddaa ;
There is a space after the colour hex and the ';'.
__________________
Resources Administrator


Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
Reply With Quote
  #3 (permalink)  
Old Jan 9th, 2008, 22:44
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Please help validate 4 css errors!

Hi Jack

Closed the space, still showing the same errors.
Reply With Quote
  #4 (permalink)  
Old Jan 10th, 2008, 11:20
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 16:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43