Results 1 to 6 of 6

Thread: how to remove border in <hr> in Ie 7,8 and 9?

  1. #1
    Join Date
    Jul 2006
    Location
    Agadir - Morocco
    Posts
    33
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default how to remove border in <hr> in Ie 7,8 and 9?

    Hello,
    i
    how can i remove the border around the <hr> a use in this website:
    swiss-sport-education dot com
    this is my code :
    HTML Code:
    #content hr {
        background: url("../img/hr-cont.png") no-repeat scroll center top transparent;
        border: 0 none;
        clear: both;
        display: block;
        height: 24px;
        margin: 10px 0;
    }
    Thanks for any idea.

  2. #2
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Can I have the preview?

  3. #3
    Join Date
    Jul 2006
    Location
    Agadir - Morocco
    Posts
    33
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    @bbilal
    thanks for the reply,
    see the attachement, and also if possible to see the <hr> in home page using internet explorer.
    thanks

  4. #4
    Join Date
    May 2011
    Location
    Bangalore
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the attached image have the border color...remove the border color and update the image again

  5. #5
    Join Date
    May 2011
    Location
    Bangalore
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    dn't use the <hr /> tag..it will create the horizontal line for the html page...use some other tag...

  6. #6
    Join Date
    May 2011
    Location
    Bangalore
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so wt happens in ur query.. inside the horizontal line ur image is representing..tag wat u hve usd is not proper...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •