How much to fix all this ?

Discussion in 'HTML & Website Design' started by Torans, Sep 20, 2007.

  1. #1
    Torans, Sep 20, 2007 IP
  2. simonpeterong

    simonpeterong Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you want this to be a valid css?

    how much are you willing to pay?
     
    simonpeterong, Sep 20, 2007 IP
  3. Torans

    Torans Active Member

    Messages:
    1,418
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #3
    i was the one who asked question first !

    Thanks
     
    Torans, Sep 20, 2007 IP
  4. simonpeterong

    simonpeterong Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I won't force any payment for this because for one thing if this is ALL that you want to validate, it will be bad for me to ask for something, so it's up to you.

    well anyway, you have two problems, edit this line

    
    
    div.module-ja-newssb ul.ja-newslinks li {
    	background-image: url(../../images/orange/arrow.gif);!important;
    }
    
    
    Code (markup):
    to this

    
    
    div.module-ja-newssb ul.ja-newslinks li {
    	background-image: url(../../images/orange/arrow.gif) !important;
    }
    
    
    Code (markup):
    simply remove the first " ; " you placed, and it's valid.

    Also, add a
    background-color: transparent;
    Code (markup):
    on your #ja-header so that it will be cleared for warnings, because it will give you many warnings about that one.

    try it and you'll have a valid css 2.0
     
    simonpeterong, Sep 20, 2007 IP
  5. Torans

    Torans Active Member

    Messages:
    1,418
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #5
    hmm thank you very much , will try it !
    appreciate that .

    I thought i got many problems there :D
     
    Torans, Sep 20, 2007 IP
  6. simonpeterong

    simonpeterong Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    glad to help.
     
    simonpeterong, Sep 20, 2007 IP