legend dijit displays unwanted borders

1838
1
03-31-2016 05:05 AM
VincentChoffrut
New Contributor

hello everyone!

my esri map LEGEND displays unwanted borders for no obvious reasons (see attached photo)

it's the first time I ever encounter such a displaying issue.

I've checked the versions of arcgis API and the 2 related stylesheets (3.16) in the <header> and all seems ok.

has anyone a clue about how to solve this issue???

thanx a lot !

Tags (2)
0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

One thing to do is use the browser's debugging tools. By right clicking on an element, you can inspect it to get all the of CSS properties that being applied to it.

What other CSS properties are you using in your script? I'm suspecting that you have a table boundary property in one of your styles that are being loaded after the standard style sheets.

inspect.png