Posted by jceddy on 08/03/06 16:42
Anyone have an explanation why the "oCustomIcons" TD in the following
example doesn't wrap?
-------
<html>
<head>
<title>Test</title>
</head>
<body>
<table><tbody>
<TR id=fw_TaskBarTableRow>
<TD vAlign=top noWrap width=0%>
<BUTTON class=iconButton
onmouseover="this.className='iconButtonHover'" title="Refresh active
window" style="WIDTH: 25px; HEIGHT: 25px"
onclick=RefreshActiveWindow();
onmouseout="this.className='iconButton'">
<IMG
src="http://localhost/tes_beta2/frameworkpath//images/refresh.gif">
</BUTTON>
</TD>
<TD vAlign=top noWrap width=0%>
<BUTTON class=iconButton
onmouseover="this.className='iconButtonHover'" title="Print active
window" style="WIDTH: 25px; HEIGHT: 25px" onclick=printActiveWindow();
onmouseout="this.className='iconButton'">
<IMG
src="http://localhost/tes_beta2/frameworkpath//images/print.gif">
</BUTTON>
</TD>
<TD vAlign=top width=0%>
<BUTTON class=iconButton
onmouseover="this.className='iconButtonHover'" title="Email OATI
Support" style="WIDTH: 25px; HEIGHT: 25px"
onclick="window.location.href='mailto:support@oati.net'"
onmouseout="this.className='iconButton'">
<IMG
src="http://localhost/tes_beta2/frameworkpath//images/email.gif">
</BUTTON>
</TD>
<TD id=oCustomIcons>
<BUTTON class=iconButton id=Excel title="Excel Export" style="WIDTH:
25px; HEIGHT: 25px">
<IMG height=15 src="/sched_beta2/images/Excel.gif" width=15
align=bottom>
</BUTTON>
<BUTTON class=iconButton id=Help title=Help style="WIDTH: 25px;
HEIGHT: 25px">
<IMG height=16 src="/sched_beta2/images/IcoHelp.gif" width=16
align=bottom>
</BUTTON>
<BUTTON class=iconButton id="Add New" title="Add New" style="HEIGHT:
25px">
<SPAN>Add New</SPAN>
</BUTTON>
<BUTTON class=iconButton id=PathMonitorDaily title="Path Monitor
Daily" style="HEIGHT: 25px">
<SPAN>Path Monitor Daily</SPAN>
</BUTTON>
<BUTTON class=iconButton id=PathMonitor title="Path Monitor"
style="HEIGHT: 25px">
<SPAN>Path Monitor</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Edit Definition" title="Edit Definition"
style="HEIGHT: 25px">
<SPAN>Edit</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Delete Definition" title="Delete
Definition" style="HEIGHT: 25px">
<SPAN>Delete</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Move Definition Down" title="Move
Definition Down" style="HEIGHT: 25px">
<SPAN>Definition Down</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Move Definition Up" title="Move
Definition Up" style="HEIGHT: 25px">
<SPAN>Definition Up</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Move Region Down" title="Move Region
Down" style="HEIGHT: 25px">
<SPAN>Region Down</SPAN>
</BUTTON>
<BUTTON class=iconButton id="Move Region Up" title="Move Region Up"
style="HEIGHT: 25px">
<SPAN>Region Up</SPAN>
</BUTTON>
</TD>
<TD id=oTaskbar width="100%"></TD>
<TD vAlign=top noWrap width=0%>
<DIV class=taskbar_tray height="100%" width="100%">
<SPAN id=oClockSpan>Thurs 8/3 11:05 AM</SPAN>
<SPAN id=oTimeZoneSpan>CST</SPAN>
</DIV>
</TD>
<TD vAlign=top noWrap width=0%>
<BUTTON class=iconButton
onmouseover="this.className='iconButtonHover'" title="Close active
window" style="WIDTH: 22px; HEIGHT: 22px" onclick=CloseActiveWindow();
onmouseout="this.className='iconButton'">
<IMG
src="http://localhost/tes_beta2/frameworkpath//images/close.gif">
</BUTTON>
</TD>
</TR>
</tbody></table>
</body>
</html>
-------
Cheers,
Joe
Navigation:
[Reply to this message]
|