Back | Reverse | Quick Reply | Post Reply |

creating js submenu w/ gif buttons
Link | by KeLRei on 2006-06-27 06:34:00 (edited 2006-06-27 06:36:50)
help me. please tell me or give me a site regarding on how to make vertical navigation submenu w/ gif buttons

_____________________________________________________________
The Goddess of Cresent Blue Moon whisper in our dreams saying:
"
SEEK us... FIND us... KNOW us... and walk in the PATH between the silence of the two worlds"
[SEE YOU IN THE NEXT WORLD!]


Re: creating js submenu w/ gif buttons
Link | by KeLRei on 2006-06-27 06:59:51 (edited 2006-06-27 07:00:20)
pls help me. i know you(moderator) know how. i really need to know it right now and your the only one who can help me. ty "_V

_____________________________________________________________
The Goddess of Cresent Blue Moon whisper in our dreams saying:
"
SEEK us... FIND us... KNOW us... and walk in the PATH between the silence of the two worlds"
[SEE YOU IN THE NEXT WORLD!]


Re: creating js submenu w/ gif buttons
Link | by gendou on 2006-06-29 21:38:40
(please avoid bumping your own threads...)

a vertical navbar with gif buttons?
thats simple enough.

your document.body will have 2 elements in it: navbar and content.
both are div elements.
in the navbar, you may wish to use an unsorted list populated by list items.
or, you could simply have a bunch of img elements with br's after them.
the later may be easier.

here is an example:
... <body>
   <div id="navbar">
      <img src="/images/button1.gif" alt="button1" />
      <img src="/images/button2.gif" alt="button2" />
      <img src="/images/button3.gif" alt="button3" />
      ...
   </div>
   <div id="content">
      ...
   </div>
</body> ...



Re: creating js submenu w/ gif buttons
Link | by KeLRei on 2006-07-02 20:46:56 (edited 2006-07-02 20:57:13)
mr. ikari gendou, tenx but i already know that. i need to the submenu (like your drop down menu but in vertical and w/ gif). i found many javascript codes but i cant convert it to a gif submenu.
pls help me. "_V

_____________________________________________________________
The Goddess of Cresent Blue Moon whisper in our dreams saying:
"
SEEK us... FIND us... KNOW us... and walk in the PATH between the silence of the two worlds"
[SEE YOU IN THE NEXT WORLD!]


Re: creating js submenu w/ gif buttons
Link | by gendou on 2006-07-02 20:56:15
you can do it with CSS, use my menubar as an example.


Re: creating js submenu w/ gif buttons
Link | by KeLRei on 2006-07-06 04:58:35
report to gendou- your navbar is changing depending on the size of your window.

_____________________________________________________________
The Goddess of Cresent Blue Moon whisper in our dreams saying:
"
SEEK us... FIND us... KNOW us... and walk in the PATH between the silence of the two worlds"
[SEE YOU IN THE NEXT WORLD!]


Re: creating js submenu w/ gif buttons
Link | by czetsuya on 2006-07-06 23:17:47
by the way gendou is it really through that using a div in a web page provide a faster loading time compared to table? i heard it from one of our professor. but div is hard to format hehehe. :-).

http://czetsuya-travel.blogspot.com

Re: creating js submenu w/ gif buttons
Link | by gendou on 2006-07-07 13:49:05
this is most often true, but it depends on the implementation of your browser.
firefox seems to have no trouble with large tables, or divs.
IE is slow at rendering tables, and so is netscape.
(this is from my personal observations a few years ago, things may be different in newer versions)


Re: creating js submenu w/ gif buttons
Link | by psoplayer on 2006-07-08 12:27:29
Well, considering how now, IE is about to have version 7 released, that may change for it, and the latest version of Netscape now uses your choice of the Firefox engine or the IE engine to render pages (and quickly switch between the two!), I'd say things have probably changed a little.


Back | Reverse | Quick Reply | Post Reply |

Copyright 2000-2025 Gendou | Terms of Use | Page loaded in 0.0010 seconds at 2025-09-25 02:12:55