| 
				 learn Code CSS in botten 
 السلام عليكم اعضاء الويب الاعزاء رراح تستفيد من هذه الكود في صنع ازارير مضيئه عند مرور الموشر  فقط انسخ الكود بين وسمين
 body
 
 المثال في موقعي ولكني واضعه الاضائه على الكلمه عند مرور الموشر انما هذ تاتي على مربع الخليه  بشكل جميل<tr>
 
 
 
 <style type="text/css">
 a {
 display:block;
 background-color:#999;
 color:#fff;
 text-decoration:none;
 padding:5px;
 }
 
 a:hover {
 display:block;
 background-color:#666;
 color:#fff;
 text-decoration:none;
 }
 </style>
 <p align="right"> </p>
 <table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
 <tr>
 <td width="116"> </td>
 <td> </td>
 <td width="101">
 <table id="table2">
 <tr>
 <td><b><a href="http://www.arabwebtalk.com/">الويب العربي</a></b></td></tr>
 <tr>
 <td><b><a href="http://www.arabwebtalk.com/">الويب العربي</a></b></td></tr>
 <tr>
 <td><b><a href="http://www.arabwebtalk.com/">الويب العربي</a></b></td></tr>
 <tr>
 <td><b><a href="http://www.arabwebtalk.com/">الويب العربي</a></b></td></tr>
 </table>
 </td>
 </tr>
 </table>
 
 
 
 
 
 
 
			
			
			
			
			
			
			
			
            
            
                
           	
			
			
		 |