Article:
 |
|
A Custom JSP Tag Library for Dynamic Menus
|
| Subject: |
|
problem with menu inside <TD> in IE |
| Date: |
|
2004-02-24 03:52:25 |
| From: |
|
asanjuin
|
|
|
Hi,
when i am including the following code in my jsp,
its working fine in Mozilla but unable to get the expanded popupmenu in Internet Explorer.
It will be fine when I remove all the <table>,<tr> and <td>.
But i want to have the code in tds so that i can align another td beside it..
/********code***********/
<%@ taglib uri="/WEB-INF/menu.tld" prefix="menu" %>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td class="topbar" width="85%">
<menu:renderMenuFromDB />
</td>
<td class="topbar" width="184" align="right">
Home | Logout
</td>
</tr>
</table>
how to rectify it.
regards,
sanju
|
Showing messages 1 through 2 of 2.
-
problem with menu inside <TD> in IE
2009-03-31 00:06:32
sampa123
[Reply | View]
-
problem with menu inside <TD> in IE
2004-07-01 02:40:41
Dazzler
[Reply | View]