View Single Post
hypercells in Recent Posts Center block ?
Old
  (#1 (permalink))
gawins
Junior Member
 
Status: Offline
Posts: 3
Join Date: Apr 2003
Location: Radom/Poland
hypercells in Recent Posts Center block ? - 04-10-2003, 11:45 AM

It is posible to do hypercells efect ( onmouseover , onmouseout ) in Recent Posts Center block ? I am traing to do this but there is no efect . What i am doing wrong ?

Code:
<td align=\"center\" bgcolor=\"#d8d9eb\" onMouseOver=\"this.style.backgroundColor=\'#000000\' this.style.cursor='hand';\" onMouseOut=\"this.style.backgroundColor=\'#d8d9eb\';\">
   
Reply With Quote