Sochettra / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Fix UL margin for IE 6,7 #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ul.dynatree-container ul
{
    padding: 0 0 0 16px;
    margin: 0;   /** add */
}

-using ie, applied margin.

test version: dynatree 1.0.2

Original issue reported on code.google.com by wsno...@gmail.com on 24 Nov 2010 at 8:11

GoogleCodeExporter commented 8 years ago
Why? Please give details what problem this resolves and how we can reproduce.

Original comment by moo...@wwwendt.de on 25 Nov 2010 at 6:39

GoogleCodeExporter commented 8 years ago
differents browser have differents default margin.

about ul tag.
ie6,ie7 have margin-left(40px), margin-bottom(nPx);
ie8, ff3 have margin-left(0px). margin-top(16px)/margin-bottom(16px)

they are differents.

therefore, ul tag need margin:0.

sorry. can't speek english.
I hope.. understand.

attach a example source.

Original comment by wsno...@gmail.com on 26 Nov 2010 at 2:58

Attachments:

GoogleCodeExporter commented 8 years ago
Great, thank you.

Original comment by moo...@wwwendt.de on 26 Nov 2010 at 6:57

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r428.

Original comment by moo...@wwwendt.de on 26 Nov 2010 at 7:02

GoogleCodeExporter commented 8 years ago
Version 1.1.0 contains the style in the initial post but it keeps showing a 
margin to the left in IE7

Original comment by jcege...@gmail.com on 24 Feb 2011 at 3:14

GoogleCodeExporter commented 8 years ago
I tried v1.1.0 on IE6 with this sample
    http://wwwendt.de/tech/dynatree/doc/samples.html
and it seemed to work (except for som ugly dashed borders for the container...).
Can you post a link thatreproduces the behaviour?

Original comment by moo...@wwwendt.de on 25 Feb 2011 at 9:52

GoogleCodeExporter commented 8 years ago
considered verified

Original comment by moo...@wwwendt.de on 17 Jul 2012 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by moo...@wwwendt.de on 17 Jul 2012 at 4:19