css coding help in buttons

Discussion in 'CSS' started by tptnyc, Jul 21, 2008.

  1. #1
    tptnyc, Jul 21, 2008 IP
  2. glorie

    glorie Peon

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you mean the style appearance of the buttons? Those links are images (http://www.creationzunlimited.net/images/l1.jpg)

    If you're referring to making each link/image display horizontally, just use unordered lists and float each li.
    The site you gave was coded using tables, would be better if you don't refer to it for your coding.
     
    glorie, Jul 21, 2008 IP
  3. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #3
    li {width:**px; float: left}
     
    justinlorder, Jul 22, 2008 IP
  4. Cri2T

    Cri2T Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Or:

    ul, li{ display: inline; }
     
    Cri2T, Jul 22, 2008 IP
  5. tptnyc

    tptnyc Peon

    Messages:
    764
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Can you give any example site to look the buttons how they appear?
     
    tptnyc, Jul 23, 2008 IP