|
-
May 29th, 2003, 06:35 AM
#1
Thread Starter
Member
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.
-
May 29th, 2003, 07:43 AM
#2
Lively Member
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!
-
Jun 3rd, 2003, 12:29 PM
#3
Addicted Member
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)
-
Jun 6th, 2003, 06:22 AM
#4
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.
-
Jun 6th, 2003, 04:36 PM
#5
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 : 
-
Jun 10th, 2003, 10:54 AM
#6
Addicted Member
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)
-
Jun 10th, 2003, 01:35 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|