Quick Drop-Down Question

I've got a CSS drop-down menu... All is functioning well,
EXCEPT:
I'd like users to be able to click on the main menu items to
go directly to pages. In other words, user can mouse over "About"
to make the submenu appear, or click on "about" to go directly to
about.php.
Any thoughts as to why this isn't happening?
This is my
site
Thanks!

Look near the top of the script for this line:
disablemenuclick: true, //when user clicks on a menu item
with a drop down
menu, disable menu item's link?
Change "true" to "false".
Al Sparber - PVII
http://www.projectseven.com
Fully Automated Menu Systems | Galleries | Widgets
http://www.projectseven.com/go/Elevators
"jasper24" <[email protected]> wrote in message
news:g2rov5$nkv$[email protected]..
> I've got a CSS drop-down menu... All is functioning
well, EXCEPT:
>
> I'd like users to be able to click on the main menu
items to go directly
> to
> pages. In other words, user can mouse over "About" to
make the submenu
> appear,
> or click on "about" to go directly to about.php.
>
> Any thoughts as to why this isn't happening?
>
>
http://growthagentsinc.com/ParisiHC/index.php
>
> Thanks!
>

Similar Messages

  • I am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    i am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    brilliant
    google chrome works where safari doesn't on my macbook air.  many thanks
    i now have an embarrassing qu.  have dowloaded spider solitaire (sad!) and i can't add cards at the bottom of a column for the same reason - the display cuts short.  i have tried to extend it with the arrows in the bottom corners but it makes no difference.  any ideas?

  • Dynamic Drop Down question

    I have a drop down that is populated from one of our
    tables... it's just a
    simple list of our store locations... in order by store
    location( each
    market )
    We have a total of 40 locations, corporate and 1 Distribution
    center
    Currently since Distribution is after all the locations that
    start with A
    and B they want to make the drop down a little more legible
    So they want to split the drop down into something like this:
    =====================
    Corporate
    Distribution Center
    Stores
    Austin Store#1
    Houston Store#2
    =====================
    Instead of this:
    Austin Store#1
    Dallas Distribution Center
    Houston Store#2
    Houston Corporate Office
    North Carolina Store#3
    =====================
    Reminder that the list is orderby location name, they want to
    split the list
    into 3 sections... ( corp, distro and stores )
    So without making any changes to my table since its
    maintained by another
    department and is already linked to a number of pages that
    are used to
    maintain and update..
    Is there any way to accomplish this? maybe something within
    my Store
    Procedure that is displaying the list?
    is this a question for the SQL newsgroup?
    ASP, SQL2005, DW8 VBScript

    That seems to have worked.. is that the best solution for
    this?
    Now i need to redo my validation to not allow the selection
    of ------------
    to be invalid selection...
    thanks for the suggestion...
    ASP, SQL2005, DW8 VBScript
    "TC2112" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    >
    > You can add a simple table to the database.
    >
    > Example: table name = tblLine
    >
    > In the table is one field, named Line.
    > There is just one record and the value in the field
    "line"
    > is -------------------
    >
    > Then just insert this after the second SELECT, right
    after WHERE Location
    > = 'Distribution Center'
    >
    > UNION ALL SELECT DISTINCT Line FROM tblLine
    >
    >
    > That will produce:
    >
    > Corporate
    > Distribution Center
    > --------------------
    > A
    > B
    > C
    > etc
    >
    > You can have your form validation return an error if the
    user actually
    > selects that line.
    >
    > Take care,
    > Tim
    >
    >
    >
    > "Daniel" <[email protected]> wrote in message
    > news:[email protected]...
    >> Thank you very much,
    >> This has gotten me closer..
    >>
    >> here is a few of the results
    >> Corporate Office
    >> Dallas Distribution Center - 90
    >> Atlanta/Kennesaw - 20
    >> Atlanta/Norcross - 21
    >> Atlanta/Stockbridge - 22
    >> Austin/Round Rock - 6
    >> Austin/South - 32
    >>
    >>
    >>
    >> Is there anyway to add a seperating line between the
    top 2 in the drop
    >> down and the stores like so?
    >>
    >> Corporate Office
    >> Dallas Distribution Center - 90
    >>
    >> ========================
    >> Atlanta/Kennesaw - 20
    >> Atlanta/Norcross - 21
    >> Atlanta/Stockbridge - 22
    >> Austin/Round Rock - 6
    >> Austin/South - 32
    >>
    >>
    >>
    >>
    >> --
    >> ASP, SQL2005, DW8 VBScript
    >> "TC2112" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>>
    >>> Perhaps something like this SQL statement in
    your recordset would help.
    >>>
    >>> This assumes that in your table the location
    names are in one field
    >>> (column) so there are 42 records (40 locations +
    corporate +
    >>> distribution)
    >>> This also assumes that the table in the database
    has the locations in
    >>> ascending order.
    >>>
    >>> For this example, the table is named tblCompany
    and the field with the
    >>> location names is named Location
    >>>
    >>> "SELECT DISTINCT Location FROM tblCompany WHERE
    Location = 'Corporate'
    >>> UNION ALL SELECT DISTINCT Location FROM
    tblCompany WHERE Location =
    >>> 'Distribution Center' UNION ALL SELECT DISTINCT
    Location FROM tblCompany
    >>> WHERE Location not like 'Corporate' AND Location
    not like 'Distribution
    >>> Center'"
    >>>
    >>> This will return Corporate, then Distribution
    Center and then all the
    >>> rest in ascending order excluding Corporate and
    Distribution:
    >>>
    >>> Corporate
    >>> Distribution Center
    >>> A
    >>> B
    >>> C
    >>> ..and so on.
    >>>
    >>>
    >>> Take care,
    >>> Tim
    >>>
    >>>
    >>>
    >>> "Daniel" <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>>I have a drop down that is populated from one
    of our tables... it's just
    >>>>a simple list of our store locations... in
    order by store location( each
    >>>>market )
    >>>>
    >>>>
    >>>>
    >>>> We have a total of 40 locations, corporate
    and 1 Distribution center
    >>>>
    >>>>
    >>>>
    >>>> Currently since Distribution is after all
    the locations that start with
    >>>> A and B they want to make the drop down a
    little more legible
    >>>>
    >>>>
    >>>>
    >>>> So they want to split the drop down into
    something like this:
    >>>>
    >>>> =====================
    >>>>
    >>>> Corporate
    >>>>
    >>>> Distribution Center
    >>>>
    >>>>
    >>>> Stores
    >>>>
    >>>> Austin Store#1
    >>>>
    >>>> Houston Store#2
    >>>>
    >>>> =====================
    >>>>
    >>>> Instead of this:
    >>>>
    >>>>
    >>>>
    >>>> Austin Store#1
    >>>>
    >>>> Dallas Distribution Center
    >>>>
    >>>> Houston Store#2
    >>>>
    >>>> Houston Corporate Office
    >>>>
    >>>> North Carolina Store#3
    >>>>
    >>>> =====================
    >>>>
    >>>> Reminder that the list is orderby location
    name, they want to split the
    >>>> list into 3 sections... ( corp, distro and
    stores )
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>> So without making any changes to my table
    since its maintained by
    >>>> another department and is already linked to
    a number of pages that are
    >>>> used to maintain and update..
    >>>>
    >>>>
    >>>>
    >>>> Is there any way to accomplish this? maybe
    something within my Store
    >>>> Procedure that is displaying the list?
    >>>>
    >>>>
    >>>>
    >>>> is this a question for the SQL newsgroup?
    >>>>
    >>>>
    >>>> --
    >>>> ASP, SQL2005, DW8 VBScript
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • SIMPLE DROP DOWN QUESTION

    I have a drop down list.
    <select>
            <option value "value1">one</option>
            <option value "value1">one</option>
    </select>in my JSP how do i get both value and the text using request.getParameter();
    thanks in advance.

    Me_me wrote:
    What I wanted to know was how do I get value (1) and the text (test)?You can't, the text is incidental and is what's supposed to be displayed for readability to the user. It should be flexible enough to change w/o affecting your code. For example, with I18N you should be able to simply show the text in different languages with the same functionality.
    The value is all that you should be concerned with, that's why it's called that. That's all that is submitted with the form and that's all that you can read.
    If you need both, you could concatenate them and put them into the value but then what's the point of your value in the first place if it's not complete? It would be bad practice.
    Why do you want both anyway? If you can explain that then maybe someone can give you a better suggestion.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://www.catb.org/~esr/faqs/smart-questions.html
    ----------------------------------------------------------------

  • My search bar is messed up after update. I want the old drop down menu back. I can't search for anything now. Firefox is absolutely useless to me now.

    Firefox software update appeared. I allowed it to be installed. It screwed up the search bar/box. I use to be able to click on the magnifying glass icon and ALL the search engine options would appear and I could easily chose one. It was easy. Now nothing. I cannot search anything through Firefox. Firefox is useless to me now, which means I have no computer. Do I have to go out and spend another $1000 to get a new computer? This is not right. You should not do this to a person. Not everybody is technically advanced as some of you are. Now I have no means of searching for anything using Firefox. I really liked Firefox. Now your software update messed me all up. So what am I supposed to do???????????????? IE is worthless. Not safe, not secure, can't trust it. Never works right. Can't even print out correctly. Firefox update should not have messed up my computer. I need to make searches and now I can't. I mean it, it really is not right. So, just for you so called brilliant Stanford types, when I click on the magnifying glass icon or the little, inverted triangle, there is nothing. The search bar is blank. Blank, blank, blank. No longer the quick drop down window with all the available search engine selections. Got it? That's why I've repeated myself. Have a real nice day!

    See this KB article to learn how the new Search Bar works - https://support.mozilla.org/en-US/kb/search-bar-add-change-manage-search-engines-firefox
    If you want the old Search Bar scheme back do this.
    Open up '''about:config''' ''(typed in the Location Bar)'' and toggle this preference to '''''false'''''
    '''browser.search.showOneOffButtons'''
    Then restart Firefox.

  • My MX-922 quick menu shows the scanner but no printer. It doesn't show up in the drop down in tools.

    MX 922 quick menu shows up as scanner but not as a printer. It doesn't show up in drop down menu in tools.
    So I can't print from Canon appications. Mac - Yosimite

    Hi COGO,
    You can try reinstalling the printer using the latest drivers from the Canon USA website to get the printer to show up in the Quick Menu.  Prior to reinstalling, please close the Quick Menu and restart your Mac.  Once your Mac is restarted, please click here to go to the Drivers and Software page for the PIXMA MX922.  Once on the initial download page for your model, please do the following:
    1. Verify that the operating system detected in the "OPERATING SYSTEM" drop-down menu is correct, and if it is not, please click the drop-down menu to select your operating system.
    2. Next, please click on the red arrow next to the "RECOMMENDED FOR YOU" section and click the CUPS drivers file. When you do, a red DOWNLOAD button will appear. Please click on the checkbox below the DOWNLOAD button, then click the red DOWNLOAD button to begin the download. The time for the download process may vary depending on the speed of your Internet connection and the size of the file being downloaded.
    Once you have downloaded the CUPS drivers file, please follow the steps above to also download all other items from RECOMMENDED FOR YOU and DRIVERS sections. If you plan on using the printer wirelessly, you will also want to download the Canon IJ Network Tool from the SOFTWARE section.
    Once all items are downloaded, please double-click on each of the items to install them on your Mac.  Please ensure that the IJ Network Tool is the last item installed. Once all items have been reinstalled, please open the Quick Menu.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Thanks to the super-users, and questions on backgrounds and drop-down menu

    Hi all.
    I've spent a fair amount of time perusing the archives, so I don't have to bother you all with the basic questions. Great thanks to Wyodor, Old Toad, Ethmoid and Cyclosaurus for their excellent and oft-repeated tutorials.
    With your help, I've figured out how to set up a personal domain name, modify my background image, and create a drop-down menu. (These were major accomplishments for a neophyte like me.) My primitive template can be seen here:
    http://www.monroekarate.org/dojo/Template.html
    And I am pretty happy with it. I have one problem, and one minor element that I'd like to fix.
    The drop-down menu was created following the excellent tutorial from the iWebfaq but I notice that although it looks perfect there is one malfunction. If you hover and try to select an element where there is no underlying content, it works fine. When you try to select a list item with underlying content, however, the drop-down disappears. Any idea why that happens or how I can fix it? I suppose I could just add a space buffer, but that is an inelegant solution.
    On a more trivial note, the background was actually supposed to be composed of two images. The top row was supposed to be a horizontal set of tiles (slightly darker in color) and the rest of the background was tiled in a second image, giving a gradient effect. I used the script Wyodor described here with repeat set to yes which gave me single-image tiling. Looks OK, but if I could get both sets of tiles used it would add substantial richness to the visual effect. Ideas?
    Thanks again for all your help to date, and thanks in advance for considering this issue!
    Cheers,
    Liam

    I appreciate your reply but those arrows were not the ones I was trying to describe. In the same box where you would type your web address on the far right is a small star and then next to it an arrow pointing down. If you click on this arrow, it normally drops down a list of the websites you commonly use. Or, if you are on a website ordering something, there might be a similar arrow that you need to select in order to choose which shipping you might want such as ground, next day air, etc., these are the kinds of arrows that are not working correctly now. Any ideas on these? Thanks for trying to help me.

  • This is my first use of this program. How do I remove a page break? How do line up my drop down box along side the text box on the left of it? The drop down is for a multiple choice answer for the question to the left.

    This is my first use of this program. How do I remove a page break? How do line up my drop down box along side the text box on the left of it? The drop down is for a multiple choice answer for the question to the left of each drop down.

    See McAfee support to find out how to disable that McAfee feature - that isn't part of the normal Firefox installation.

  • How do I select a item from a drop down list on a web in Safari On An. IPad 2.  The list apears and disapears só QuickClips I cannot TAP anything On The list Quickly enough.

    I tried to select an item from a drop down list on a web page in safari and discovered that the list disapeared to quickly for me to make a selection.  Has anyone else found this and solved the problem.  Many thanks.

    Demo wrote:
    I tried it on my iPad and I see what you mean. From what I can see when I go to the site on my Mac, it is Flash based and that will not work anyway.
    Actually, it is Javascript and uses the 'onmouseover' event.

  • Security Questions from a Select List or Drop down Service Provider Edition

    Hello,
    Can we fetch security questions from the drop down or a select list in Service Provider Edition. We have a requirement to select multiple security questions during registration.
    Please advise.
    Regards
    Vinod

    HI
    Welcome to the Forum...
    You cannot put all the values in a single parameter field so you need to select each field for each parameter...
    Better you post it in this link for more reponses:
    Reporting and Printing

  • Drop-down manu question

    Hi all,
    I've created a custom tag that automatically gets all the records of a
    database and builds up a html type drop-down menu containing all the
    possible choices for a user.
    Our client would like to quickly select an option by typing the first few letters of the selection and continuing by using the mouse.
    Example if we have the following options:
    ant
    bird
    cat
    dog
    lion
    monkey
    own
    tiger
    If the client types first c then cat is selected. He would like to type
    now
    a, and cat to continue to be selected, but the drop-down menu moves to
    ant,
    ie. it always goes to the top selection of the first letter typed.
    Is there any way around?
    Thanks in advance.
    Trajano

    Hi
    I think there is some add button(shift or alt) wich you have to use when you choosing the letters.Try that,i hope it will help you
    Yulian

  • Quick Cluster no longer appears in drop down lists

    I haven't changed any settings, one day my cluster just disappears off all the lists it used to appear in (selecting which cluster to use in Compressor, Compressor Droplets and Shake)
    Now all that shows is "My Computer".
    The QuickCluster wasn't anything special, it was just a local cluster with 16 instances (all on my own computer) to take advantage of the many cores in my machine, unlike My Computer which runs a single thread and uses only an eighth of my available processing power.
    Reinstall? Something backend? Force Refresh somewhere I'm unfamiliar with?
    I've had my fair share of Qmaster/Compressor problems in the past, but this time I'm not having any trouble finding my cluster in Qadministrator, my Qmaster System Prefs aren't greyed out or anything, the only thing I can think of is my recent update to 10.6.3, but I can't be sure that was the trigger.

    Do you have any issue with just creating a regular cluster? instead of a quick cluster? it's not hard and much more reliable. Follow the steps below (this was originally written for multiple computers so if something references multiple computers, sorry- I did my best to edit my previous post to somebody else)
    Stop All services in the Qmaster Prefs window.
    Under the "setup" tab, Click the middle Bubble "Services and cluster controller". In the "services" section next to compressor check both "share" and "managed" boxes. Options for selected services, click and set as high (or low) as you want. More = Faster, Less = slower but sometimes more stable depending on your RAM.
    In the advanced tab, delete files older than : 7 days should suffice unless space is a problem. make it smaller.
    Reset the services by holding option and clicking the "start services" and then hit ok on drop-down warning that will show up. Release option and click "Start Sharing".
    Open "Apple Qadministrator". On the upper-left field are the actual Clusters (shouldn't be anything there). click the "+" symbol and create a cluster, Name it whatever you want. On the lower field (Qmaster Service Browser, May be hidden, just click the grey triangle to the left to drop down the field) there should be a list of the computers you have available to cluster. Click on the cluster you just created, Select all the computer in the Qmaster Service browser, and drag it into the upper right field, anywhere in the rectangle. The outer edge should highlight with a thick black bar. release and the computer should move into that field and out of the Qmaster Services Browser.
    Click on the "Controller" drop-down menu and Select the controller. When you hit Apply, the "Storage:" Field (directly under the "Controller" drop-down box) should change to reflect the storage location you set in the Qmaster Preferences. When you do this, you have created a cluster.
    When you send out of compressor - make sure you are either sending Quick time reference files (you shouldn't have any issues with that) or quicktime self-contained files.
    You CANNOT "Export to compressor..." from final cut. You CANNOT have your timeline open and do the usual "file>export>using compressor...". You MUST export a QuickTime reference (faster by only using render referenced files. THE TIMELINES MUST BE FULLY RENDERED, option+R instead of Cmd+R) or QT Self-Contained File (slower but more reliable as every frame is rendered. This can triple your time).
    It's an extra step up front, but the transcoding time is SIGNIFICANTLY faster - and you can continue working in final Cut on other projects.
    Let me know if you need further assistance.

  • Sequence question drop-down list gets hung up on punctuation

    I'm making a sequence question. In drag-and-drop mode, it
    works fine. But in the drop-down list mode, it breaks. In other
    words, even if it is displaying correctly, it is "wrong" when the
    enduser tries to sequence the choices.
    I assume that this is because one of my items has punctuation
    in it.
    It's a person's name, so it looks like this:
    Lastname, FirstInitial.
    Or it could be even two people:
    Lastname, FirstInitial. & Lastname, FirstInitial.
    Is there a way to escape the commas and periods? (I'm willing
    to give up on ampersand!) Use ASCII, escape ActionScript or
    JavaScript? I'm not likely to solve the problem by experimenting,
    so I'm wondering if someone else has figured this out. THANKS.
    (I tried searching the forum, but searching does not seem to
    be working for me)

    I can't help you with this myself as I've not done it but there are quite a few tutorials kicking around the net.
    Simple ODBC Connections in Adobe LiveCycle:
    http://www.youtube.com/watch?v=C56_Cz-aE0c
    Connecting a form to a database:
    http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/
    Database connected forms:
    http://acrobatusers.com/tutorials/database-connected-forms

  • C5.5 Issue with color/colour in matching question drop down list

    Hi is there a way to change the colour of the letters that appear in the drop down lists for a matching question in 5.5?
    I'm using white text on a grey background for my quiz slides, which is nice and easy to read, but then in the preview the letters in the drop down appear as white text on a white background. I can't see a way to change the font in the drop down back to black (as it is on my editing view), without also changing the colour of the answer text.
    Is there a way to change this?
    I've just tried covering the lists over with a chunk of background image - so that the user doesn't even know they're there, but the quiz slide has ordered the image behind the lists.
    Failing there being a way to change the colour, is there a way to have a matching slide without a drop down list at all?
    Thanks for reading
    Lynn

    Hi Shekhar
    Thanks for the extra info - I'd tried changing the properties and using the object style manager before, but hadn't considered using them together.
    This time, I followed your advice and:
    I set the colour for 'Matching entries' to black in the object style manager
    Then went into each column 1 entry and set the text to white
    The result was white text in the column, with black in the list. Much better than before!
    However, when I changed the text in column 2 to white, the list entries became white as well.
    After a lot of experimentation, I've discovered that if you just select the text object and change the colour, you change all the text including the lettering and numbering of the answer - this changes the list colour.
    If you change the text in the answer by highlighting it, this doesn't affect the lettering/numbering, however it still changes the drop down
    To leave the drop down the right colour you need to change the answer colour by highlighting first, but, and the order is vital, you need to insert a space between the letter/number and the answer text first.
    So, the end result I have is that the column 1 text is the right colour, the column 2 text is the right colour and the text in the drop down is the right colour. Unfortunately the lettering for the column 2 answers has to stay the same  as the letters in the drop down list, so they don't show up brilliantly (black on a dark grey background), but it's a massive improvement on the invisible list I had before!
    Thanks again!
    Lynn

  • When trying to download an APP, it's requesting answers to 3 security questions and it hangs up the iPad when clicking the drop down for the questions...any ideas?

    When trying to download an APP, it's requesting setup for answers to 3 security questions and it hangs up the iPad when clicking the drop down for the questions...any ideas?

    Had to do a hard reboot on the iPad and we were able to get the questions to pop up. Now it's just slow downloading the apps.

Maybe you are looking for

  • ERROR:  cannot find information from the FND_FORM_FUNCTIONS table

    Hi, I am in CU2, i have created my project, set the right responsibility in Project property panel of my Jdeveveoper. When i run the first page all is ok, but if i click on a h-grid link , i receive the following error: "Your system has not been prop

  • System Preferences Immediately Quits

    Every time I try to open the desktop/screensaver icon in system preferences it causes the program to immediately quit. I can open up all other icons in system preferences except this one. I have one of my pictures from iphoto as my desktop and have u

  • Purchase or wait ??

    I have been patiently waiting for ilife 08 as I really want to start to get my bands website looking more professionally ( I only have ilife 05 and have been using the foc package NVU ) and then I discovered I also need OS 10.4 onwards ( I still have

  • I only get the Artists tab in music app everything else is missing.

    I only get the Artists tab in music app everything else is missing.

  • File level clone of boot drive leaves extra folders, can I remove or hide?

    I made a file level drive clone with DiskUtility and then again with Carbon Copy Cloner (to confirm behavior) in preparation to go from 10.5.1 to 10.5.2 and found extra folders on the new copy. dev home net These folders are in addition to the usual