It is a Yahoo! Store. Most of the errors are outside my control, as is the DTD. Yahoo has refused to fix the errors. THey say they verified that they produce no problems in any major browser, and...
Ouch. The page has CMS and it looks like the site owner shot me in the foot with their content. Thanks for noticing that. I fixed it and that made IE8 happy.
The design looks fine in FF, Google Chrome and even IE6. But in IE8, all three columns stacked one over another down the left hand side of the page....
katierosy Thanks. The point I was struggling with was vertical alignment (keeping all the thumbnails aligned top and the order buttons under the text aligned bottom. Looks like it's perfectly doable...
OK, I figured out how the Yahoo Floating Cart is working. It is using JS to write an ID into the <FORM> tag and then immediately hools the form submission via JS using that ID. Can I use JS to modify...
OK, I at least figured out what's going wrong. Still not sure how to fix it, though. Unlike most floating carts, this one is not drawing from the remote shopping cart. It is running actively on the...
Carp. I thought that deleting the spurious call to the other validation script would resolve it, but no such luck. http://www.babygiftsandproducts.com/test-product.html
The Server side CGI is already processing the form with the names having white spaces, so I can be absolutely confident it won't care about them. I'm just trying to add a JS form validation before...
trina, Thank you. This is outstanding. Just playing with it on my desktop, it seems I don't even need to assign IDs to each SELECT list. The Class and name are enough. What is more, in a quick test,...
The problem is some of the items I need to deal with have dozens of select list options. To assign each a sequentially numbered ID I would need to dynamically worte both the calls to the script and...
I want to set up a large section page with perhaps as many as several hundred items showing thumbnail image, link to item page, and info in text about the item. The sections will be dynamically...
Vic, thanks, but that's really not what I am trying to do, and with my almost non-existent skill with JavaScript modifying it to fit my need is really a bridge too far. If you would consider doing...
It would be interesting to take a poll about developer's thoughts on the role of JavaScript and Java Applets, but that isn't the question I am asking. I'd prefer to keep this thread focused on the...