CSS coding problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    CSS coding problem

    avatar
    Ze0
    Forumember


    Posts : 38
    Reputation : 1
    Language : Ελληνικά

    Solved CSS coding problem

    Post by Ze0 Sat 20 Dec - 20:52

    Hello!!I was trying to remove a code and put another one but i think i make a mess in my CSS because i don't know anything from coding.Anyway i submited my code and this thing is appearing all the time after i click on submit.

    Detected error
    We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

    We advise you to reread your code.

    Is there any way to fix it??

    I am sorry if my english is not good and Thank you for your help!!
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: CSS coding problem

    Post by FrOsTyXi Sat 20 Dec - 21:14

    Yes { or } is missing somewhere can you post your CSS and i can see where the error is?
    avatar
    Ze0
    Forumember


    Posts : 38
    Reputation : 1
    Language : Ελληνικά

    Solved Re: CSS coding problem

    Post by Ze0 Sat 20 Dec - 21:19

    a:hover{
    text-decoration: none !important; 
    text-shadow: 0 0 0.9em white, 0 0 0.9em white, 0 0 0.9em white; 
    }
    body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;}

    a:hover{text-decoration: none !important;}
    a {text-decoration: none !important;}
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
     
    a.mainmenu{
    filter:alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
      }

    a.mainmenu:hover{
    filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
        }
    }
     a span[style="color:#BD0707] strong {
        background:url(https://2img.net/i/fa/empty.gif) no-repeat;
        padding-left:**px;
    }
    a[href="/g1-group"] {
        text-shadow: 0px 0px 11px #BD0707
    }
    a[href="/u1"] strong {
        background: url("Your_Icon") no-repeat scroll 0 0%;
        padding-left: 19px;
    }
    body.chatbox { background:#000 !important }

    a[href="/g1-group"] {
        background: url("https://i.servimg.com/u/f45/15/95/60/34/glitte10.gif");
    }
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: CSS coding problem

    Post by FrOsTyXi Sat 20 Dec - 21:21

    Code:
    a:hover{
    text-decoration: none !important;
    text-shadow: 0 0 0.9em white, 0 0 0.9em white, 0 0 0.9em white;
    }
    body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;}

    a:hover{text-decoration: none !important;}
    a {text-decoration: none !important;}
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
     
    a.mainmenu{
    filter:alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
      }

    a.mainmenu:hover{
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
        }
     a span[style="color:#BD0707] strong {
        background:url(http://2img.net/i/fa/empty.gif) no-repeat;
        padding-left:**px;
    }
    a[href="/g1-group"] {
        text-shadow: 0px 0px 11px #BD0707
    }
    a[href="/u1"] strong {
        background: url("Your_Icon") no-repeat scroll 0 0%;
        padding-left: 19px;
    }
    body.chatbox { background:#000 !important }

    a[href="/g1-group"] {
        background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
    }

    All fixed had one extra } in there @Ze0
    avatar
    Ze0
    Forumember


    Posts : 38
    Reputation : 1
    Language : Ελληνικά

    Solved Re: CSS coding problem

    Post by Ze0 Sat 20 Dec - 21:24

    so i deleted them all and copy paste your one??
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: CSS coding problem

    Post by FrOsTyXi Sat 20 Dec - 21:26

    Ze0 wrote:so i deleted them all and copy paste your one??

    @Ze0 replace the code you gave me with the modified code i replied with that section of code has been fixed.
    avatar
    Ze0
    Forumember


    Posts : 38
    Reputation : 1
    Language : Ελληνικά

    Solved Re: CSS coding problem

    Post by Ze0 Sat 20 Dec - 21:36

    thank you for your help!!
    solved Very Happy
    FrOsTyXi
    FrOsTyXi
    Forumember


    Male Posts : 460
    Reputation : 12
    Language : english

    Solved Re: CSS coding problem

    Post by FrOsTyXi Sat 20 Dec - 21:56

    Ze0 wrote:thank you for your help!!
    solved Very Happy

    No problem enjoy! @Ze0
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: CSS coding problem

    Post by Ange Tuteur Sun 21 Dec - 0:27

    Thanks for the help, FrOsTyXi.

    Topic archived