m3mz
01-12-2005, 09:12 PM
whats the code for when u put ur cursor on a link, then the words flip?
|
View Full Version : cursor thing m3mz 01-12-2005, 09:12 PM whats the code for when u put ur cursor on a link, then the words flip? JiNgLeBeLLz77 01-12-2005, 09:46 PM try this... <style type="text/css"> a:hover { color:#000000; filter: flipv;} </style> |