HighDots Forums  

Newbie: How do i hide a label control?

alt.html.dhtml alt.html.dhtml


Discuss Newbie: How do i hide a label control? in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default Newbie: How do i hide a label control? - 09-10-2004 , 03:55 PM






How do i hide a label control?
Here is the code that creates it but if I need to hide it how should I
go about doing that?

<span class="DoPos" style="LEFT:.25%; TOP:73%;">Assigned
Producer</span>

Thanks,
Andy.

Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Newbie: How do i hide a label control? - 09-11-2004 , 04:28 AM






akasotia (AT) guidemail (DOT) com (Andy) wrote:

Quote:
How do i hide a label control?
The first question should be "why would...".

Quote:
Here is the code that creates it
I don't see any label control, just a span element, positioned oddly. Did
you mean to use <label for="...">?

Quote:
but if I need to hide it how should I
go about doing that?
By removing it?

Quote:
span class="DoPos" style="LEFT:.25%; TOP:73%;">Assigned
Producer</span
Or by setting display: none or visibility: hidden, depending on what you
really want to accomplish.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.