Results 1 to 4 of 4

Thread: Want to develop an application with hide css display property

  1. #1
    Join Date
    Jan 2009
    Posts
    108

    Want to develop an application with hide css display property

    I am planning to develop an application, which would css based and the content displayed on it would be the hide/displayed as per the demand, i know this is possible but i am not getting proper start for this, please tell me how should i go further with the CSS.

  2. #2
    Join Date
    Feb 2008
    Posts
    129

    Re: Want to develop an application with hide css display property

    The correct css property is visibility: hidden; or visibility: visible; Furthermore, update your JavaScript to use the getElementById function:

    if(document.getElementById) {
    document.getElementById('websiteone').style.visibility = "visible"; }

    Here we need to set up the visibility of every tag on the Visible or invisible or True or False.

  3. #3
    Join Date
    Feb 2008
    Posts
    180

    Re: Want to develop an application with hide css display property

    One of the most difficult aspects of creating a page without the use of tables is learning how to control the line breaks. Your sample below has really helped me to understand the workings of JavaScript in relation to Style Sheets and creating pull-down menus. Up to this point we haven't taught you how to use CSS to simulate a <br /> after the use of an element.

  4. #4
    Join Date
    Jan 2009
    Posts
    150

    Re: Want to develop an application with hide css display property

    As you have seen in our CSS Examples, we were able to create many looks for our menus. Images, iframes, forms, tables, text — all these visual elements can be inserted into and removed from web pages when the site visitor does predefined actions. The other style elements in the example are optional. Additional elements may be added. Many CSS and JavaScript tutorials suggest using display:none to hide elements.

Similar Threads

  1. Which is a best technology to develop Rich Internet Application?
    By Cauvery in forum Software Development
    Replies: 5
    Last Post: 09-06-2011, 05:10 PM
  2. develop web report: display Current page and Total pages
    By freezea in forum Software Development
    Replies: 1
    Last Post: 25-05-2011, 12:03 AM
  3. How to develop sample application in meego IVI
    By HatRix in forum Software Development
    Replies: 4
    Last Post: 31-01-2011, 07:53 PM
  4. develop a application in android
    By insanefella in forum Software Development
    Replies: 4
    Last Post: 27-12-2010, 08:20 PM
  5. How to develop application for Windows Phone 7
    By MacKenze in forum Tips & Tweaks
    Replies: 5
    Last Post: 04-12-2010, 03:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,531,371.49606 seconds with 16 queries