473,799 Members | 3,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Horizontal CSS drop-down menu?

Does anyone have a recommendation on an AWESOME (free) horizontal drop-down
menu using DTHML? I'm not using VS 2005 yet.

Thanks.

Amil
Nov 24 '05 #1
4 2412
Hi Amil,

You can try the Ultra Menu at http://www.otbtechsystems.com , horizontal and
vertical. Includes all the source code too. Written in VB.Net. Good luck!
Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Amil" <am********@hot mail.com> wrote in message
news:Of******** ******@TK2MSFTN GP14.phx.gbl...
Does anyone have a recommendation on an AWESOME (free) horizontal drop-down menu using DTHML? I'm not using VS 2005 yet.

Thanks.

Amil

Nov 24 '05 #2
Good menu but is it databse driven?
"Ken Dopierala Jr." <kd*********@wi .rr.com> wrote in message
news:uz******** ******@tk2msftn gp13.phx.gbl...
Hi Amil,

You can try the Ultra Menu at http://www.otbtechsystems.com , horizontal and vertical. Includes all the source code too. Written in VB.Net. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Amil" <am********@hot mail.com> wrote in message
news:Of******** ******@TK2MSFTN GP14.phx.gbl...
Does anyone have a recommendation on an AWESOME (free) horizontal

drop-down
menu using DTHML? I'm not using VS 2005 yet.

Thanks.

Amil


Nov 24 '05 #3
Hi Patrick,

No it isn't. That is a good idea though, wouldn't need to store as much
data in the HTML then and it could be much more dynamic. Ken.

"Patrick.O. Ige" <pa********@opt usnet.com.au> wrote in message
news:uj******** ******@tk2msftn gp13.phx.gbl...
Good menu but is it databse driven?
"Ken Dopierala Jr." <kd*********@wi .rr.com> wrote in message
news:uz******** ******@tk2msftn gp13.phx.gbl...
Hi Amil,

You can try the Ultra Menu at http://www.otbtechsystems.com , horizontal

and
vertical. Includes all the source code too. Written in VB.Net. Good

luck!
Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Amil" <am********@hot mail.com> wrote in message
news:Of******** ******@TK2MSFTN GP14.phx.gbl...
Does anyone have a recommendation on an AWESOME (free) horizontal

drop-down
menu using DTHML? I'm not using VS 2005 yet.

Thanks.

Amil



Nov 24 '05 #4
Yes Ken.
But its still useful anyway.
Thanks

"Ken Dopierala Jr." <kd*********@wi .rr.com> wrote in message
news:us******** ******@TK2MSFTN GP14.phx.gbl...
Hi Patrick,

No it isn't. That is a good idea though, wouldn't need to store as much
data in the HTML then and it could be much more dynamic. Ken.

"Patrick.O. Ige" <pa********@opt usnet.com.au> wrote in message
news:uj******** ******@tk2msftn gp13.phx.gbl...
Good menu but is it databse driven?
"Ken Dopierala Jr." <kd*********@wi .rr.com> wrote in message
news:uz******** ******@tk2msftn gp13.phx.gbl...
Hi Amil,

You can try the Ultra Menu at http://www.otbtechsystems.com ,
horizontal and
vertical. Includes all the source code too. Written in VB.Net. Good

luck!
Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Amil" <am********@hot mail.com> wrote in message
news:Of******** ******@TK2MSFTN GP14.phx.gbl...
> Does anyone have a recommendation on an AWESOME (free) horizontal
drop-down
> menu using DTHML? I'm not using VS 2005 yet.
>
> Thanks.
>
> Amil
>
>



Nov 25 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
7159
by: Fabian | last post by:
Is there a way to hiode the horizontal (but NOT the vertical) scrollbar? -- -- Fabian Visit my website often and for long periods! http://www.lajzar.co.uk
7
3190
by: addled | last post by:
Hi there, after reading posts here for a few months, I've built the courage to see if someone can see where I"m going wrong in the webpage I've been working on. In particular the horizontal nav bar accross the top of the page. viewd here http://foundations.port5.com/currprojects/babylon.html I am running win XP and have tested in both Avant (MSIE) and Opera 7.23 the result is a different problem in each.
2
3319
by: Dan V. | last post by:
Why is there a large space before the background image (horizontal orange line under top NAV horizontal CSS list buttons) in Internet Expolorer 6 only? http://www.officeactivate.com/fish Thanks,
2
2889
by: Nishant | last post by:
I have a combo box with a horizontal scroll bar. (Used SetHorizontalExtent) The dropdown with horizontal scroll bar works fine when I have more items in the dropdown list. However when the number of items is less, the horizontal scroll bar comes over the last item. If there is only one item, I am not able to see that item because of Horizontal scroll.
14
5421
by: Dave | last post by:
My web site is not particularly theme-based, but it contains an Art Gallery I'd like to display in a different perspective. I would like to horizontally scroll it, rather than vertically - as if the viewer is virtually "walking" through the gallery. I'm just attempting this to have this part of the page be different. Is horizontal scrolling okay, or will it throw our browsers into chaos and viewers into insanity? If horizontal scrolling...
1
9362
by: malpani.abhijit | last post by:
Hi, I am having a ListView component in my WinForm, when i add some images into it, it gives me a vertical scroll bar. What i want is, the horizontal scrollbar instead of vertical. Is there any way to hide the vertical scrollbars and display horizontal scrollbars?
3
5962
by: j0rd4n | last post by:
I have a user control that needs to allow vertical scrolling but not horizontal scrolling. In the user control's resize event, I need to adjust the size of all the children controls. For this to work correctly, I need the AutoScroll to not enable the horizontal scrollbar. After researching MSDN, I found the HScroll which can be used to disable horizontal scrolling when the AutoScroll mode is enabled. However, when I disable HScroll,...
5
13814
by: Romulo NF | last post by:
Greetings, I´m back here to show the new version of the drag & drop table columns (original script ). I´ve found some issues with the old script, specially when trying to use 2 tables with drag&drop on the same page (which was not possible). Now i´ve a new concept of the script, more object oriented. I´ve also commented the whole code so you guys can easier understand it engine. What exactly we need when trying to make a column drag &...
1
3515
by: Red Head | last post by:
Hello :) I would like to have an horizontal image list where you can drag and drop the images to reorder them (like slide reorder in powerpoint, but then in an horizontal way) so i had a look to this article: http://www.codeproject.com/KB/miscctrl/LVCustomReordering.aspx and a set scrollable to false, so that al itemes were arranged horizontaly but the reordering doesn't work
0
1535
by: johnperera87 | last post by:
Well, This question is regarding to C# code sobel horizontal Edge detection. I have some images to detect the horizontal lines. There are other noise pixels as well. Once I have implement sobel horizontal algorithm it detects other pixels as horizontal lines. Also I have applied noise removing filters to remove other pixels. What i need is, detect the long horizontal line except for other pixels. Any idea to detect the line?
0
9541
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10251
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10228
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10027
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.