Results 1 to 6 of 6

Thread: CSS Validation problem

  1. #1
    Join Date
    Dec 2009
    Posts
    48

    CSS Validation problem

    Hi all,
    Friends I am new to world as i am trying to validate the css of my website but i always gets the error that are listed below

    74 #nvgation Value Error : background Parse Error [empty string]
    309 #MBar1 Value Error : background Parse Error [empty string]

    so if you have Any ideas pertaining to this error help me. Thanks in advance

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: CSS Validation problem

    There must be some sort of errors in your CSS like position declaration and all. Imight not help you because you have not posted the program or the problematic segment of the whole program. If possible try to post the program or its segment in your later replies. In order that i can submit some solutions

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: CSS Validation problem

    As far as your problem is concerned i don't think that there is an error in your problem. To get rid of it download the HTML Validator add-on for firefox and then run your program through that. Cut the result into your paste buffer, open the html file and paste the validated code over the old. But remember if your code was not that good before then the HTML validator won't help you. It will just validate your HTML that's all.

  4. #4
    Join Date
    Dec 2009
    Posts
    48

    Re: CSS Validation problem

    As one fo you had requesed me to post the whole program but it is not possible to post it that's why i am posting only the pert of my program which is troubling me so please go through that and reply me with your solutions. Any way thanks to all of you who have replied me

    Code:
    #MBar1{
    	clear:both;
    	background: url(images/bg_nav.gif) repeat-x top;
    	height: 30px;
    	text-align: right;
    	width: 1200px;
    }
     
    #nvgation{
    	background: url(images/bg_nav.gif) repeat-x top;
    	height: 30px;
    	text-align: right;
    	width: 1200px;
    Last edited by Camdean; 29-12-2009 at 06:38 PM.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: CSS Validation problem

    Firstly, i would tell you that you have wrote the whole program with a very good programming logic. You have just made a silly mistake in the position declaration . You justy have to change the position either to top left top right or something similar to that. I hope that this will surely help you to solve your problem.

    HTML Code:
    #MBar1{
    	clear:both;
    	background: url(images/bg_nav.gif) repeat-x top;
    	height: 30px;
    	text-align: right;
    	width: 1200px;
    }
     
    #nvgation{
    	background: url(images/bg_nav.gif) repeat-x top;
    	height: 30px;
    	text-align: right;
    	width: 1200px;

  6. #6
    Join Date
    Dec 2009
    Posts
    48

    Re: CSS Validation problem

    I am very thankful to Reegan because he suggested me a solution that worked for me. I would also like to thank you for appreciating my programs. I think that you are very brilliant in HTML. So thanks to you my css validation problem had been solved.

Similar Threads

  1. Windows 7 activation problem due to Validation file
    By Ojibwe in forum Operating Systems
    Replies: 8
    Last Post: 26-08-2010, 01:19 PM
  2. WGA Validation problem in windows
    By Croulet in forum Windows Software
    Replies: 14
    Last Post: 24-05-2010, 11:21 PM
  3. Problem of javascript and form with validation key entry
    By Sandy22 in forum Software Development
    Replies: 3
    Last Post: 16-10-2009, 04:51 PM
  4. validation help
    By puk284 in forum Software Development
    Replies: 1
    Last Post: 26-09-2009, 09:00 AM
  5. Replies: 2
    Last Post: 27-06-2007, 09:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,823,532.74250 seconds with 16 queries