Zenax
Active Member
- Messages
- 1,377
- Reaction score
- 4
- Points
- 38
Well now I ask you intelligent guys a question on CSS.
Take a look at this:
http://projectmicah.com/v2/index2.php
Hover over the top link and then look at the second link, and you will understand what happens.
The second link seems to move down about 10px.
CSS Code:
	
	
	
		
The person to reply with an answer that works, gets 50pts.
Regards,
Zenax
			
			Take a look at this:
http://projectmicah.com/v2/index2.php
Hover over the top link and then look at the second link, and you will understand what happens.
The second link seems to move down about 10px.
CSS Code:
		Code:
	
	.navcontent a:link, .navcontent a:visited
{
color: #000000;
text-decoration: none;
}
.navcontent a:hover
{
background-color: #0066FF;
border: 1px solid #000000;
color: #FFFFFF;
text-decoration: none;
display: block;
clear: both;
}The person to reply with an answer that works, gets 50pts.
Regards,
Zenax
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		 
 
		 
 
		