Search form that doesnt have a white box around it (help!)

Discussion in 'HTML & Website Design' started by vinogradov, Mar 26, 2009.

  1. #1
    I have a website that needs one of those search boxes that is "invisible". So that only the text is visible and not the actual box. How can I do this?

    I also don't want a submit button on it.

    Thanks
     
    vinogradov, Mar 26, 2009 IP
  2. Oxi

    Oxi Peon

    Messages:
    78
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Im not sure completely what you are after but if you mean to make an input field's decoration invisible you can simply add the line

    style="border:none;"

    directly into the input tag. Else you can add the line border:none; as appropriate if you are using a css stylesheet.

    If you need the whole search box then simply use the input tag with that property and place inside a form.
    As im not completely sure what you are after, if you have any questions just pm me.
     
    Oxi, Mar 27, 2009 IP
  3. vinogradov

    vinogradov Active Member

    Messages:
    701
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #3
    yes, I figured it out but that was it, it was border: none and background: none
     
    vinogradov, Mar 29, 2009 IP