How can I make the solid blue borders displayed on floating divs into 1 pixel thick dotted light grey dashed lines instead of the distracting 2 pixel thick solid lines that are displayed by default?
Also, when the temporary borders are displayed on both absolute positioned divs and on divs that have relative positioning applied to them, the temporary borders delete any pre set (in line) border information that has been applied to those divs. This is not a huge issue, although it would be good if pre set border settings were retained on those divs. Although I guess that could be done by applying an external style sheet setting to the divs.
Thanks