From: Jon C. T. <cal...@wa...> - 2002-12-02 03:12:13
|
On Sunday, December 1, 2002, at 06:40 PM, Chad wrote: > We've moved to just passing a serialized array for the popup > information, > that way just one field can contain all the information. With some browsers and servers, that limits the amount of text per description. In all cases, that leads to unnecessary duplication (such as my example of ten times per page). But I can happily wait for templates to fix these things locally. Actually, one thing that would help tremendously right now would be to centralize the generation of these links into a function in draw_functions.php. That way we can all determine how we create these popups on a site by site basis, all in one place. Right now that same work is done in five different files. > Hover events are cute but of no real practical use(IMHO). I agree. I probably wouldn't use them here, but keeping the door open seems worthwhile. |