Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help Hiding a DIV block on a ASP page.
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Help Hiding a DIV block on a ASP page.
Miscellaneous
Thread ID:
00655792
Message ID:
00655792
Views:
58
I have a section of HTML code that I need to be hidden when the page
loads. I have set the style of the DIV to style="Display:none" which
should make the secion that block not be rendered. It doesn't work with
style="visibility:hidden" either. Heres the code:
<DIV id="SomeID" style="display:none">

    <TR>
        <TD colspan=6>
            Some Text
        </TD>
     </TR>

     <TR>
        <TD colspan=6>
             
        </TD>
     </TR>

</DIV>
When I set the same property to a TR tag it works perfectly. Is
there something I'm missing?

Thanks in advance,

Tom
Next
Reply
Map
View

Click here to load this message in the networking platform