C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

Display:table-row not working in ie 6


Posted Date: 05 Nov 2009      Posted By: lakshya      Member Level: Gold     Points: 1   Responses: 4



display:table-row not working in ie6

Happy dotneting Spread Smiles :-)
Visit Lakshya





Responses

Author: Shameer    08 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

Please give me a clear description.


Author: Alwyn    11 Nov 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

it would work;

<tr id= "table-row">
<td>
Hello World!!!
</td>
</tr>

<script language = "javascript>
function hideShowTableRow()
{
document.all('').style.display = "block"; //this will show the table row
document.all('').style.display = "none"; //this will hide the table row
}
</script>

call the above javascript function if u want to hide or show.

Thanks & Regards,
Alwyn Duraisingh.M



Author: vineeth kumar    12 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

make it clear


Author: abdul rahim    16 Nov 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

every code can work in ie6.. i think the prob in u r code..check it


Post Reply
You must Sign In to post a response.
Next : How to integrate content management system with my current website
Previous : Forms Output to Email
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use