Hi, 1. It seems I have figured out a solution for a problem of wrong scaling for clickable areas during zoom in a browser, which was reported earlier this April.
Theory of XHTML says that only "boxed" element (like div, p, etc) of XHTML code has explicit algorithm to calculate a bounding clickable box around it, provided this element and all its ancestors are "boxed". Thus during zoom this bounding box scales reasonably. As for "inline" elements (like default "a", span, etc) of XHTML, they do _not_ have prescribed algorithm to calculate a bounding clickable box around them. Thus browsers are free to do whatever they want during display and especially during zoom. 2. Also it seems that I can offer portable "footer" solution for both www.openxpki.org area and for main openxpki code. Do you want me to commit related changes (which address points 1 and 2 above) to the CSS and HTML parts (tested to work in [EMAIL PROTECTED], [EMAIL PROTECTED], FF2, Opera9), or you prefer to have preliminary demonstration - to test on Mac or somewhere else? All the best, Sergei ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
