Tree view in Internet explorer
Posted: Thu Jan 31, 2008 1:48 am
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
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>