Jump to content

[SOLVED] input:focus css problem


Recommended Posts

Hi all

I get a validation error for the input:focus in the css file. If I remove it from the css file, I then get a blackbox around my logo and other images on the web page.

Can anyone help me out here what to do? It needs removing for validation.

clueless on this one.


take a look here www.kaihoo.co.uk

Thanks

Link to comment
Share on other sites

Hi rocky

I just took it out :-) one of my / was left in a note I had in there what was effecting it!

a:hover {
   text-decoration: none;
}
                     /* took this out due to validation it might need to use this didszzzzzzzz*/
/*input:focus {
   outline: 0;
   outline-offset: 0;
}    */ 
a img {
   outline: none;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...