Static nav bar does not show in IE or Firefox. Works in Chrome

http://www.digitaldealershipsystem.com/index-top-noside.html
Top blue bar stays static while scrolling.
Works in Chrome, not IE or Firefox.
I've reviewed the code and must be missing something.
Here it is on this test site -- working -- on all browsers
http://chevydigitalsignage.com/
Ideas    

Thank you. I will look at these issues.
I am looking at the CSS, specifically as mentioned -- and there are brackets and no parens
digitaldealershipsystem.com/css.css
.see-plans{
          width:981px;
          height:43px;
          margin:0 auto;
          /*padding: 0 20px;*/
          padding-left:20px;
.top-blue-strip{
          background:#336699;
          height:30px;
          overflow:hidden;
          width:100%;
           position:fixed;
           z-index: 9999;
.see-plans ul#pricing{
          margin:0;
          padding:0;
          float:right;
          margin-right:30px;
.see-plans ul li{
          list-style:none;
          float:left;
          display:block;
          color:#fff;
          margin:0;
          height:30px;
          line-height:30px;
.see-plans ul li a{
          text-decoration:none;
          font: 11px/43px Arial,Helvetica,sans-serif;
          color:#fff;
          margin:0;
          display:block;
          height:30px;
          padding:0 10px;
          text-transform:uppercase;
.see-plans ul li a:hover{
          color:#28669c;
          background:#ddf0f9;
a.digi-logo{
          display:block;
          float:left;
          font: bold 20px Arial, Helvetica, sans-serif;
          color:#b9deff;
          height:20px;
          line-height:30px;
          text-decoration:none;
          /* margin-right: 17px;*/

Similar Messages

  • Spry Menu Bar does not show up in Mozilla Firefox 1.0.7

    I been building a spry horizontal menubar in Dreamweaver.
    Everything was working well in both Firefox and IE. Then it
    disappear in Firefox. The menubar appears in
    www.brycelevancushing.com
    Bryce leVan Cushing Web
    site
    Could someone help solve this mystery?

    Many many moons ago, a work-experience student, decided to play a trick on me. Knowing that I often used MS Excel, he decided to change the default text colour to white. On a white background, the information that I tried to enter into the spreadsheet did not show up, making me think that I had a virus or worse on my computer.
    Have a look at the following exerpt from your SpryMenuBarHorizontal.css
    /* 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: none;
        background: #FFF;
        left: 0px;
        text-decoration: none;
        width: auto;
        padding: 0px;
        z-index: 1010;
    Good luck,
    Gramps

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • On windows 8.1 charms bar does not show up and the touch functionality is also degraded

    upgraded my elitepad 900 to windows 8.1 . after this the charms bar does not show up and the touch functionality is also degraded while playing games. i believe i need the latest synaptics gesture suite.  Cannot find it. Please help.

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this HERE.
    HP ElitePad 900 G1 Tablet Support
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • In Photoshop Element 9, when opening the Organise section, the top bar does not show File, etc.?

    Just reinstalled Photoshop Ele,ents 9 onto Windows 7.
    In the Editt part,on opening, all is well.  This clearly show the top bar where youcan call and enter from the file to work with items on your computer.
    However, on the Organise section, this to bar does not show at all, therefoere you are unable to do any work as you cannot import items from anywhere.
    How do I get this to work now.

    You should ensure your font/text size is 100% or 96 dpi in the Windows control panel or you may need to adjust the native screen resolution of your monitor. Alternatively try keyboard shortcuts to access the menus.
    File – Alt+f
    Edit – Alt+e
    Find - Alt+i
    View – Alt+v
    Window – Alt+w
    Help – Alt+h

  • Capacity bar does not show detail in itunes

    Capacity bar does not show detail in itunes 10 when iphone is connected via wifi
    when I connect via cable it corrects itself
    running os 5.01

    PLEEEEASE
    i bought Apple TV 2 days ago but i couldnt bind it to my i tune??? i tried everything , my apple TV doesnt show on my I tune ?? theu are on the sam WIFI network ( Time capsule) same account and both updated !!
    can anybody help me to solve this problem

  • The scroll bar does not show in my SaaS application.

    I have a spreadsheet application and the scroll bar does not show on FF4. I need the scroll bar to navigate the app.

    table is surround by panelStretchLayOut but I examine this and has no difference.
    scrollBar show for data under one milion records!!
    and here is my code:
    <af:popup id="t1DataPopup"
    binding="#{B1Bean.t1DataPopup}">
    <af:dialog id="d9"
    type="ok"
    affirmativeTextAndAccessKey="#{viewcontrollerBundle.okLabel}"
    title="#{bindings.R1.hints.label} : #{bindings.R1.inputValue}"
    inlineStyle="position: absolute; left: -410px; top: -200px;">
    <af:panelStretchLayout id="psl4" topHeight="30px"
    inlineStyle="width:800px; height:400.0px;">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:table value="#{bindings.s1Graph.collectionModel}"
    var="row"
    rows="#{bindings.s1Graph.rangeSize}"
    emptyText="#{bindings.s1Graph.viewable ? viewcontrollerBundle.noDataToDisplayMessage : viewcontrollerBundle.accessDeniedMessage}"
    fetchSize="#{bindings.s1Graph.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.s1GraphQuery.queryDescriptor}"
    queryListener="#{bindings.s1GraphQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.s1Graph.collectionModel.selectedRow}"
    rowSelection="single" id="t1"
    partialTriggers="::s1Graph ::s1BarGraph ::s1HoriBarGraph ::s1AreaGraph"
    autoHeightRows="-1">
    <af:column sortProperty="T1Stmp"
    filterable="true" sortable="true"
    headerText="#{bindings.s1Graph.hints.T1Stmp.label}"
    id="c94" align="center">
    <af:outputText value="#{row.T1Stmp}"
    id="ot139"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout id="pgl20">
    <af:commandButton text="#{viewcontrollerBundle.saveAsExcelCommandButtonLabel}"
    icon="/Images/excel.gif"
    id="cb9">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"
    title="T1Data"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:dialog>
    </af:popup>
    and fetchsize=25
    Edited by: Mansoor on Jul 17, 2012 8:28 AM

  • Menu bar does not show on screen?

    Menu bar does not show on screen.

    I'll assume your profile is wrong (10.4.7?) and you are using Lion in full screen mode.  If so click the double arrows in the menu bar which should appeare if you mouse into the menu bar area.
    If that isn't the case then are you zoomed in?  Contol + fingler drag on mouse (or scroll wheel) zooms in or out (see Mouse preferences, Screen Zoom, look at the little movie).

  • I have Windows 8. The address bar does not show on firefox. How do I fix this?

    The address bar does not show. How do I get it to appear?

    * If the menu bar is hidden then press and hold the Alt key down, that should make the Menu bar appear. Make sure that you have the Navigation Toolbar and other toolbars visible: View > Toolbars .
    * If items are missing then see if you can find them in the View > Toolbars > Customize window.
    * If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
    * If you do not see that item then click the Restore Default Set button in the View > Toolbars > Customize window.
    See also [[Back and forward or other toolbar buttons are missing]] and [[Customize navigation buttons like back, home, bookmarks and reload]] See http://kb.mozillazine.org/Toolbar_customization

  • I had purchased and downloaded a tv series to my ipad. Then deleted it due to space constraints. Now I wanted to download it permanently to my MacBook but itunes does not show this  purchases. It worked, however, for another series. What can I do?

    I had purchased and downloaded a tv series to my ipad. Then deleted it due to space constraints. Now I wanted to download it permanently to my MacBook but itunes does not show this  purchases. It worked, however, for another series. What can I do?
    Thanks for any help!

    You may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad.
    If you haven't synced to a computer them (from here) :
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.

  • ITunes recognizes my device but the device does not show up for me to work with.  Any idea where I go to access to device in iTunes.  Going to File/Device is greyed out.

    iTunes recognizes my device but the device does not show up for me to work with.  Any idea where I go to access to device in iTunes.  Going to File/Device is greyed out.

    I think this article will help you.

  • Top bar does not show for displaying PDFs in browser

    The top bar (the one that has: File-Edit-View-Documents-Tools-Window-Help) displays when the Preference is set to NOT display PDFs in my browser. But when I set the Preference to display PDFs in my browser, the top bar does not display.
    How can I get the top bar to display when my Preference is to display PDFs
    in my browser? That is the manner in which I use Acrobat Reader 90 percent of the time.
    I am using Acrobat Reader 9 which I just downloaded yesterday, my operating system is Windows XP (with Service Packs 1 and 2) and my browser is Internet Explorer.
    Can anyone here help me? Or is there a better place to get help on this?
    Milton Beychok

    Well the problem is that, in Windows, the menu bar is owned by the application. When you view the PDF in the browser, the browser owns the menu bar and chooses what to show. Hence it shows only the browser items and not the Reader menus. If you view it outside the browser, Reader is running stand-alone and shows it's menu items.
    I think, all you can do is show make sure the button bars you want are exposed by default.

  • My iphone 4 does not show the green bar moving when charging and sometimes the lightning bar does not show up.

    my iphone4 green battery bar does not move when charging. the lightning bolt is showing, but it is not moving and it shows onlu about 1/4 way charged. I have cut it off and back on and bought a new charger.

    does anyone know the answer

  • I have forgot my security questions but the reset bar does not show

    i have forgot my security questions but the reset bar does not show

    If you aren't getting the reset link on your account then you don't have a rescue email address (which is not the same thing as an alternate email address) on your account, and you won't be able to add one until you can answer your questions - you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620

  • My roboform (ver 7.5.7) toolbar does not show since i updated firefox to 7.0.1 in the troubleshooting info. it shows as enabled. it does not appear in the menu of view/toolbars

    as above, when i updated firefox to 7.0.1 the toolbar for roboform disappeared. updating roboform did not fix it. it does not show up as a tool bar in the view/toolbar tab. i made sure the firefox browser option was enabled in roboform.

    Try to read raq here;
    * http://www.roboform.com/support/faq/roboform#toolbar

Maybe you are looking for