Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Floats vs Position Absolute ?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35838
    MartyBoi
    Participant

    Hello and Greetings…..

    I have a question in respect to Floats versus Position Absolute.

    I find myself wanting to use Position Absolute rather then Floats. I find it more convenient to do this in ‘ Headers ‘, this do to allot of material within the ‘ Header Div ‘. I am a bit confused in respect to this. Some say to use Floats, others Position Absolute.

    Can someone clear this up for a newbie such as myself?

    Thank you….

    #93430

    If the elements are meant to interact with each other, use floats. If an element is independent of the content around it, use absolute positioning.

    #93434
    davidlab.be
    Participant

    not sure I agree @joshuanhibbert. There are many times when you position absolute elements to floating elements that are directly related. (unless i misunderstood what you mean)
    To me there are no rules. Although I tend to use more floats and use absolutes more so in the a header situation for logos and such.

    #93519

    @Springlab As long as you are aware that absolute positioning removes the element from the document flow then I am sure you will make the correct decision.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.