Welcome Guest ( Log In | Register )




                Web Hosting

3 Pages V   1 2 3 >  
Reply to this topicNew Topic
How Do U Make A Slide Show Menu With Javascript
wannabeeaweak
post Sep 30 2004, 02:08 AM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 71
Joined: 24-September 04
From: Los Angeles, CA
Member No.: 830


who do u make a slide menu i need one for html or in javascript or something close?

This post has been edited by microscopic^earthling: Apr 19 2005, 01:30 PM
Go to the top of the page
 
+Quote Post
marijnnn
post Sep 30 2004, 12:58 PM
Post #2


Premium Member
Group Icon

Group: [HOSTED]
Posts: 336
Joined: 22-September 04
Member No.: 798


you search google for one smile.gif
try searching for 'free dynamic menu html' or something like that

best pick one that uses javascript & css, not one that uses vbscript, because that won't work on half of the browsers.
Go to the top of the page
 
+Quote Post
lhunath
post Oct 13 2004, 10:05 AM
Post #3


Premium Member
Group Icon

Group: [HOSTED]
Posts: 224
Joined: 13-October 04
From: Belgium
Member No.: 1,160


I'd use CSS since JavaScript is evil.

HTML:
HTML
<div id="menu">
I am a very kewl menu xD.
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
</div>

Neat html, to the basics, structural only, as it should be.

CSS:
CODE
#menu {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 width: 0;
}
 #menu:hover {
   overflow: visible;
 }


CSS to the point. Yet, guess what, IE is a spawn from hell which doesn't apply this without Dean Edwards' IE7 patch

~lhunath
Go to the top of the page
 
+Quote Post
rapco
post Oct 13 2004, 09:04 PM
Post #4


Premium Member
Group Icon

Group: Members
Posts: 292
Joined: 26-September 04
From: Bogotá, Colombia
Member No.: 868


When i was building html pages.. i tried out Dhtml menu builder and Xara Menu builder.. and.. we.. THEY'RE GREAT!!!!!!!!!!!

Yeah, you may find code to build an easy customizable menu, but when you're giving a service, like a webpage, you soulh think about grafic design too...

Download the demos, you may like 'em too..


DHTML Menu Builder
www.dhtmlmenubuilder.com

Xara Menu Maker
www.xara.com/products/menumaker/
Go to the top of the page
 
+Quote Post
spacewaste
post Oct 13 2004, 09:13 PM
Post #5


Premium Member
Group Icon

Group: Members
Posts: 385
Joined: 13-October 04
From: Ontario
Member No.: 1,175


Look for a java or a ccs I prefer java but ccs is much more udnerstandable and easier to work with but meh its up to you
Go to the top of the page
 
+Quote Post
spacewaste
post Oct 13 2004, 09:14 PM
Post #6


Premium Member
Group Icon

Group: Members
Posts: 385
Joined: 13-October 04
From: Ontario
Member No.: 1,175


QUOTE (lhunath @ Oct 13 2004, 06:05 AM)
I'd use CSS since JavaScript is evil.

HTML:
HTML
<div id="menu">
I am a very kewl menu xD.
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
<a href="link.html">Linky</a>
</div>

Neat html, to the basics, structural only, as it should be.

CSS:
CODE
#menu {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 width: 0;
}
 #menu:hover {
   overflow: visible;
 }


CSS to the point. Yet, guess what, IE is a spawn from hell which doesn't apply this without Dean Edwards' IE7 patch

~lhunath
*

BLAH iE is not a spawn from hell its a loveable internet program that can be used by any skill level
Go to the top of the page
 
+Quote Post
lhunath
post Oct 13 2004, 10:21 PM
Post #7


Premium Member
Group Icon

Group: [HOSTED]
Posts: 224
Joined: 13-October 04
From: Belgium
Member No.: 1,160


QUOTE (spacewaste @ Oct 13 2004, 11:14 PM)
BLAH iE is not a spawn from hell its a loveable internet program that can be used by any skill level
*

Actually, it's an ok browser, my reaction may have been a bit extreme, but that's caused by the extreme problems it causes. It's what keeps web technology from evolving to a next level. Because of IE, we're stuck in the old things, XHTML, CSS 2&3, etc, have no chance. They're absolutely amasing technologies and stunningly beautiful, but because IE is not being updated and doesn't support these, or supports them very buggily, they cannot evolve. And the web becomes outdated.
Go to the top of the page
 
+Quote Post
spacewaste
post Oct 14 2004, 04:13 AM
Post #8


Premium Member
Group Icon

Group: Members
Posts: 385
Joined: 13-October 04
From: Ontario
Member No.: 1,175


QUOTE (lhunath @ Oct 13 2004, 06:21 PM)
Actually, it's an ok browser, my reaction may have been a bit extreme, but that's caused by the extreme problems it causes. It's what keeps web technology from evolving to a next level. Because of IE, we're stuck in the old things, XHTML, CSS 2&3, etc, have no chance. They're absolutely amasing technologies and stunningly beautiful, but because IE is not being updated and doesn't support these, or supports them very buggily, they cannot evolve. And the web becomes outdated.
*

Ahhh touche...You got a point there maybe microsft should give a little more support instead of continuously coming out with sp's and os's...
Go to the top of the page
 
+Quote Post
lhunath
post Oct 14 2004, 07:07 AM
Post #9


Premium Member
Group Icon

Group: [HOSTED]
Posts: 224
Joined: 13-October 04
From: Belgium
Member No.: 1,160


QUOTE (spacewaste @ Oct 14 2004, 06:13 AM)
Ahhh touche...You got a point there maybe microsft should give a little more support instead of continuously coming out with sp's and os's...
*

Exactly, but it doesn't look like that's about to happen now that they discontinued Internet Explorer. We can only hope and pray that the browser integrated in Longhorn will have some decent support, but frankly, I'm quite certain that it'll only be a complete disapointment. Therefore, go Opera, and go Mozilla. The only way to make the web do what it can do optimally, is to have competition. I wouldn't wish for Opera to be the strongest (90% market share) because any company in that position will eventually fall in Microsoft's attitude. And dominate the web and it's rules. We need a constant struggle. Browser wars are healthy. wink.gif
Go to the top of the page
 
+Quote Post
spacewaste
post Oct 14 2004, 02:30 PM
Post #10


Premium Member
Group Icon

Group: Members
Posts: 385
Joined: 13-October 04
From: Ontario
Member No.: 1,175


QUOTE (lhunath @ Oct 14 2004, 03:07 AM)
Exactly, but it doesn't look like that's about to happen now that they discontinued Internet Explorer. We can only hope and pray that the browser integrated in Longhorn will have some decent support, but frankly, I'm quite certain that it'll only be a complete disapointment. Therefore, go Opera, and go Mozilla. The only way to make the web do what it can do optimally, is to have competition. I wouldn't wish for Opera to be the strongest (90% market share) because any company in that position will eventually fall in Microsoft's attitude. And dominate the web and it's rules. We need a constant struggle. Browser wars are healthy. wink.gif
*

indeed browser wars are healthy and what did you say about discontinuing explorer sad.gif i didn't here about that damnit.... now i think I might go back to mozilla like on my linux os sad.gif sighs and just when I started liking microsoft they go and kick me when my back is turned
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   23 Ed :P 3,526 Yesterday, 09:17 PM
Last post by: Trubl3z
No New Posts   5 Feelay 49 7th January 2009 - 05:29 PM
Last post by: khalilov
No New Posts   8 vizskywalker 4,772 7th January 2009 - 03:11 AM
Last post by: iG-Waseem
No New Posts   6 Orca239 866 31st December 2008 - 09:29 AM
Last post by: mastercomputers
No new   33 ebbinger_413 6,298 24th December 2008 - 08:20 PM
Last post by: iG-madmaz
No New Posts  
Topic has attachments