gotfaith3
03-03-2003, 06:29 PM
okay.. have you ever seen when someone hovers over a link , the cursor changes... how can i do that?
|
View Full Version : and yet another question gotfaith3 03-03-2003, 06:29 PM okay.. have you ever seen when someone hovers over a link , the cursor changes... how can i do that? MaGiCSuN 03-03-2003, 06:31 PM Please search the forum before you ask: http://www.lissaexplains.com/css.shtml#stylecursor Love, Mirna gotfaith3 03-03-2003, 06:33 PM sorry :) gotfaith3 03-03-2003, 06:43 PM okay .. i need help with those css things. where do i put the code and what should it loook like... here is my page. (http://www.freewebz.com/gotfaith3/index.htm) i tried to put it in there but it just totally wiped out my WHOLE iframe... MaGiCSuN 03-03-2003, 06:50 PM I understand that you are just trying to understand this stuff. But lissa has a whole explination of this on her site that i gave you *just scroll up* You have to use this code: <style type="text/css"> <!-- A:hover { text-decoration: value; color:#000000; cursor:value } --> </style> and change the word "value" to anything that is given on the page i gave you (ALL the options are on that page) Place this code between the <head> and </head> tag. Hope this works. So delete the things that you tried before, and add the code above. You can add tons of these things to the links etc but just read that on http://www.lissaexplains.com/css.shtml Love, Mirna gotfaith3 03-03-2003, 06:51 PM i did look at it, but i didnt get it, bbut thanks anyways |