Need Help css and php :)

Discussion in 'CSS' started by tiatia252, Oct 30, 2008.

  1. #1
    ...........
     
    tiatia252, Oct 30, 2008 IP
  2. parkedrevenue

    parkedrevenue Member

    Messages:
    24
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #2
    I think you should use this line
    .Box-Title { with
    .Box title { Also you can try !important tag beside. Not use but i think it will help :)
     
    parkedrevenue, Oct 30, 2008 IP
  3. tiatia252

    tiatia252 Banned

    Messages:
    187
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Damn Anyone can help me ? if you know php and css please send me a pm :)


    Why the image from .Box show up but not the one from Box-title ?

    .Box {
    margin: 0 0 10px 0;
    padding: 4px 4px 4px 4px;
    width: 162px;
    background: #151515 url(images/img01.jpg) repeat-x left top;
    border: 1px solid #fff;
    }



    .Box-Title {
    width: 160px;
    height: 15px;
    padding: 7px 0px 4px 0px;
    background: #151515 url(images/xxx.gif) repeat-x;
    text-align: center;
    border: 1px solid #fff;
    color: #555;
    font-weight: bold;
    }

    [​IMG]
     
    tiatia252, Oct 30, 2008 IP