I am working on a new Web site.
And have defined CSS code for how the form buttons should be displayed.
They were displaying correctly as per the CSS definition of them, but all of
a sudden the form buttons are not following the CSS definition of them and
instead are displaying with regular browser definition. I have checked and
double cheked the CSS code and again nothing is changed!
Specifically, I always use w3c jigsaw to check specifically for typos and syntax-errors exactly like you have. It can’t tell you if your code is good; it can’t tell you if you’ve written it well. But it can catch typos, and we all make those : )
I am using LightBox effect to float the images for display.
I am using the same LightBox code that I have used in other Web sites
and they worked fine there, but it is not working here!!
It seems like a Javascript problem. I don’t see how CSS can prevent Javascript from running, and it’s definitely not running (it’s loading, but not doing anything on click event).
Might have to bring this one over to the Javascript forums; I’m not familiar with prototype version of lightbox.
BTW, what do you recommend as the best LightBox type solution for
displaying Fotos and Popup HTML, etc.?
And preferably one that is not JQuery based but straight forward JS & CSS.
I don’t really get involved with lightbox scripts and you would get a better response in the JS forum as to which is best.
There are some interesting css3 solutions around which could be made backward compatible with some js for older browsers but you’ll have to pick your way through them to find the best.