Page 5 of 17 FirstFirst 12345678915 ... LastLast
Results 41 to 50 of 164
  1. #41
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    BAVO!

    Great tutorial, if this just stops 5 people requesting layouts to be coded it is a sucess!
    That post was really sensible!

  2. #42
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default Off topic

    I know, this is off topic, but:
    I've made a layout, and i'm trying to code it, myself... First, i'm trying with images from the layout, (parts of the layout), and i want them to be like, the navigation left, header up, content in middle, disclaimer at bottom..
    How can i do it?

    I hope you understand me...

    BigMuscle

  3. #43
    Join Date
    Jan 2008
    Posts
    534
    Tokens
    0

    Default

    Quote Originally Posted by BigMuscle View Post
    I know, this is off topic, but:
    I've made a layout, and i'm trying to code it, myself... First, i'm trying with images from the layout, (parts of the layout), and i want them to be like, the navigation left, header up, content in middle, disclaimer at bottom..
    How can i do it?

    I hope you understand me...

    BigMuscle
    Does anyone on the forum give a crap?

    No? No-one?
    Case settled, no-one cares

    Edited by mat64 (Forum Moderator): Please don't be rude to other forum members.
    Last edited by mat64; 29-02-2008 at 03:48 PM.

  4. #44
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    Quote Originally Posted by theJOSH View Post
    Does anyone on the forum give a crap?

    No? No-one?
    Case settled, no-one cares

    Edited by mat64 (Forum Moderator): Please don't be rude to other forum members.
    Well, if you don't care.. How the hell are you sure that anyone else don't care? OMG, get a life, and stop trying to get your post count higher, and just write things that you think! Write things that are true, your selfish ****!

    Edited by LucasAge (Forum Super Moderator): Please do not be rude to other members.
    Last edited by Agesilaus; 29-02-2008 at 10:46 PM.

  5. #45
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Yeh, Josh ****, I care, and I'm about to help him? k?

    You can use css 'float' property works well. You have to define this to a div class using this

    <div class="myclass">mycontent</div>

    Your css should be

    .myclass {
    floateft;
    }

    by saying left I said that it would go on the left side, other properties are self explanatory.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  6. #46
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Reconix View Post
    Yeh, Josh ****, I care, and I'm about to help him? k?

    You can use css 'float' property works well. You have to define this to a div class using this

    <div class="myclass">mycontent</div>

    Your css should be

    .myclass {
    floateft;
    }

    by saying left I said that it would go on the left side, other properties are self explanatory.
    You will have to add a width element to it and make sure all the floated divs width's add up to the width of the container otherwise it will not work .

  7. #47
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Yup , and you should probably have a container to keep it centered if you want that.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  8. #48
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Note: They can be smaller than the containers width.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  9. #49
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    Nice one

    I couldn't remember if it was class or id

  10. #50
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Xedon View Post
    Nice one

    I couldn't remember if it was class or id
    You use class for styling spans, the id is used to give a div/span a unique id which can be used to manipulate it , either by using css or javascript .

    For spans you should have it as .name , you use a . instead of # to show it's for a span , and replace name with the name you want the span to have .

Page 5 of 17 FirstFirst 12345678915 ... LastLast

Posting Permissions

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