Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do u remove the border properties for imput tag in Google Crome

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42190
    andreea115
    Participant

    Hi everyone

    i used the CSS Code below to remove the border colour from the imput tag so that i could replace it with a background image; it works perfectly in all the browers accept Google Crome.

    is there a specific code that i need to use for Google Crome.

    My Code:

    #contactform .imputbox input :
    font-family:Arial, Helvetica, sans-serif;
    font-weight:800;
    width: 363px;
    height: 39px;
    font-size: 14p;
    border : none;
    background:transparent;

    thanks in advance for your help everyone.

    warmest regards

    Andreea

    #122011
    Senff
    Participant

    Not sure if it’s also the case in your actual site, but you wrote “imputbox” there (instead of “inputbox”) maybe that’s why you don’t see anything happening.

    Other than that, the styles that you posted should definitely remove the border from the input box in Chrome.

    #122012
    andreea115
    Participant

    Hello again ChrisP and hello Senff

    let me have a quick look and get straight back to both of u. if its still not working, i will use codepen to post the problem.

    warmest regards

    Andreea

    #122015
    andreea115
    Participant

    hello ChrisP

    wow. that was it. thank u so much. brilliant.

    i am relieved.

    Thanks again for helping me out.

    warmest regards

    Andreea

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.