(How) Can I Do This In CSS? - round corners and gradiant

Discussion in 'CSS' started by mmelen, Apr 24, 2008.

  1. #1
    mmelen, Apr 24, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can't be done with JUST CSS, that specific example uses an image as a background img, like so,

    
    #id
    {
    background-image: URL('path');
    }
    
    Code (markup):
     
    nicangeli, Apr 24, 2008 IP
  3. mmelen

    mmelen Well-Known Member

    Messages:
    1,526
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Thanks.
    So there is no way of not using the image, right?
    Maybe I can do just the round corners in CSS, or there's no point then?

    Sorry, I never caught on to this whole CSS thing ;)
     
    mmelen, Apr 24, 2008 IP
  4. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Unfortunately it's true.
     
    YIAM, Apr 24, 2008 IP