what kind of border is this

Discussion in 'HTML & Website Design' started by oo7ml, Aug 5, 2007.

  1. #1
    What are the exact attributes of the border around the username and password fields http://www.bebo.com/SignIn.jsp

    I want to know the style of it, how did they get the border so thin and so small. Can anyone find the exact code please

    I have
    border:thin dashed #CCCCCC;
    HTML:
    but it's not the same
     
    oo7ml, Aug 5, 2007 IP
  2. Courtenay

    Courtenay Peon

    Messages:
    63
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It'd be:

    border: thin dotted #666
     
    Courtenay, Aug 5, 2007 IP
  3. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #3
    background: #F0F7FB; border: 1px dotted #cccccc;
    
    HTML:
    It's just normal border with different border and background colour.
     
    YIAM, Aug 5, 2007 IP
  4. vic_msn

    vic_msn Well-Known Member

    Messages:
    2,233
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    155
    #4
    maybe they have left it as normal windows style no css coding for the text box !
     
    vic_msn, Aug 5, 2007 IP
  5. live-cms_com

    live-cms_com Notable Member

    Messages:
    3,128
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    205
    Digital Goods:
    1
    #5
    Quote -

    border: 1px dotted #cccccc;
     
    live-cms_com, Aug 5, 2007 IP