Results 1 to 2 of 2

Thread: Help With text effects!!!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Posts
    152

    Exclamation Help With text effects!!!!!

    I was just on a web page with this section on the left with navigation links, nothing big or out of the usual, but when i moused over the links, they changed in appearance, they changed in size, and underlined, after opening the source i found out that it was java script, how (detail please) do you do it? and where can i learn more about it, tutorials and such? below is the code i picked out:

    <style type="text/css">

    <!--

    A:visited {text-decoration: none;}

    A:hover {text-decoration: underline;}

    A:link {text-decoration: none;}

    A:active {text-decoration: none;}

    -->

  2. #2
    scoutt
    Guest
    has nothign to do with javascript. it is called CSS (Cascade Style sheets)

    I have a lot of tutorials on this subject.


    http://www.snippetlibrary.com/tutori...28&catname=Css

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width