Forums

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

Home Forums CSS Border appearing around a div :(

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42086
    iamRDM
    Participant

    Border is appearing from nowhere around my contact from

    check this link
    http://ideacreativeindia.com/1/contact-us.htm

    :help:

    #121386
    yashar
    Participant

    hi,
    i believe you have some border code in your css, please check your html and css code.

    padding: 10px 15px;
    background: #282d34;
    color: #6c798d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #22252b;
    border-bottom: 1px solid #353b43;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    #121387
    yashar
    Participant

    padding: 10px 15px;
    background: #282d34;
    color: #6c798d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #22252b;
    border-bottom: 1px solid #353b43;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    #121389
    iamRDM
    Participant

    @ChrisP you are always there to help :D
    Thanx man. :)

    #121390
    yashar
    Participant

    please view this site, hope this helps

    http://www.w3schools.com/css/css_border.asp

    #121391
    iamRDM
    Participant

    @yashar solution is in @ChrisP ‘s reply :)

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