Hmmm... Thanks Rick. It seems to be working when I use it in isolation, but when it gets incorporated into the dynamically generated page, something seems to go wrong. It must be a problem...
Instead of using floats, I'm setting up a div table for each row. This solves both problems at once. It equalises each column in the row, and it allows me...
I have a dynamically generated web page that is constructed using floated divs. The idea is that my CMS can put whatever I like pretty much anywhere on a page within a grid structure.
This has me utterly mystified. I have a cron that runs a php script. It used to work... now it doesn't, and nothing's been done to it. There are two parts to this problem... the cron...
So let me get this right...
I use the back end to serve up content according to the detected user agent. That makes sense to me, but to cut down on work, it seems to me that the most...
DanInMA, I'm not sure I understand.
Will your solution set all the cells to the same height, or will it set the cells in each row to the same height. I'm trying to achieve the latter.
Thanks Ayse, but that still doesn't tell me how to cycle through several rows of heights, though it might have given me a tip on how to avoid the second problem (so thanks for that!).