Page 1 of 1

Tree view in Internet explorer

Posted: Thu Jan 31, 2008 1:48 am
by sandy1028
I have a code where tree view within the <td> of table works in Firefox and not in internet explorer.
I have attached the snap shot how it looks.

PLease suggest me any alternative way to avoid it

Code: Select all

 
echo "<td width=140 align=center bgcolor=$color><ul id=\"containerul\"><li>View<ul><li>$data[5]</li></ul></li></ul>";
        ?>
                <script type="text/javascript">
initiate();             
</script>
 

Re: Tree view in Internet explorer

Posted: Thu Jan 31, 2008 11:49 am
by JAM
Not enough to work with. Broken CSS drawing the actual tree is my guess.