473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

how do you do this????

I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear... how do you do this? (obviously
these are different drop-downs from the ones yo do in forms with the
<select> object..) I downloaded the code, and simply can't find the
code for this nav bar on this page.. it's mind-boggling to me... can
someone pls shed some light?? If I should be asking this in the
JavaScript ng or something pls let me know.. thank you very much..

Frances Del Rio
NYC

Jul 20 '05 #1
6 1714
Els
Frances Del Rio wrote:
I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear... how do you do this?


No dropdowns here...

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

Jul 20 '05 #2
Frances Del Rio wrote:
pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear...


Not on my browser (Mozilla Firefox), which does not bode very well for
the portability of the code.

--
Bertrand Mollinier Toublet
"Breathtaking C++, Amazing C99, Fabulous C90."
-- Greg Comeau
Jul 20 '05 #3
"Frances Del Rio" <fd***@yahoo.com> wrote in message
news:2h************@uni-berlin.de...
I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear... how do you do this? (obviously
these are different drop-downs from the ones yo do in forms with the
<select> object..) I downloaded the code, and simply can't find the
code for this nav bar on this page.. it's mind-boggling to me... can
someone pls shed some light?? If I should be asking this in the
JavaScript ng or something pls let me know.. thank you very much..

Frances Del Rio
NYC


You've probably already done this, but have a look at:

http://www.nj.com/dhtml/hnavbar_class/scripts/hData.js
http://www.nj.com/dhtml/hnavbar_class/scripts/hDHTML.js
Jul 20 '05 #4
On Fri, 21 May 2004 12:56:03 -0400, Frances Del Rio <fd***@yahoo.com>
wrote:
I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com...


It does not "work" without the "aid" of local script execution which in
fact makes the presentation useless on the www.

The URL you cited is MSIE-specific and does not allow itself to be
navigated in Mozilla, you go figure...

--
Rex
Jul 20 '05 #5
Ivo
"Frances Del Rio" wrote
I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear... how do you do this? (obviously
these are different drop-downs from the ones yo do in forms with the
<select> object..) I downloaded the code, and simply can't find the
code for this nav bar on this page.. it's mind-boggling to me... can
someone pls shed some light?? If I should be asking this in the
JavaScript ng or something pls let me know.. thank you very much..

Frances Del Rio
NYC


Not a wonder you couldn't find it. This page includes these files:
flash_detect.js, hGlobal.js, global.css, hDTHML.js, paper.css, hPosition.js,
hData.js (which specifies the contents of the (IEonly) dropdown menus),
hObject.js, hp.css, plus a total 121 images. I hope I haven't missed one. I
wouldn't take this site as an example of efficiency.
Ivo
Jul 20 '05 #6
Frances Del Rio wrote:
I know HTML really well (& CSS, JavaScript, DHTML..) but there's one
thing I still haven't been able to figure out how do do.. pls visit
www.nj.com -- roll mouse over where it says "Home, News+Biz, Local,
Sports", etc.. drop down's appear... how do you do this? (obviously
these are different drop-downs from the ones yo do in forms with the
<select> object..) I downloaded the code, and simply can't find the
code for this nav bar on this page.. it's mind-boggling to me... can
someone pls shed some light?? If I should be asking this in the
JavaScript ng or something pls let me know.. thank you very much..

Frances Del Rio
NYC


If you want descent drop-down navigation menus, then try Pure-CSS
menus [1]. If you're really worried about them working in IE, then take
a look at a hybrid CSS/JS menu system [2]. They're not perfect, but
with a little bit of work, by combining all the techniques in the 3
examples below, you can end up with quite a good menu.

[1] http://www.meyerweb.com/eric/css/edge/menus/demo.html
http://www.serve.com/apg/workshop/cssMenu.html
[2] http://devedge.netscape.com/viewsour...e-redesign-js/
Jul 20 '05 #7

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

Similar topics

4
by: James | last post by:
I have a from with 2 fields: Company & Name Depening which is completed, one of the following queries will be run: if($Company){ $query = "Select C* From tblsample Where ID = $Company...
5
by: Scott D | last post by:
I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If it is posted then just assign it to...
2
by: Nick | last post by:
Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep getting an "Undefined variable" error though... Form...
2
by: Alexander Ross | last post by:
I have a variable ($x) that can have 50 different (string) values. I want to check for 7 of those values and do something based on it ... as I see it I have 2 options: 1) if (($x=="one") ||...
0
by: Dan Foley | last post by:
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records...
5
by: Lee Redeem | last post by:
Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
5
by: christopher vogt | last post by:
Hi, i'm wondering if there is something like $this-> to call a method inside another method of the same class without using the classname in front. I actually use class TEST { function...
6
by: Phil Powell | last post by:
Ok guys, here we go again! SELECT s.nnet_produkt_storrelse_navn FROM nnet_produkt_storrelse s, nnet_produkt_varegruppe v, nnet_storrelse_varegruppe_assoc sv, nnet_produkt p WHERE...
1
by: Michel | last post by:
a site like this http://www.dvdzone2.com/dvd Can you make it in PHP and MySQL within 6 weeks? If so, send me your price 2 a r a (at) p a n d o r a . b e
11
by: Maciej Nadolski | last post by:
Hi! I can`t understand what php wants from me:( So: Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
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...

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.