User Profile

Collapse

Profile Sidebar

Collapse
suchi123
suchi123
Last Activity: Jul 30 '08, 06:10 AM
Joined: Jul 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • code run in IE how it ll for ff(Calender Usercontrol )

    Hi all,

    i have created a Calender user control which can run only IE.but i want the code for mozila,,,,

    the code i placed here....



    [CODE=javascript]/* hides <select> and <applet> objects (for IE only) */
    function hideElement( elmID, overDiv )

    {
    if( ie )

    {
    for( i = 0; i < document.all.ta gs( elmID ).length; i++ )
    ...
    See more | Go to post
    Last edited by gits; Jul 28 '08, 02:17 PM. Reason: added code tags

  • suchi123
    started a topic Fixed a Row in HTML table

    Fixed a Row in HTML table

    Hi,
    Could anyone tell me how I can implement a table which is of a fixed height, but which can have a vertical scroll bar and when I scroll , the header columns stay fixed/displayed.

    Thanks
    Suchitra
    See more | Go to post
No activity results to display
Show More
Working...