CSS Error
3 posters
Page 1 of 1
CSS Error
Hello.I tried to delete some thing from my CSS but then an error detected with { and } and i know that something is missing but i can;t fix it.I will show you my CSS so you can help me :
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[href="/g1-group"] { background:url('https://i.servimg.com/u/f58/15/62/32/35/backro12.gif')!important; }
}
The problem is this:
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.
Thank you for your help
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[href="/g1-group"] { background:url('https://i.servimg.com/u/f58/15/62/32/35/backro12.gif')!important; }
}
The problem is this:
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.
Thank you for your help
Re: CSS Error
- 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[href="/g1-group"] { background:url('http://i58.servimg.com/u/f58/15/62/32/35/backro12.gif')!important; }
Similar topics
» Error in CSS
» [Only Topic] Critical Error - Error creating new session [Need help ASAP]
» browser error occured [Error #230]
» "General Error" - "Error in Posting"
» [ONLY TOPIC] Roundcube webmail does not work
» [Only Topic] Critical Error - Error creating new session [Need help ASAP]
» browser error occured [Error #230]
» "General Error" - "Error in Posting"
» [ONLY TOPIC] Roundcube webmail does not work
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum