Hi I'm generating a table of MySQL records in a scrollable <DIV> using PhP. Everything works fine in IE but in Firefox (and I think Safari) the email links and an edit button don't work - at least in most of the records they don't work! What's even stranger is; in any given scroll window, I find that the bottom 2 records do work normally. Then as I scroll down those 2 records become inactive and the 'new' bottom 2 become active. I've scoured my code and cannot find any reason why this should be happening. BTW my PhP code is positioned outside of the <HTML> tags in order to use the Header function fro re-directing. Any help gratefully received Regards Dave
Without a code example, or link to the pages in question, it's more or less impossible to help you. Please provide some code which we can look at.
If your email and edit buttons don't work then maybe it is invalid characters messing with the echoing out of the information. You can't use " if your input's have " around the stuff.