inline Font-Size Style in HTML Tag (Internet Explorer)

297
1
06-19-2012 06:10 AM
UrsRichard
New Contributor II
Hi there,

we implemented a ArcGIS API for JavaScript based Application in our existed content management system(cms). All work fine for Safari, Chrome and Firefox. In Internet Explorer 8 and 9 we recognized a strange behaviour. After instantied the map object we can find a new style entry in our HTML file und our whole layout is a mess:

<html class="ie7 trackable js  dj_ie dj_ie7 dj_contentbox x-strict" lang="de" style="font-size: 100%;" sizcache06531224189831614="72" sizset="0">


Why does the map object put the inline style "font-size: 100%" in our html file? How can we suppress this.

Greetings

Urs
0 Kudos
1 Reply
EkaitzHernandez
New Contributor
Hi there,

we implemented a ArcGIS API for JavaScript based Application in our existed content management system(cms). All work fine for Safari, Chrome and Firefox. In Internet Explorer 8 and 9 we recognized a strange behaviour. After instantied the map object we can find a new style entry in our HTML file und our whole layout is a mess:

<html class="ie7 trackable js  dj_ie dj_ie7 dj_contentbox x-strict" lang="de" style="font-size: 100%;" sizcache06531224189831614="72" sizset="0">


Why does the map object put the inline style "font-size: 100%" in our html file? How can we suppress this.

Greetings

Urs



I have the same problem.
0 Kudos