If it were a snake it would have bit me. Trying the popup viewer revealed that my script stopped loading images as soon as it encountered a file without an extension. What an embarrassing...
I'm working on building a gallery page for a relative. The gallery has a few cute DHTML features: a sliding div that shows one line of images at a time, and a sort of popup slideshow the users can...
Actually, I'm exaggerating a bit when I say IE didn't like rendering tables. I think the page I tried it on worked fine in IE 8, but had some problems in IE 5-7. Maybe there was another issue. As...
I've been reading more and more about the shaky support for inline-block, and I was wondering if anyone knew a good solution to dealing with variable WIDTH content for this kind of display that would...
:cool:Problem solved. This probably reveals me as a self-taught n-zero-zero-b, but apparently the source of the problem was my putting the script as a runtime in the body. I was under the...
The css solution is an elegant one, but it seems to have two issues:
1. the images are maintaining proportion, but they still seem to be outside the 150x150 limit.
2. the first image still returns...
Sounds good. Somehow I forgot about the "max-width" and "max-height" properties. Actually, I remembered them, but for some reason I've never tried using them to size images (thank you for noting...