Forums

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

Home Forums CSS Really simple css problem

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #35887
    chanman
    Member

    I can’t figure out why the images and the text in the header won’t line up. I know it’s really simple just can’t figure it out it may be the floats. website

    #93660
    TheDoc
    Member

    The second image is dropped down because it’s being floated after the text. If you want them all to be on the same line, then they all have to be floated.

    Alternatively, you can absolutely position them.

    Also, be very careful when using a full width like you are, it makes the content way too wide to read for people with wide monitors: http://grab.by/btGE

    #93662
    chanman
    Member

    what exactly do you mean by they all have to be floated? And thanks for width suggestion I didn’t think about wide monitors.

    #93663
    TheDoc
    Member

    Here is the example of non-working (like yours) and working: http://jsfiddle.net/saY5K/

    #93664
    chanman
    Member

    like this website

    #93665
    chanman
    Member

    sorry I got to fix something

    #93667
    chanman
    Member

    Here it is website

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