User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 392,324 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,797 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting

Scrollable Suckerfish Menus?

Join Date: Jul 2004
Location: Wales
Posts: 735
Reputation: DaveSW is on a distinguished road 
Rep Power: 6
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

Re: Scrollable Suckerfish Menus?

  #3  
Mar 6th, 2006
Some sample code without doctype: (coding in notepad on a uni computer, so missing all my usual assists!)

[HTML]
<html>
<head>
<title>hello</title>
<style type="text/css"><!--
ul ul { width: 100px; height: 4em; overflow: auto; }
--></style>
</head>
<body>
<ul>
<li>Hello <ul>
<li>subitem1</li>
<li>subitem2</li>
<li>subitem3</li>
<li>subitem4</li>
<li>subitem5</li>
<li>subitem6</li>
</ul></li>
</ul>

</body>
[/HTML]
Reply With Quote  
All times are GMT -4. The time now is 11:00 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC