Try this:
this.nameElement.style.setProperty("fill","rgb(0,0,0)","");
this.nameElement.style.setProperty("font-size","14px","");
That work in IE, but I'm not sure in FF. I think that must work.
Edgar
Nicole Ueberschär <[EMAIL PROTECTED]> escribió:
FF doesn't like
A way more flexible (and dificult) is using PostgreSQL with PostGIS. The
version 8.1 is compatible with Windows, and have the shp2sql.exe program. When
you run this, the result is a SQL script for PostgreSQL and then is possible
introduce de shape into the database. Then is possible modify de ma
I hope this can be a bit more clear:
«script language="JavaScript1.1"»
// Variable to keep track of user's SVG support
var hasSVGSupport = false;
var svgVersion;
var svgCtl;
// Variable to indicate whether we need to use
// VBScript method to detect SVG support
va
Hi. I use this code for IE/ASV and Firefox:
// Variable to keep track of user's SVG support
var hasSVGSupport = false;
var svgVersion;
var svgCtl;
// Variable to indicate whether we need to use
VBScript method to
// detect SVG support
va
There was two errors. First, in the HTML lack the tag '', and then in
the SVG change the event "onfiltered" by "onclick". That work whit Inernet
Explorer and Adobe SVG Viewer.
"index.htm" code: