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
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.
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;
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;
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.