Results 1 to 2 of 2

Thread: a DIV?
      
   

  1. #1
    tony09uk is offline Sergeant First Class
    Join Date
    May 2008
    Posts
    54

    Default a DIV?

    In my quest to find out how to have a 'tab' based...bottom half of my page, much like this on page http://www.logicweb.com/ I have seen many people talking about somthing called a 'DIV', what is a 'DIV'.

    quote :Whats the best way to get a link to change the content of a div rather than have the link display a completely different page?

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: a DIV?

    A "div" is a container. It is HTML's way to separate the content. Actually it is a container for one or more objects, and is defined by its own "name" and its own "id".

    This allows you to do many things at once, in example apply CSS formatting to the totality of the objects contained in the div, or hide / show all these objects (using Javascript) by hidding / showing the div.

    As I said, a container for one or more HTML objects (text, images, tables, etc)

    From the practical point of view, this means that in the HTML code, the objects that belong to the div are preceded be an openin <div> tag and followed by a closing </div> tag. So the div becomes a "fench" that contains the objects within it. By using inline or external CSS you can assign visual properties to the entire area of this "fench".

    Read more in http://www.w3schools.com/tags/tag_DIV.asp
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49