----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: rags_rao Message 2 in Discussion visibility is used to hide/display elements displaying can be done in 3 ways 1. block (div,table are block elements by default) 2. inline (span,a are liline elements by default) 3. none (i'll xpln later) Inline: the markup before and after inline tags are diaplayed in same line ex: click <a>here<a> to ....... block elements will not have text arround it ex: contents:<table>.... (table will be displayed in next line) all elements are either inline/block elements, but they can be changed to any of the 3 display types. None: it makes the space occupied by the element (heigth,width) as zero (or rather collapses the element) difference between "display: none;" and "visibility: hidden" : (i dont know how to explain this........ ) lets take a example of table that has 3 rows of data visibility hidden: will hide the table but a blank space of 3 lines will apper in ur html output. so it just changes the visibilty. display none: in this case u dont see the blank space. "When the true king's murderers are allowed to roam free, a thousand magicians arise in the land" - Jim morrison ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
