Tree view in Internet explorer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sandy1028
Forum Commoner
Posts: 60
Joined: Thu Jul 26, 2007 3:56 am

Tree view in Internet explorer

Post 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>
 
Attachments
tree1.jpg
tree1.jpg (32.89 KiB) Viewed 331 times
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Re: Tree view in Internet explorer

Post by JAM »

Not enough to work with. Broken CSS drawing the actual tree is my guess.
Post Reply