[daisy] [JIRA] Commented: (DSY-408) Navigation tree rendering issue
on IE6
Bruno Dumon (JIRA)
issues at cocoondev.org
Thu Mar 29 11:01:20 CDT 2007
[ http://issues.cocoondev.org//browse/DSY-408?page=comments#action_13097 ]
Bruno Dumon commented on DSY-408:
---------------------------------
I've done some research on this and found out the problem occurs with the combination of setting the border-left and the padding-bottom properties on the li's in the navtree.
So the following change to navigation.css gives a correct tree, but without the green borders:
li.navigation ul li{
padding:0 0 .5em 1em;
/* border-left: 0.5em solid #dfc;*/
}
what also works is leaving the green border, but not setting the padding-bottom:
li.navigation ul li{
padding:0 0 0em .5em;
border-left: 0.5em solid #dfc;
}
but then the spacing between the list items is not nice (too close in all browsers but IE, double-spaced in IE)
So I see the following options:
- leave things as they are and have a broken navtree in IE -> not a good option
- disable the green border
- someone comes up with a good hack so that the current styling works on all browsers
> Navigation tree rendering issue on IE6
> --------------------------------------
>
> Key: DSY-408
> URL: http://issues.cocoondev.org//browse/DSY-408
> Project: Daisy
> Type: Bug
> Reporter: Bruno Dumon
> Priority: Minor
> Fix For: public - 2.0
> Attachments: navtree1.png, navtree2.png
>
> Entries run too much to the left -- I'll attach a screenshot to illustrate. I haven't looked deeper into it yet. It would be wonderful if anyone can help to fix this.
> (seems to be fine in IE7)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list