Add JS dropdown to the existing site?

Hello

The image below is a site that was designed by another company.  The owner wants me to start doing updates for her, and one thing he would like to is to add some kind of drop-down list in the main navigation elements (seen in green circle).

Anyone have any ideas or suggestions on how I can do this in JS without messing up the design of the existing site?  One thing I don't like is that if you add the drop-down list, it kind of covers the large photos as if he dropped down this will cover this girl's face.  All the suggested ideas.

Thanks, Guy deaf

headers.jpg

Certainly do in CSS.  It is already half started for you.  If you want a drop-down list there are a few things to keep in mind.  The top level of a menu drop-down should not go anywhere or go to an empty anchor tag "#".  Then, create your drop-down menu in the structure of the ul as:

  • toplevel
    • toplevel-sub-element
    • Sub item2

This is a very simplistic example.  Then do you things in css like:

UL ul {opacity: 0; visibility: hidden ;}}

Li: hover > ul {opacity: 1; visibility: visible ;}}

Once again, very simplistic.  Depending on the size of the text, I almost consider however a more sensitive menu design because this text is very small for click mobile.

Tags: Dreamweaver

Similar Questions

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • Add an Image to the existing document

    Hai

    I'm new to Indesign JavaScript. I want to add an image to the existing indesign document. When I add an image to the page, it is placed above the text. But I need, when I add an image to x = 0, y = 0 if no text already there it should be placed after the image.is it possible?

    Code:

    myPage.place (myGraphicFile, [0,0]), where myPage = app.documents.item (0).pages.item (0); If any text in 0,0 TI should be placed after the image.

    Thanks in advance

    Hi Kumar

    U just needs to assign textWrap to this image.

    App.Selection [0].textWrapPreferences.textWrapType = TextWrapTypes.JUMP_OBJECT_TEXT_WRAP;
    App.Selection [0].textWrapPreferences.textWrapOffset = ["1 p","0p","1 p", "0p"];

  • Running Firefox 18.0.1 and FoxTab will add is no longer the best sites - all solution

    Since the last update is no longer favorite to FoxTab Environnement sites. The option when I right click, but nothing happens. It is a desktop running Windows 7 64 bit computer. I am also having the same problem on my laptop which is running the same OS

    I can't foxtabs to work. Nothing happens when I add a site to the Top Sites, and when I open Foxtabs, there are words and icons in a "jumble" at the bottom left of the screen. I'm running a Vista 64-bit. Also, I have a laptop with XP where Foxtabs works perfectly...

  • Windows Media Player-how add audio files to the existing selection

    Editing of existing playlist in Player 12 - great pain

    In previous versions of media player, I could drag a song to a windows explore Panel directly in a playlist. so adding media was a nod to a playlist. Now, you must open it in the game Panel, add media, and you MUST CREATE a NEW NAME FOR THE list of READING which is ABSURD! In other words you can not change the playlist, click SAVE, and the playlist that you work is registered. You should always create a NEW name. What I do is add a '1' to the old name, create the NEW name, and then I have to go back and remove the old list. Once again. It is ridiculously heavy. Can Microsoft fix this? Everyone is significant pain is?

    Original name? If you change an unregistered playlist, then it doesn't have a name yet. It is quite normal that you must enter a name when you click on save the list for the first time. The next time you save, you will not have to enter a name more (because then it's not playlist not registered).

  • How to add code affiliated with the Web site created in Muse

    Can someone guide me... . How do I add the code to the Web site created in adobe affiliate marketing muse.

    Hello

    Place the code in the HTML body (I mean within the page) you can use the object > insert HTML code.

    If you want the code to be in the head section just right click on the page > go to the properties of the page > metadata > and paste the HTML code for the head.

    Kind regards

    Ankush

  • HOW to add an attribute to the existing node?

    Hello

    I have a question - is possible to add a NEW attribute to existing xml node registered in xmltype?

    I found no such a possibility.

    I need to use the update! :)

    I have: < tag > < tag2 / > < tag / >

    I want to have < tag value = 1 > < tag2 / > < tag / >

    THANKS IN ADVANCE! :)

    With insertChildXML:

    SQL> with t as (
      2    select xmltype('') doc
      3    from dual
      4  )
      5  select insertChildXML(doc, '/tag', '@value', 1)
      6  from t
      7  ;
    
    INSERTCHILDXML(DOC,'/TAG','@VA
    --------------------------------------------------------------------------------
    
     
    

    Alternatively, in 11.2.0.3, updated XQuery:

    select xmlquery(
    'copy $d := $doc/tag
     modify ( insert node attribute value {$val} into $d )
     return $d'
     passing t.doc as "doc"
           , 1 as "val"
     returning content
    )
    from t
    ;
    
  • Faced with the existing site of image editing.

    I tried to upload a picture on my site. The first Dreamweaver said the image was not in the root folder, and when I tried to save it, it wouldn't save. All records now very well, but the image does not appear online. There is an empty space where the image should be, and it behaves as if there is a picture there (I can right-click and get a Save Image option under), but no picture.

    I use a Macbook Pro running 10.9.5 (OS X Mavericks) and CC of Dreamweaver. The site is hosted by my University, and I have access and logged on to the server. When I "get" the site, the image shows, and I don't get an error to his subject when I "put" site.

    Any ideas?

    You can download in the wrong place.

    If you have correctly set Site in DW, your local file structure must be identical to the structure of files from the server.

    Connect to your site in the window files, then press the icon of development (far-right in the toolbar of the window files). When the remote site view and juxtaposed local sites they match?

    If so, it might be a problem of case structure. Your local operating system is not case sensitive, then a file named MyImage.jpg when will come your points to myimage.jpg. On a server, MyImage.jpg and myimage.jpg are two separate files (in most cases) so a link with a structure dealing mismatched don't pull the image up.

    Without seeing the site, those are first conjecture.

    Could you post a link?

  • Is that we can add a column to the existing index

    Hello

    I did some research but I just want to get some clarification

    I have an index create index n1 on emp (comm);

    now I want to add a sal column in this index n1, an option is droping and create the index, can we just add a column with falls, more (regarding my review and research, we can not do, but just confirm with you)

    If we are unable to add it, I want to know the reason behind it, why we can not do?


    Thank you
    Sunil Noothi

    The reason why you can't just add a column to an index has to do with the nature of a Btree index. A Btree index is structured in a very special way, so that all the index entries appear in the order when the index is read. Essentially, all indexes are unique indexes. Those who are not declared unique add ID to the key in order to get a unique sort order.

    If you just add another column to the index, there is no guarantee (and in fact, it would be extremely unlikey) that the new column would sort in exactly in the same way as the old column more the rowid. So, to add a column to the index, the entire structure should be demolished to maintain good order sorted, which would be at least the same amount of work as a creation of the index of zero and probably more work.

    John

  • Client needs to access the devices on the existing site to site tunnels

    Hello and thanks in advance.

    We use ASA5510 in respect to the vpn appliance and currently have 90 + vpn tunnels (site to site tunnels) ipsec connected to this ASA.

    Recently, we configure a tunnel for one of our customers (site in tunnel).

    Now, this client must have access at least 10 existing tunnels a site that I have.

    They must be able to access the devices on this segment.

    How should I proceed with this application?

    Can I update all existing tunnels site at 10 to add this range of ip addresses of places (clients)?

    Yes, you need to add this new subnet as interesting traffic on all 10 tunnels (on card crypto ACL) If you need two-way communication.

    Kind regards

    Averroès.

  • Number of Smartphones Add blackBerry SMS to the existing contact?

    Hi all! Thank you for watching this one - is there a way to add a new a SMS number to an existing contact? It seems to take me to the new contact page rather than give me an option...

    See you soon

    James

    Hi James,

    There is no direct integration of address book capacity number that is written in the body of an SMS. What you can do is to highlight this number-> press Menu-> copy. Now, go to the address book and create a new contact and the number is the appropriate field.

  • Is it possible to add a request to the existing set of request

    Hi Experts,

    Is it possible to add additional concurrent demand to an already existing application together?

    Initially, we created demand together with three concurrent programs. And the set of all projected demand one day.

    Now, we want to add another application for this application set. Is it possible add request or we need to create another set of request?

    Please give solution for this one.




    Thank you and best regards,

    Suresh.

    Hi Suresh

    Seems newly added application may not be connected correctly to the stages of link screen please make sure you also set the new program in the event of success, warning, error. This could be a problem.

    Concerning

    Kapardi

  • How to add a user when the Muse site is transferred without Business Catalyst?

    Hello

    I downloaded a Muse site for my client on its own ftp server. But how do I add him as an editor of "inbrowser", so that she can manage the site needed? Or is it only possible to add a user when I upload the site on the host Business Catalyst?

    Thank you!

    Hello

    Update June 2014 to Muse allows In-Browser editing for Muse sites hosted with third-party providers (not Adobe).

    See https://helpx.adobe.com/muse/using/whats-new.html#In-browser%20Editing%20enhancements for more details.

    Abhishek

  • Add PS6110 with the existing data to the existing group

    Hello world

    Is it possible to add a PS6110 with the existing volumes and connections to an existing uninterrupted group iSCSI?

    Thank you!

    Sven

    Hello Sven,

    No sorry.  There is no possibility of group "fusion".  In addition, discovery addresses are different for servers must be updated.

    If you have enough space, you can migrate the data to a group.  I.e. through Storage vMotion from VMware, then reset the released members and add it to the group.

    Any solution you are looking for will be based on the host.

    Kind regards

  • How to add tags in the existing XML file?

    Hello
    I have a requirement in which I need to add a tag to the existing xml data.

    For example:
    < ROW >
    < EVNT_ID > 7333976 < / EVNT_ID >
    < DISTRCT_CD > 67 < / DISTRCT_CD >
    < TIME_OFF > 6 May 2008 10:50:04 < / TIME_OFF >
    < / ROW >

    The desired output is,

    < DI_DATA >
    < ROW >
    < EVNT_ID > 7333976 < / EVNT_ID >
    < DISTRCT_CD > 67 < / DISTRCT_CD >
    < TIME_OFF > 6 May 2008 10:50:04 < / TIME_OFF >
    < / ROW >
    < / DI_DATA >

    I must add < DI_DATA > < / DI_DATA > at the beginning and end of the entry.

    Anyone of you could help me with that?

    Thank you
    GV

    If your XML is just in a CLOB, you can just use manipulation of strings to add/add nodes on. If you have it in an XMLType you could just do the following

    select appendchildxml(XMLTYPE(''),
                                  'DI_DATA',
                                  XMLTYPE('
    7333976
    67
    06-May-2008 10:50:04 AM
    '))  -- this would be your variable
      from dual;
    

    which will put your data in the DI_DATA node.

Maybe you are looking for

  • Cartridge Epson SX235w printer problem

    Just installed a printer Epson SX235W running on Windows 7 (64 bit). Printed only a few leaves so far and now PC thinks that the cartridges are all empty. The printer will run a test sheet and poster that there is no problem with the cartridges.

  • Reinstall the OS and utliities on X 301

    I have a X 301 (model 2777CTR), bought in late 2009, just before Windows 7 came out. It came with Vista but I upgraded to Windows 7 Ultimate. After that level's updated operating system, I created the new recovery (four in total) with the Win7 OS dis

  • UCCX 8.5.1 SU4 NFR kit allow the use of SQL database

    I'm running UCCX 8.5.1 SU4 thanks to the NFR UC 8 kit for my laboratory training and cannot create a DSN to a MSSQL Server. When I go to Subsystem | Database | DataSource and then click Add, the driver dialog box is grayed out and will not be open to

  • What is required to synchronize my contacts from iPhone to iTunes on Windows 7?

    I just got a new computer with Windows 7 and when I went to sync my iPhone, the technology of apple told me there is a specific download that will allow me to sync my contacts from iPhone to computer.  Nobody knows what this bundle download?

  • Script to remove all rows from a table except the first

    Please see the screenshots for the question/radio button I'm scripting.  If 'No' is clicked, I want to delete all lines except the first.  Therefore, if the first user clicks Yes, adds a bunch of lines and then click on no, I want all the extra lines