How to disable img Border?

Discussion in 'CSS' started by Big0ne, Jul 26, 2007.

  1. #1
    I want to disable img border in comments only. Smilies looks ugly with border around them. But i want to keep everywhere else.

    Any solution?
     
    Big0ne, Jul 26, 2007 IP
  2. pruad

    pruad Peon

    Messages:
    71
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    place all comments in this container:

    
    <div class="comments">
    
    ...
    
    </div>
    
    Code (markup):
    and define style:

    
    
    div.comments img {border:0;}
    
    
    Code (markup):
    Hope this help you.

    Cheers!
     
    pruad, Jul 26, 2007 IP
  3. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Thanks,


    Let me try to solve this out. :)
     
    Big0ne, Jul 26, 2007 IP