Jump to content

a lil help pls


kichique

Recommended Posts

There are many ways to do that and most are simple my site uses css to make those kind of menus but a easy way would to use frames like

<html> <head>  <title>My site</title> </head> <body>  <frameset cols='185, *' frameborder='no' border='0' framespacing='0'>   <frame name='menu' noresize scrolling='auto' src='menu.html'>   <frame name='body' noresize scrolling='auto' src='main.html'>  </frameset>  <noframes>   Your browser does not support frames  </noframes> </body></html>

Link to comment
Share on other sites

I think you're confused with the frames, on that site the scrolling menu is the Flash movie that you can scroll left and right with, and frames don't have anything to do with Flash.That menu was created in Flash, so if you want something that works like that one does, it would have to be in Flash. It might be possible to do something like that in Javascript, but it would be a pretty serious amount of code.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...