Formatting Issues after upgrade from 3.2 to 3.7

513
1
11-22-2013 08:35 AM
MeleKoneya
Occasional Contributor III
I am attempting to upgrade a JavaScript application from 3.2 to 3.7.    Changing the URL references seemed pretty strait forward, but  after doing so,   I have some formatting issues with the AttributeInpector and TemplatePicker in dijit.layout.ContentPane as shown in the attached image.

[ATTACH=CONFIG]29290[/ATTACH]

I suspect it is an CSS issue,  but I don't have much in my CSS for the AttributeInspector or TemplatePicker other than the following:

.esriAttributeInspector { height: 750px; width: 250px; } 
.templatePicker { border: none 0; height:300px; width: 250px; }

I am also having an issue with the Slider Bar that I am using to change opacity on Aerials/Basemap.   It does not show up since my switch to 3.7

#sliderWrapper { position:absolute; left: 20px; bottom:10px; z-Index: 40; width: 200px; height: 50px; background: transparent; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; }

What things should I check to correct these formatting issues? 

Thanks,

Mele
0 Kudos
1 Reply
JohnGravois
Frequent Contributor
i'd start by using the inspector tool in Chrome (or equivalent) to see what CSS rules are being applied to the problematic dom nodes.  if you can supply a simplified sample pointing at public services, that would probably be helpful too.
0 Kudos