As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>:
> No hardcoding styles in .js unless absolutely necessary please!
> The whole point of css is to make it easy to change styles, it's better 
> to use stylesheets to define certain styles.

Olivier moved it to the css.

> On a related note: the whole border thing is a known issue between IE 
> and FF, one adds the border with to the width of an object and the other 
> puts the border within that width.

OK; for now I resorted to adding:

    <style>
      /* remove border from mainMapPane (work-around for Selenium tests under 
MSIE) */
      #mainMapPane {
        border: none;
      }
    </style>

to basic/index.html.  If anyone knows of a better way please speak up.

-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to