View Single Post
Old 10-02-2012, 05:20 PM   PM User | #4
hans_cellc
New Coder

 
Join Date: Oct 2011
Posts: 92
Thanks: 38
Thanked 0 Times in 0 Posts
hans_cellc is an unknown quantity at this point
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
Attached Files
File Type: zip my_page.zip (42.3 KB, 33 views)
hans_cellc is offline   Reply With Quote