-
thumbnail viewer
1) Script Title: thumbnail viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem: hi
I installed script like it is written on page everything works perfect but later I added a picture from css validator -which shows that my page is validated:
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Poprawny CSS!" />
and lately this picture doesnt want to load and their url doesnt work too and in this time script doesnt work -picture is opened in new window.
when page stops loading or I click stop script starting to work
i checked that on IE7 and OPERA 9.10
if you want to check visit my page http://stud.wsi.edu.pl/~mjordanek/zawodnicy.html
Michał
-
http://jigsaw.w3.org is timing out. In other words, either their site/server is down or it is an invalid domain. This is why that image is not working on your site.
Hope this helps.
-
Yeah, the link on my site failed too... I first thought it was a connection problem, but I guess not.
-
Whats wrong with W3's jigsaw subdomain?
looked around on W3.org and nothing was said...
EDIT:
Neat, we're all having the same problem because we all write valid CSS...
-
I believe their server (128.30.52.34) is down. I can't ping or access it.
-
ok but is there something i could do to script start working exept of course clicking stop on browser or get rid of this stupid css validator picture ??????
-
The only thing that I could say is get rid of the css validator image for a little while. You could simply replace it with a text-link. Or; once their site comes back online, download the images for the validators and save them on your server. That way, in the event that this happens again, the images will be there and the script won't be "broken" while waiting for the document to load.
-
-
Quote:
Originally Posted by
boxxertrumps
Great resource! Too bad they don't have a:
Caution: Falling HTML tags
one. :)
-