Please Help!

Discussion in 'HTML & Website Design' started by nbl123, Jun 11, 2008.

  1. #1
    I want to about Floating DIV!
     
    nbl123, Jun 11, 2008 IP
  2. softvision

    softvision Peon

    Messages:
    146
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Float causes a element to print horizontally.
     
    softvision, Jun 11, 2008 IP
  3. nbl123

    nbl123 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please tell me how a floating DIV can be used?
     
    nbl123, Jun 11, 2008 IP
  4. blktallos

    blktallos Active Member

    Messages:
    314
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #4
    http://www.pmob.co.uk/faqcss/index.htm#faq15

    http://www.pmob.co.uk/pob/centred-float.htm

    This is what a Float would look like Persay.

    http://css.maxdesign.com.au/floatutorial/introduction04.htm

    The CSS float property is a very important property for layout. It allows you to position your Web page designs exactly as you want them to display - but in order to use it you have to understand how it works. You can't float every element on a Web page.

    A CSS float property looks like this:

    .right {float: right;}
     
    blktallos, Jun 11, 2008 IP