My home page spry menu tab does not appear in when displayed in Internet Explorer 8.2.

My home page spry menu tab does no
t appear in Internet Explorer 8.2.
Can anyone help please?

This is what you have now, please delete the > (greater than) marks at the start of each line and reupload  so that I can view the result
> <li><a class="MenuBarItemSubmenu" href="#">Home</a>
> <ul>
> <li><a href="#">Item 1.1</a></li>
> <li><a href="#">Item 1.2</a></li>
> <li><a href="#">Item 1.3</a></li>
> </ul>
> </li>
> <li><a href="#">Window Cleaning</a></li>
> <li><a href="#">Office Cleaning</a></li>
> <li><a href="#">Domestic Cleaning</a></li>
> <li><a href="#">Carpet Cleaning</a></li>
> <li><a href="#">Upholstery Cleaning</a></li>
> </ul>>

Similar Messages

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • " mirror tab" does not appear on menu in Android beta version, as described in help topic on mirroring a webpage on tv via Chromecast..

    Downloaded Firefox Beta for Android because I read about its support for Chromecast. I'm running Android ver. 4.2.1 on an ASUS TF700t tablet. I get that the Firefox menu is hidden because my tablet has a 3-dot menu, which I can access via Tools on the device menu. But Mirror Tab does not appear on the Tools menu.
    Thanks
    Joel

    Hi joelgibbs,
    Thank you for your question. This is something that we are still working on. [https://bugzilla.mozilla.org/show_bug.cgi?id=1084128 Keep track of progress] but keep in mind [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html]

  • The address of the page I am on does not appear in the address bar?

    Since upgrading to Firefox 4, the address of the page I am on, does not appear. I often want to send the link to someone, but now I can't.

    You will all be interested to know, I had been unable to see the link of the page I was on, nor was I able to go back or forward on any webpage.............
    Both problems were solved when I disabled the "Color Tabs" Add On.
    I literally went through each add on, disabling it, and then re-starting Firefox. Again, when I disabled "Color Tabs", problem(s) solved..........
    I impressed even myself.
    Thanks for the Tip.
    I guess certain Add-Ons affect each computer differently, based on what you already have added.

  • Calendar tab does not appear in iTunes iPod preferences

    The calendar and contacts tab does not appear when I go to preferences in iTunes with my iPod is attached. I am running 10.3.9. I have rebuilt permissions and trashed prefs. Are the tabs a 10.4 feature? They seemed to be a part of iTunes 5 so I suspect they should be there. I have read about using iSync on the posts but would prefer it happen automatically when I plug my new iPod in. Thanks for any help you can give me.

    Quote from the page below "If you are using Mac OS 10.3.9 or earlier, you cannot use iTunes to sync contacts and calendars to iPod"
    You can check out the page for details: http://docs.info.apple.com/article.html?artnum=301374

  • My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    Press the escape (esc) key to exit full-screen mode.

  • CC 2014 nik efex - My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either

    My Nik Efex filters are not working in Photoshop CC 2014 - they appear under plug-ins and seem to work, but after running and clicking okay, no new layer appears - seems to have no effect.  The separate menu panel does not appear either.  Help with this?

    BINGO !!!!
    Thanks so much Woodsroad. I had the exact same problem with my Dell Windows 7 64 bit with AMD Radeon 6700 Video card.
    All the video tests passed with flying colors.
    The sniffer rename trick fixed the problem.
    Thank goodness for the internet!

  • The "Adobe PDF" menu choice does not appear on Excel Menu

    I've installed Acrobat 9.1.2 and the "Adobe PDF" menu choice does not appear on the Excel 2000 Menu.  I have uninstalled and reinstalled the Microsoft Office option in PDF Maker with no change.  It does appear on the Word 2000 Menu.  Adobe 8.1.3 shows on all apps of Microsoft 2000 (on different computers.)

    According to Version Compatibility of Acrobat PDFMakers Office 2000 is not suupported by Acrobat 9.

  • When I click on the new tab button, a new tab does not open or when I go to file new tab a new tab will not open either.

    When I click on the new tab button, a new tab does not open or when I go to file new tab a new tab will not open either.

    Un-install the '''''Ask Toolbar''''' until Ask fixes the problem caused by their toolbar.
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on

  • We have acrobat 11 and office 13.  In word the Adobe tab does not appear in the ribbon

    we have acrobat 11 and office 13.  In word the Adobe tab does not appear in the ribbon

    You have to update AA XI to work with AA 2013. You may also have to open the OFFICE tools and enable the add-ons. There is no tool in some of the OFFICE applications. You can check the list in the PDF Maker folder in Acrobat.

  • Software tab does not appear in settings on IPad

    software tab does not appear in settings on ipad - how do I update software

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • CHARM Tab does not appears -- solution manager

    Hi Experts,
    I want to configured CHARM but in tx SOLAR_PROJECT_ADMIN in System Landscape -- Change Request Tab does not appear
    Also tx  solar01 is locked! the project doc for example . But in scope a have not checked the link.
    Any clue?

    Hello,
    In SOLAR_PROJECT_ADMIN  are you creating a project or runing an analysis?
    The Analysis screen is not tabbed, it is a tree.
    Change request management apears under Solution.
    When you create a project, there is not a Change Management Tab.
    So are you refering to creating the project or performing the Analysis?
    Regards,
    Paul

  • My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    My iPad does not have sound when on the Internet, including YouTube, but does have sound with iTunes and other apps.  How can I correct this?

    If you are sure that you have sound in other apps - and if you can still hear keyboard clicks and get notifications, then system sounds are not muted. Try this and see if it works.
    Close all apps completely and reboot the iPad.
    Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Stationary credated in Mail does not appear properly when viewed in Outlook, is there aroundthis?

    Stationary credated in Mail does not appear properly when viewed in Outlook, is there around this? Or, can I export (as a PDF) the email drafted in Mail with stationary that does not have the meail info on top of the page . Thanks so much for your help.

    No real solution to problem 1, stationary tends to look different depending on the client, as for 2 Mail does not export to pdf but can print to pdf, however you still get the mail headers.

  • Trying to set up iCloud onmy iMac and the iCloud icon does not appear in System Preferences under "Internet

    I am trying to set up iCloud on my iMac and the iCloud icon does not appear in system preferences under "internet & wireless". How do I proceed. I have already set it up on my iPad & iPhone.

    You have to upgrade to Lion for the iCloud preferences to be available.

Maybe you are looking for

  • VALIGN in table cells not responding

    I'm trying to change the vertical alignment of content in a table within a fluid grid layout. Before putting the table into the fluid grid (I made it in a separate html5 document), the alignment was fine, but when I copied it in, VALIGN had no effect

  • Query to find Employee Salary Details

    Hi, Could anyone help in writing the query to find employee salary details. Thanks in advance.

  • Will my MacbookPro still be under warranty if i format and reinstall mountain lion from scratch?

    Hello everyone, as in title, will my MacbookPro still be under warranty if i format and reinstall mountain lion from scratch? After the release of mountain lion, bought it and reinstalled it on the previous version,but the system looks slightly slowe

  • Definition of "application in use" under iOS 4

    With the "multitasking" capability in the iOS now, I was wondering what is the definition of "application in use." I had couple instances of my mail being updated when I did not expect it to be because I was not using the application; given that both

  • Moving threads - a small request

    I've seen a couple of threads that seem to have been started in the wrong forum and later moved to the correct one - a brief note from whoever does that would be welcome to clarify. Thank you.