lackattack wrote:Well I did want the maps to wrap, and I don't know what width to specify when people have different resolutions.
I am also considering using a tabular layout to keep maps aligned, but again how do I know how many columns to specify when people have different resolutions?
UPDATE: I changed the code... does it work now in Opera??
You can give a fixed width to each of the div around a map option and maybe float it (give it a class or something). That way they will still wrap (not sure about opera though), and will also line up nicely. If a map name is too long, then the name will just wrap inside that div block.