473,322 Members | 1,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

CSS Validating Error!

You have 1 CSS Errors

http://zenzian.com/templates/theme338/css/template.css

Line: 1077 Context: #wrapper

Value Error : background (http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background) Too many values or values are not recognized : url(../images/right-bg.gif) repeat-y right 0 #fff



Can anyone assist me on how to repair this issue.
Oct 10 '10 #1
3 1700
drhowarddrfine
7,435 Expert 4TB
The color should be the first value after the colon.
Oct 10 '10 #2
thanks for the response.

Could you maybe put in text how it should read as this is unfamiliar to me. Thanks
Oct 10 '10 #3
Hi Justin,
I think the good doctor was suggesting you might want to rearrange your declaration thus:

Expand|Select|Wrap|Line Numbers
  1. .yourclass{
  2. background:#fff url(../images/right-bg.gif) repeat-y right;
  3. }
  4.  
as the #fff in your declaration is the color.

I might also question what the 0 is intended to do. In the error message you related above, there is a 0 before the #fff. The background declaration can be used to specify color, image, repeat, position, and attachment (attachment is often omitted). Color is a hexadecimal or named css color; image is a url; repeat can be repeat-x, repeat-y, or no-repeat; position is top, bottom, left, right, or center; and attachment is often omitted, but can be set to fixed or scroll. I don't think a value of 0 is allowed for any of these. That could be your problem.

Best of luck, and happy coding!
Oct 10 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: davisjoseph | last post by:
Hi All, I'm using Xerces C++ 2.50 DOM version for Validating a valid XML againt the Schema(XSD) available; But it always shows an error in XSD I suppose; This is the error I'm getting using...
6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
1
by: Craig Beuker | last post by:
Hello, I am experimenting with this XmlValidatingReader and have a question about how it is working (or not working as would be the case) The sample documents and code are included at the end...
1
by: Steve N. | last post by:
I am trying to add a 'Validating' event handler to a TrackBar. Code: ... this->tbKeyboards->Validating += new System::EventHandler(this, tbKeyboards_Validating); ... System::Void...
5
by: Ryan | last post by:
A binding navigator control adds the following code for when the Save button is clicked: Me.Validate() Me.UserBindingSource.EndEdit() Me.UserTableAdapter.Update(Me.UserDataSet.User)" You can...
4
by: easoftware | last post by:
I am using VS .Net 2003 and VB. I have an app with one parent and two Mdi child forms. I need to validate data in the Mdi form. The Form.Validating event works when I try to close a Mdi form,...
2
by: Peted | last post by:
Hi if i derive a reference to a control on a winform (ie Control activeControl = somecontrol on the form) how can i test if that control has a validating or validated event and more importantly...
2
by: FutureShock | last post by:
I am using a registration class to process a registration form and need some opinions on returning error messages. I am self referring the page on submit. I would like to send each form field...
0
by: kkshansid | last post by:
i cannot export my sql server database to msaccess database which i usually did successfully 3weeks ago pls help me to find the error so that i can correct it in future error is - Validating...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.