How to get a CSS list navigation hover working as needed?

I'm at an impasse with a left navigation. I thought it was ok, then realized the whole buttons weren't selectable, only the text. And the hover is not working right. It looks right when you hover over the text, but not when you're off to the side of it. What's under the text is the normal state "showing through". Being very new at this I could sure use the help and learn from it, too. Thanks in advance! Please let me know if you need more info.
Regards,
Sal
URL: http://www.sallyaverill.com/bom/
css for the nav:
.navdiv {
  width: 200px;
  height: 590px;
  float: left;
.leftnavigation {
width: 192px;
margin: 70px 0px 0px 0px;
padding-left: 8px;
/* float: left; */
list-style-type: none;
.leftnavigation a, .leftnavigation li{
margin-left: 0px;
width: 171px;
padding-left: 0px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
/* float: left; */
color: #392F9D;
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background-image: url(images/nav_normal.jpg);
background-repeat: repeat-x;
background-position: 0px 0px;
.leftnavigation li {
float: left;
background: url(images/nav_normal.jpg) top left no-repeat;
border-bottom: 1px solid #999;
line-height:150%;
padding-left: 10px;
.leftnavigation li:visited {
color:#66C;
.leftnavigation li:hover {
color:#fffff;
background-image: url(images/nav_down.jpg);
.leftnavigation a:visited {
color: #66C;
.leftnavigation a:hover {
color: #ffffff;
background-image: url(images/nav_down.jpg);

Replace what you have now with this:
/* LEFT NAVIGATION */
.navdiv {
width: 200px;
float: left;
.leftnavigation {
width: 190px;
margin: 70px 0px 0px 0px;
padding-left: 8px;
.leftnavigation li {
background: url(images/nav_normal.jpg) top repeat;
border-bottom: 1px solid #999;
list-style:none;
.leftnavigation li a {
width: 171px;
padding: 10px 5px;
font: bold 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
display:block;
.leftnavigation li a:link {color: #392F9D;}
.leftnavigation li a:visited {color: #66C;}
.leftnavigation li a:hover,
.leftnavigation li a:active,
.leftnavigation li a:focus {
color:#FFF;
background-image: url(images/nav_down.jpg);
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • How to get value from list item

    Hi all,
    How to get value from list item?
    I have a problem with the List Item object
    in the Oracle forms.
    How can I retrieve the selected item from
    a list ?
    I didn't find any function like 'list.GET_
    SELECTED_ITEM()'...
    thanks
    Bala

    Hello,
    You get the value as for any other Forms item:
    :value := :block.list_tem ;Francois

  • How to get Active users list in Essbase 6.5.6

    Hi Gurus,
    How to get Active users list in Essbase 6.5.6 version
    I dont find any Esscmd to find active users list....
    i used LISTLOGINS command in ESSCMD but its not helping me out....
    pls suggest me some approach to find active users list.
    Thanks in advance....

    Hi  ,
    Display sessions will give only active users details which are currently connected to the ESSBASE .
    if you need this list ? or  you need the  total list of   security  active users list ?
    if you need the currently connected to the ESSBASE
    if you check  one server  At a time  or you can check the application level also
    1)server level
    display  session all;
    2)application level
    display session on application  'application name ';
    go for the  run command ---> essmsh----->  login;----->enter user name ----> enter password----->enter host (like server name )  then you need to you   above  1 &2  commands
    Thanks,
    suresh

  • How to get the users list that can Add/Remove or modify Vendors in Oracle?

    How to get the users list that can Add/Remove or modify Vendors in Oracle?
    I need to generate a report like name and responsibility. Thanks

    That query gives the Supplier information.
    But what i would be needing is to find out the USERS in oracle who can Add/Modify or Remove Vendors.
    I assume it should be based on the Responsibility.

  • How to get Saved Selection list in javascript?

    Hello!
    Recently I met a little problem about save selection. I want to get saved selection list so that I can used in javascript. Now I have no ideals. Hope you tell me some useful information about how to get Saved Selection list in javascript!

    Mark is right, it's not possible.
    But do you know you can assign selection to a variable, and get back to it simply like this?
    var sel = app.selection;
    app.selection = null;
    /* your codes here
    app.selection = sel;

  • How to get page item list in  a page?

    how to get page item list in  a page?

    Have a look at ISpread::GetItemsOnPage().
    That should get you started.

  • How to get our company listed in 'Top Contributing Companies'

    Hi,
    How to get our company listed in 'Top Contributing Companies'?
    Regards,
    Murali.
    Message was edited by: Murali

    Hi,
    It's just a standard footer I'm using, preventing me to look up if a user is already on the map or not.
    The SDN admins are rather busy with TechEd, so ther might be a delay.
    Don't worry you will get your points.
    Eddy
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

  • How to get workflow task list ID?

    I created simple workflow in Office 365 SharePoint 2013 using SharePoint Designer 2013.
    The action Assign a task to user (Task outcome to Variable: Outcome |Task ID to Variable: TaskID) was used.
    The variable TaskID had a value something look like
    902aa0e9-0d58-47c0-a3ba-da96ebd47651, but I need ID from a task list.
    How to get the task list ID in SharePoint Designer Workflow?
    I am very grateful in advance for any help.
    bnossov

    I created dictionary and create two variables:
    Name: Accept; Type: string; Value:
     application/json;odata=verbose;
    Name: Content-Type ; Type: string; Value: application/json;odata=verbose;
    Output variable: JSonRequestHeader.
    I called HTTP web service:
    https://xxxxxx/_api/web/Lists/getbytitle('WorkflowTaskList')/items?$select=ID
    I used Count Items in Variables: JsonRequestHeader(Output to Variable: count)
    The output variable count had value equals 2.
    When I printed service url in browser it gave me xml with all the items ID in the
    WorkflowTaskList.  There were eight .
    How can I take data from web service and put them in dictionary?
    I would be grateful for any help.
    bnossov

  • How to get Camera RAW / Photoshop CS5 to work with Canon 100D?

    How to get Camera RAW / Photoshop CS5 to work with Canon 100D? I don't want to by this product again and again...

    In what way is ACR not working in Bridge?  Is there no right-click Open in Camera Raw available from Bridge, or there is, but the ACR version is less than ACR 6.7.1 or what exactly is the issue? 
    Also, if you open Photoshop and do Help / About Plug-ins / Camera Raw, is ACR missing from the list, or if not, what version does it say is installed?
    You might also want to describe what methods you have tried to correct the issue, since saying you've tried what you've seen posted and they didn't work, isn't really much to go on.

  • Anyone.know.how.to.get.spacebar.and.delete.button.to.work??

    anyone.know.how.to.get.spacebar.and.delete.button.to.work??

    I think you are asking this in the wrong forum.  This is for TBD issues.

  • Anyone know how to get harman kardon soundsticks II to work on new iMac Mavericks

    Anyone know how to get harman kardon soundsticks II to work on new iMac Mavericks??

    I'm using the original HK Soundsticks on a 2013 MacBook Air running Mavericks.
    Don't they show up in the Sound Preferences?  Are they plugged directly into your iMac?
    Little more info would help.

  • How to get the whole list of Iview Templates

    Hi,
    when I navigate:
    Portal Content -> Content Provided by SAP -> Templates -> Iview Templates
    I get a long list of templates including Url Iviews etc
    But, when I try to create my own Iview, the list of potential templates is much smaller, mainly including only the SAP related templates, BSP, Query, ITS etc.
    Does anyone know how to make the full list of Iview Templates available for the Iview creation wizard ?
    Thanks,
    Tomas.

    Hi Tomas,
    which iView templates are offerd within the iView creation wizard is determined by SystemAdmin -- Permissions -- Portal Permissions -- Applications.
    Normally, you will have to have SuperAdminRole to see/change these settings.
    Hope it helps
    Detlev
    PS: Please consider to reward points for helpful answers. Thanks in advance!

  • How to get the material list displayed in CU50 transaction into ABAP report

    How to get the 'KMAT" type material list displayed in CU50 transaction into ABAP report?
    I am getting the entire BOM when i am using the FM CS_BOM_EXPL_MAT_V2 in to the table in the report.
    But I want only the material list displayed in CU50.

    Hi,
    Could you please tell us how you found a solution to your problem?
    Thanks & regards
    Hassan

  • How to get the user list under role

    Hi Gurus,
    in mdm console, if you select a role, you will see the users who are assigned to this role.
    how can I get this user list through java api.
    Ouser server is  MDM7.1SP5
    Best regards,
    John

    Hello John
    you cann't get users list.
    you can get user roles information since SAP MDM 7.1 SP3:
    com.sap.mdm.security.commands GetUserRoles Command
    A command to retrieve the array of roles for the specified user
    more about api  you can read here(What's New in MDM Java and .NET API - part):
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm
    Regards
    Kanstantsin Chernichenka
    Edited by: Kanstantsin Chernichenka on Mar 11, 2011 3:10 PM

  • How to get drop down list (list of values) in selection-screen

    Hi al,
       This is anilreddy. Please let me knew the solution
    How to get the drop down list for a fieldin selection-screen (not in dialog programming)
    (not as POV)
    Regards,
    anilreddy

    REPORT ZTESTPRG.
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
          LIST  TYPE VRM_VALUES,
          VALUE LIKE LINE OF LIST.
    PARAMETERS: PS_PARM(10) AS LISTBOX VISIBLE LENGTH 10.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'PS_PARM'.
    VALUE-KEY = '1'.
    VALUE-TEXT = 'LINE 1'.
    APPEND VALUE TO LIST. VALUE-KEY = '2'.
    VALUE-TEXT = 'LINE 2'.
    APPEND VALUE TO LIST.
    CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = NAME VALUES = LIST.
    START-OF-SELECTION.
    WRITE: / 'PARAMETER:', PS_PARM.
    Thanks
    Mahesh

Maybe you are looking for

  • How do I move contacts from my old non-iPhone?

    I have a Motorola Bravo and just got an iPhone 5 from ATT. How can I get my contacts from the Bravo to the iPhone?  I've already copied the contacts to the SIM. ATT support shows that's the first step. However, under the "Copy To" portion, all it men

  • Issue regarding to change taxcode in tab Gl-account for T.cod MIR7

    Hi Expert, I have issue regarding Tax code in Tab Gl-account for t.cod MIR7 which come by-default , i wan to change that taxcode based on purchase order number which also have tax code with multiple line item in tab PO Refrence,,i want first taxcode

  • Batch Date in APO = 01.01.1970

    Hi All, I have a problem with the batch date in APO. It shows as 01.01.1970. This effects dynamic pegging as nothing gets pegged to it as it is too far in the past. There is a date of manufacture etc in R3 on the batch. The Delta report shows no inco

  • Capturing the AuditLog from Aadapter and sending to sender through alert

    Hi Experts, I have a requirement where I have to send the sender system ( specially the   vendor) an email if message fails at adapter level. I need to also capture the exception or cause stated in the comm. channel adapter. Is it possible to do this

  • Size of shared images ios7

    When sharing images by message or email from iOS 7.0.4, iPhone 5s, I don't notice any prompts to set size of shared image. Am I missing something, or does iOS now decide for itself how to scale the image for sharing? LJ