Css pseudo classes input:not(disabled)not:[type=”submit”]:focus

Instead of: input:not(disabled)not:[type=”submit”]:focus {} Use: input:not([disabled]):not([type=”submit”]):focus {} disabled is an attribute so it needs the brackets, and you seem to have mixed up/missing colons and parentheses on the :not() selector. Demo: http://jsfiddle.net/HSKPx/ One thing to note: I may be wrong, but I don’t think disabled inputs can normally receive focus, so that part may be … Read more

How can I write a ‘:hover’ condition for ‘a:before’ and ‘a:after’?

This depends on what you’re actually trying to do. If you simply wish to apply styles to a :before pseudo-element when the a element matches a pseudo-class, you need to write a:hover:before or a:visited:before instead. Notice the pseudo-element comes after the pseudo-class (and in fact, at the very end of the entire selector). Notice also … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)