Ok suddenly works but don't know why?
The following still don't work though:
Code:
<!-- onfocus it displays a border and diffirent text color -->
input[type="text"]:focus {
border: 3px solid #ff0000 !important;
color: #000000 !important;
}
input[type="password"]:focus {
border: 3px solid #ff0000 !important;
color: #000000 !important;
}
I have attached all the files, this is still the beginning stages and don't even need to worry about such rills but I tried it and if something should work but does not I want to know why and the persue it to find out why.
Bellow all my coding thus far. (I am not wanting complete code, just explanations and suggestions)
Thanks