How do I create a vertical side menu with its own styling separate from the horizontal bar above it?

Hello.  I need assistance in styling my side menu.  I would like for it to  have a different style than the horizontal bar that is above it.  I would like that the side menu have a black background and with white text vertically aligned to the left.  But I would also like that the mouse's arrow to turn into a hand when it touches the letters instead of during the entire width of the background.  When I began styling the text, everything aligned fine until I added the links in html code.  When I added the <a> tag and created a link to another page, the text goes from the left to the center of the black box.  And the entire width is a link rather than just the words.  To correct this, I tried renaming the div tag containg the menu.  I tried renaming the ul tag.  And I tried renaming the li tag and changing the declarations.  None of these ideas worked.  I thought about changing the <a> tag in the head of the document, but that didn't change the styling either.  I also tried creating the black background by inserting a black box as a background image with the links over top of the image.  It didn't work.  I would appreciate your assistance.   I will supply the coding if anyone is interested in looking at it.  Thank you.
Nora.

I can post a link to the page.  But I will need to upload it.  It will take a day to show.  But after I wrote to you.  I began working with creating additional a:link styles.  I was able to create a shortened clickable area of one the words in the vertical menu.  Your advice reinforced what I have learned.  The following code shows that I started to make different styles of the a:link for each word on the vertical menu.  I think that this will work.  To indicate the different a:link style I used bold letters .  Thank you very much.
html:
<div class="side_menu_nav">
     <ul class="side_menu">
          <li class="side_menu"><a href="still image.html">STILL IMAGE</a></li>
          <li class="side_menu_video"> <a href="video.html">VIDEO</a></li>
          <li class="side_menu" ><a href="animation.html">ANIMATION</a></li>
          <li class="side_menu" ><a href="website.html">WEBSITE</a></li>
     </ul>
</div>
CSS:
.side_menu_nav {
    margin-top: 100px;
    width: 190px;
    height: 230px;
    background-color: #F63;
    font-size: 18.5px;
    z-index: 5;
    font-family: Arial, Helvetica, sans-serif;   
side_menu ul  {
    list-style-type: none;
    padding-left: 10px;
side_menu li  {
    display: list-item;
.side_menu a:link  {
    text-align: left;
    color: #FFF;
    background-color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 190px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 0px;
    text-decoration: none;
    width: 120px;
.side_menu_video a:link  {
   text-align: left;
    color: #FFF;
    background-color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 65px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 0px;
    text-decoration: none;
.side_menu a:visited  {
    color: #FFF;
    background-color: #000;
.side_menu a:hover  {
    color: #CCC;
.side_menu a:active   {
    color: #000;/*text*/

Similar Messages

  • How do I create a drop down menu with multiple items in Adobe Acrobat 9?

    I am trying to create a drop down menu with four items within a field box.  When I try to do this
    the font is too big and it just doesn't fit.

    You can use panel widget to create manual menu where set to show target on rollover.
    Something like this :
    http://muse.adobe.com/exchange-library/menu-vertical-accordion-widget-1
    http://muse.adobe.com/exchange-library/tiptop-navigation-menu
    Thanks,
    Sanjit

  • How do I create a drop down menu with Code Snippets and Flash CS5?

    Hi
    I am wondering how to create a drop down menu using the Code Snippets and CS5?
    There are some older tutorials out there and it would be nice if someone could create an updated drop down menu tutorial, and it might be me doing this after I have figured out the best and easiest way to create one, but before that I need some pointers.
    Thanks!
    Have a great day!
    Paal Joachim

    You can use panel widget to create manual menu where set to show target on rollover.
    Something like this :
    http://muse.adobe.com/exchange-library/menu-vertical-accordion-widget-1
    http://muse.adobe.com/exchange-library/tiptop-navigation-menu
    Thanks,
    Sanjit

  • How do I XY graph two different signals each with its own y-axis on the same graph?

    I have wired an n-ch, 1 sample VI to an xy graph express VI.  I have two y-axis scales, but I only see a plot of one of the signals.  Can anyone help me understand what I am doing wrong, and how to do it correctly?  The VI as a whole may look ugly, but the flow of the signal from the xy-graph is obvious (but not working the way I want it to...). My sub-VI is attached.  Thanks in advance, Christian
    Attachments:
    Thickness Width Distance acquisition write to file.vi ‏122 KB

    Hi Christian,
    That express VI requires that you input an X data set for each plot.
    If you must use that express VI, then for your program you need to insert a "build array" function, with two (or more) inputs, in line with the express VI's "X input", and wire your X data array to each of the build array function's inputs - see the example I've attached.
    Personaly, I wouldn't use the express VI at all - it really isn't difficult to manipulate your data into the right format for the XY graph using simple functions - see the second example I've attached.
    Mark H.
    P.S. Gotta be worth about 6 stars I reckon!  
    Attachments:
    Multi XY Plot using Express VI.vi ‏62 KB
    Multi XY Plot using Basic Functions.vi ‏20 KB

  • How do i create a drop down menu for selecting from the drop down arrow

    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears

    katiesandell wrote:
    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears
    Hi Katie,
    Welcome to Apple Discussions and the Numbers '09 forum.
    Numbers vocabulary for this feature is a "Pop-up Menu". It's available as a Cell Format, and is set and edited in the Cell Format Inspector.
    See "Using a Checkbox, Slider, Stepper, or Pop-Up Menu in Table Cells" starting on page 96 of the Numbers '09 User Guide.
    This guide, and the equally useful iWork Formulas and Functions User Guide are available for download through the Help menu in Numbers.
    Regards,
    Barry

  • Create list of materials with its purchase order texts from material master

    Dear all
    Simple question I do wanna ask.
    Just need to get out a list with my materials with its purchase order texts from the material master.
    As I do know that PO text is not stored on a table, it might be difficult to get it out from the system.
    Does anyone of you know how to retrieve it simply?
    Regards
    François

    Check this link Material Master Purchase Order Text.

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

  • How do I create a vertical gradient in a table, not with an object?

    How do I create a vertical gradient effect for alternating rows in a table?
    I'm trying to get my table cells to alternate and look like this:
    Thanks,
    freecondomap

    Hi, BTJT:
    We are starting work on a large catalog project where we will need to change the gradient fill to -90 on every other row in the table - excluding the header, footer and first row of each table.
    How would you adjust the script you mentioned above to do this? and would the script work in Indesign CS5.5 versus Indesign CS6
    It does get a bit more complicated. Not super-complicated, but not as simple.
    The above idiom only works for all the rows in a table. If you want to do any specific subset, then you need to use a loop.
    But is it necessary that you change the gradient angle on every other row? Isn't it sufficient to set the gradient angle on all rows, and then apply the alternating gradient on alternate rows using the the alternating fills feature, as suggested by Jeffrey?
    I guess you also want to apply to...all the tables in your document? That would then be:
    app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().gradientFillAngle=-90;
    Unless you need to be more selective? But I don't think you do?

  • URGENT! How do I create a vertical scroll button in Flash CS6 for online banners?

    Hi, I am creating Flash online banners and the disclaimer needs to open as a vertical scroll banner once the mouse touches the 'x close' button where the words 'Disclaimer' is stated.
    How do I create a vertical scroll button including text?
    I am using Flash CS6.

    Hi Babaa,
    sry for the lateness of my reply.
    I would simply make a button that when clicked, displays a layer containing your disclaimer text. The discliamer text would be inside a Movie Clip (MC) for ease of controlling.
    the MC then contains a text field which has a scrollable field. as the user scrolls through you can then display a "close" button to close out the disclaimer MC.
    If you still need the work done feel free to email or PM me here and we can discuss the job further.
    Regards
    Russ

  • How can I create a file brows menu and save option?

    How can I create a file brows menu, if I wont my user to choose a picture from his PC.
    And how can I save my user settings?(this is application going to be only on my users pc)

    You can launch a file selection dialog with FileReference. You can save settings using a SharedObject (like a cookie).
    http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_7 .html
    http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_3.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html
    If this is a Flex app, you will only be able to select a file from the local machine and upload to server, you won't be able to open the file in the Flex app, due to security sandbox.
    If this is an AIR app you will not have this restriction.
    If this post answers your question or helps, please mark it as such.

  • HELP! How do I create a vertical scroll button for online banners?

    Hi, I am creating Flash online banners and the disclaimer needs to open as a vertical scroll banner once the mouse touches the 'x close' button where the words 'Disclaimer' is stated.
    How do I create a vertical scroll button including text?
    I am using Flash CS6.

    Hi Babaa,
    sry for the lateness of my reply.
    I would simply make a button that when clicked, displays a layer containing your disclaimer text. The discliamer text would be inside a Movie Clip (MC) for ease of controlling.
    the MC then contains a text field which has a scrollable field. as the user scrolls through you can then display a "close" button to close out the disclaimer MC.
    If you still need the work done feel free to email or PM me here and we can discuss the job further.
    Regards
    Russ

  • How do you create a rolling title that ends on a still image of the title?

    How do you create a rolling title that ends on a still image of the title?

    Here's the help page that describes using the tab stops:
    http://help.adobe.com/en_US/PremierePro/4.0/WS35CA53B6-EAFF-499a-A600-DCD85686354Da.html
    Let me know if that's clear as mud and I'll try to shed more light on the subject.
    One thing that isn't specified/clarified/whatever (and was the biggest stumbling block for me when I first tried this in PPro 1.5) is that the ruler for the tab stops is zeroed at the edge of the text box, and tab stops ONLY work in text boxes (or "text area," however you please). At any rate, you have to position that ruler so that the zero point is at the left edge of your text box, and then the rest of the instructions in the help doc will make sense.
    Also, it's useful to show the tab markers while you work. Just go "Title > View > Tab Markers" and you're good.
    Hope this helps!
    As a side, I have found that this one feature is really the best and most useful part of the PPro titler (and also, just about the only function in the titler that WON'T cause your system to crash on a regular basis).

  • Is there a way to create a drop down menu with an automatic answer dependent on what is chosen?

    Is there a way to create a drop down menu with an automatic answer dependent on what is chosen? An if-then statement perhaps?  I am looking to add over 100 drop down options and would like to have a message automatically pop up depending one which option they chose.  Thank you.

    Hi,
    You would use the skip logic to conditionally show form items based on the selection within the drop-down menu. Here's a link to a description of the feature in our help documentation:
    http://help.adobe.com/en_US/formscentral/using/WSd789abd336388b1642c7fce012da94afe4f-8000. html#WS0faeceb8c23f5d60-774f03e3131ddc76d7d-8000
    Regards,
    Brian

  • How do i create/combine my mac id with my iPhone id?

    i wanted to download an app form app store and was asked for my id.. apperntly my iPhone id is limited to my country's app store and my email is in use for that id... how do i create/combine my mac id with my iPhone id so i can download apps from appstore?

    The Apple ID for the iTunes stores and for the Mac App Store are the same account. You can only buy from the stores in the countries in which you have the qualifications. You must have a bank card in that country and the bank card must have a valid billing address in that country. Creating more than one Apple ID is a bad idea and will not help you get around the requirements.

  • How do I create a 1d array that takes a single calculation and insert the result into the first row and then the next calculation the next time the loop passes that point and puts the results in thsecond row and so on until the loop is exited.

    The attached file is work inprogress, with some dummy data sp that I can test it out without having to connect to equipment.
    The second tab is the one that I am having the problem with. the output array from the replace element appears to be starting at the index position of 1 rather than 0 but that is ok it is still show that the new data is placed in incrementing element locations. However the main array that I am trying to build that is suppose to take each new calculation and place it in the next index(row) does not ap
    pear to be working or at least I am not getting any indication on the inidcator.
    Basically what I am attempting to do is is gather some pulses from adevice for a minute, place the results for a calculation, so that it displays then do the same again the next minute, but put these result in the next row and so on until the specifiied time has expired and the loop exits. I need to have all results displayed and keep building the array(display until, the end of the test)Eventually I will have to include a min max section that displays the min and max values calculated, but that should be easy with the min max function.Actually I thought this should have been easy but, I gues I can not see the forest through the trees. Can any one help to slear this up for me.
    Attachments:
    regulation_tester_7_loops.vi ‏244 KB

    I didn't really have time to dig in and understand your program in depth,
    but I have a few tips for you that might things a bit easier:
    - You use local variables excessively which really complicates things. Try
    not to use them and it will make your life easier.
    - If you flowchart the design (very similar to a dataflow diagram, keep in
    mind!) you want to gather data, calculate a value from that data, store the
    calculation in an array, and loop while the time is in a certain range. So
    theres really not much need for a sequence as long as you get rid of the
    local variables (sequences also complicate things)
    - You loop again if timepassed+1 is still less than some constant. Rather
    than messing with locals it seems so much easier to use a shiftregister (if
    absolutely necessary) or in this case base it upon the number of iterations
    of the loop. In this case it looks like "time passed" is the same thing as
    the number of loop iterations, but I didn't check closely. There's an i
    terminal in your whileloop to read for the number of iterations.
    - After having simplified your design by eliminating unnecessary sequence
    and local variables, you should be able to draw out the labview diagram.
    Don't try to use the "insert into array" vis since theres no need. Each
    iteration of your loop calculates a number which goes into the next position
    of the array right? Pass your result outside the loop, and enable indexing
    on the terminal so Labview automatically generates the array for you. If
    your calculation is a function of previous data, then use a shift register
    to keep previous values around.
    I wish you luck. Post again if you have any questions. Without a more
    detailed understanding of your task at hand it's kind of hard to post actual
    code suggestions for you.
    -joey
    "nelsons" wrote in message
    news:[email protected]...
    > how do I create a 1d array that takes a single calculation and insert
    > the result into the first row and then the next calculation the next
    > time the loop passes that point and puts the results in thsecond row
    > and so on until the loop is exited.
    >
    > The attached file is work inprogress, with some dummy data sp that I
    > can test it out without having to connect to equipment.
    > The second tab is the one that I am having the problem with. the
    > output array from the replace element appears to be starting at the
    > index position of 1 rather than 0 but that is ok it is still show that
    > the new data is placed in incrementing element locations. However the
    > main array that I am trying to build that is suppose to take each new
    > calculation and place it in the next index(row) does not appear to be
    > working or at least I am not getting any indication on the inidcator.
    >
    > Basically what I am attempting to do is is gather some pulses from
    > adevice for a minute, place the results for a calculation, so that it
    > displays then do the same again the next minute, but put these result
    > in the next row and so on until the specifiied time has expired and
    > the loop exits. I need to have all results displayed and keep building
    > the array(display until, the end of the test)Eventually I will have to
    > include a min max section that displays the min and max values
    > calculated, but that should be easy with the min max function.Actually
    > I thought this should have been easy but, I gues I can not see the
    > forest through the trees. Can any one help to slear this up for me.

Maybe you are looking for

  • How to resolve Invalid Classpath Entry error in Oracle Jdeveloper 11g

    I receive the following error in JDeveloper when I try to create a new JSF page in ViewController project - Dec 27, 2009 9:47:11 PM oracle.adfdt.library.loader.ProjectLibraryManager SEVERE: Invalid Classpath Entry: <unknown> Active Project: C:\JDevel

  • CUSTOM DOCUMENT over internet file name convention

    Hi , I am sending an OAGIS xml file(CUSTOM DOCUMENT over internet) through interal delivery channel to our supplier, I am getting an below error. I got the same error while processing an EDI transaction, I change the file name, and then it processed

  • Help in suppressing Adobe Fields

    Hello all, I am new to Adobe forms livecycle designer, apologies if it is a basic question. My requirement is as below: 1. Based on the data in my xml data file may be one field some where in the file, I should be able to suppress other fields in the

  • Iphoto crashes on version 9.5.1

    Hi! I am having a big problem with my iphoto (version 9.5.1). Opened it yesterday and said it couldn't find my library. HELP PLEASE! After doing some research here I tried with iphoto library manager. It started rebuilding the new library and it sudd

  • How to configure Microsoft OCS in IPAD2, How to configure Microsoft OCS in IPAD2

    I am not able to see/search  all  my OCS contacts in iDialog