Forums

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

Home Forums CSS Help me with CSS

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32713
    pinkhell
    Member

    Any Time When I trying to make template I Cant !!
    Cuz when I do somthing In The right Of Page I can’t put anything beside it !! in right
    like a photo in the left and the menu facing it !! it doesn’t can’t face it should be under it !!
    what i can do!! I’m starting to pull my hair and being CRAZY !!! … :D
    please help…
    peace

    #76546
    ChrisBull
    Member

    Favourite Quote – ” it doesn’t can’t face it should be under it !! “

    #76548
    chrisburton
    Participant

    @chrisbull translate this for me?

    #76560
    Waffle
    Member

    Right, From What I THINK you mean.. it’s mostly about getting the Width and the floats right.

    Set a pagewrap.. so for example

    HTML


    And then in that Page wrap, get your div’s.








    And now for your CSS



    .Pagewrap { width:900px; margin:0 auto; }
    .Content1 { float:right; width:430px; }
    .Content2 { float:left; width:430px; }

    But from your rambling.. I am probably wrong about what you’re talking about…

    Waffle.

    #76522
    ccc630
    Member

    @pinkhell, I think it would be helpful if you could provide an example of the difficulty you are having.

    #76473
    pinkhell
    Member

    @Waffle, !!!!!! Thanx So much xD
    you really helped me Really Really Really
    ….
    Thanx All for Trying to Help Me :) :) :) :)
    I Really appreciate that :)
    ….
    And Sorry That I’m Make it default to understand …….

    Thanx All

    PinkHell

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