Question about border in searchbox code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • claudiathompson
    New Member
    • Nov 2009
    • 3

    Question about border in searchbox code

    Hello,

    I have one other question. Yesterday I asked about how to tell a searchbox code what background color it should have and someone answered me and it works great!

    But the other question is, can I make the border around it THINNER? and if so, how? It seemed to be bolded... just one thin line is what I want.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    try border-width
    _____________

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      instead of using the separated border-properties you could even use a compound-statement like this:
      Code:
      border: 1px solid blue;
      kind regards

      Comment

      Working...