Results 1 to 7 of 7

Thread: html-how to?

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    india
    Posts
    63

    html-how to?

    hello everybody,

    If you have seen microsoft site, when u move mouse over the links on left (under product families section) u get mouseover effect. Can somebody tell me how it is done and where can i get code for this. Is there better hover effect? Please tell me.

  2. #2
    Lively Member
    Join Date
    Sep 2001
    Location
    Western North Carolina
    Posts
    124
    pmsays

    you can find a lot of javascript already done on the i-net. Here is one good source; The Javascript Source .

    You can also right click on a page > view source. This will allow you to see what the coder has done to get those effects that you may be wanting. Be for warned though, a lot of the dynamic effects aren't done with plain jane HTML. Most are either javascript, java applets, or some other programming language. HTML doesn't really offer anyway to do this without the use of these higher languages.

    A good way to learn simple javascript is with one of the Sams Publishing - Teach Yourself Series

    Have Fun!

  3. #3
    Addicted Member
    Join Date
    Sep 2002
    Location
    Durham, NC, US
    Posts
    218
    I would suggest using CSS events for this type of work. It is so much easier than worrying with JavaScript.
    Travis, Kung Foo Journeyman

    Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
    Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    OSS: Mozilla, MySQL (Manual)

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    But CSS events are poorly supported by MSIE.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: html-how to?

    Originally posted by pmsays
    hello everybody,

    If you have seen microsoft site, when u move mouse over the links on left (under product families section) u get mouseover effect. Can somebody tell me how it is done and where can i get code for this. Is there better hover effect? Please tell me.
    Hi,
    The best site for JavaScript menus is DynamicDrive.com they have all sorts of menus. Check it out here.

    http://www.dynamicdrive.com/dynamicindex1/index.html

    Hope this helps.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  6. #6
    Addicted Member
    Join Date
    Sep 2002
    Location
    Durham, NC, US
    Posts
    218
    Originally posted by CornedBee
    But CSS events are poorly supported by MSIE.
    Oh, sorry. I figured since CSS2 was five years old it might be supported by the most widespread browser on the planet.

    People wonder why so much MS bashing goes on.
    Travis, Kung Foo Journeyman

    Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
    Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    OSS: Mozilla, MySQL (Manual)

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Originally posted by Travis G
    Oh, sorry. I figured since CSS2 was five years old it might be supported by the most widespread browser on the planet.

    People wonder why so much MS bashing goes on.
    That's what I'd figure too - but MS are lazy **************************s.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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