CSS help needed

Discussion in 'General Discussion' started by Skullmonkey, Jun 16, 2007.

  1. Skullmonkey

    Skullmonkey Senior Member

    Posts:
    1,020
    Likes Received:
    0
    Joined:
    Apr 7, 2005
    Does anyone know a way to make a border an image? Theres a forum skin that i want to have a shadow (image) on only the right side of a table. Does anyone know how to make this possible?
     
  2. Ravr

    Ravr _______________

    Age:
    33
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    <style>

    #forumwrapper {

    border-right:1px #000 solid;

    }

    </style>

    *well u only need to type border-right:1px #000 solid; on the right place:P
     
  3. Skullmonkey

    Skullmonkey Senior Member

    Posts:
    1,020
    Likes Received:
    0
    Joined:
    Apr 7, 2005
    I know how to put the border in there, But i want to make it an image.

    so maybe something like

    .tablepadding { border-right: url(image); } (tried it, diddnt work)
     
  4. mo2332

    mo2332 Member

    Posts:
    24
    Likes Received:
    0
    Joined:
    May 27, 2007
    i dont get what u mean
     
  5. cerixed

    cerixed Well-Known Member

    Age:
    31
    Posts:
    183
    Likes Received:
    0
    Joined:
    Aug 6, 2006
    i had problem like this too
     
  6. Phili G

    Phili G Well-Known Member

    Age:
    33
    Posts:
    1,498
    Likes Received:
    0
    Joined:
    Oct 5, 2005
    Location:
    England!
    erm, try this

    .foo {
    padding-right:(thicknessofyourdropshadow)px;
    background: url(images/dropshadow.gif) repeat-x right;
    }
     
  7. Skullmonkey

    Skullmonkey Senior Member

    Posts:
    1,020
    Likes Received:
    0
    Joined:
    Apr 7, 2005
    Yep, That worked. Cant get it to work correctly, But oh well. Thats IPB with no HTML templates for you.

    EDIT: I would rep you, but for some reason, I cant.
     

Share This Page