Column Highlighting Not Working in Chrome or Firefox but works in IE

Version  4.1.1.00.23
Hello,
I have a classic report that I'm trying to apply dynamic column highlighting on.
I'm following the discussion from Jari https://forums.oracle.com/thread/2209261
The columns to be highlighted are being determined from a table that gets set every month and the value are being selected in the report query.
The javascript that is in the Region Footer is:
[code]
<script type="text/javascript">
    $(function()
        $('##REGION_ID# input[name="f01"]').each(function(i)
            if ($x('f01').value == 1)
                var forcast = "JANFORECAST";
                var actual  = "JANACTUALS";
                var mth_var = "JANVAR";
                var mth_var_pnct = "JANVARPER";
            if ($x('f01').value == 2)
                var forcast = "FEBFORECAST";
                var actual  = "FEBACTUALS";
                var mth_var = "FEBVAR";
                var mth_var_pnct = "FEBVARPER";
            if ($x('f01').value == 3)
                var forcast = "MARFORECAST";
                var actual  = "MARACTUALS";
                var mth_var = "MARVAR";
                var mth_var_pnct = "MARVARPER";
            if ($x('f01').value == 4)
                var forcast = "APRFORECAST";
                var actual  = "APRACTUALS";
                var mth_var = "APRVAR";
                var mth_var_pnct = "APRVARPER";
            if ($x('f01').value == 5)
                var forcast = "MAYFORECAST";
                var actual  = "MAYACTUALS";
                var mth_var = "MAYVAR";
                var mth_var_pnct = "MAYVARPER";
            if ($x('f01').value == 6)
                var forcast = "JUNFORECAST";
                var actual  = "JUNACTUALS";
                var mth_var = "JUNVAR";
                var mth_var_pnct = "JUNVARPER";
            if ($x('f01').value == 7)
                var forcast = "JULFORECAST";
                var actual  = "JULACTUALS";
                var mth_var = "JULVAR";
                var mth_var_pnct = "JULVARPER";
            if ($x('f01').value == 8)
                var forcast = "AUGFORECAST";
                var actual  = "AUGACTUALS";
                var mth_var = "AUGVAR";
                var mth_var_pnct = "AUGVARPER";
            if ($x('f01').value == 9)
                var forcast = "SEPFORECAST";
                var actual  = "SEPACTUALS";
                var mth_var = "SEPVAR";
                var mth_var_pnct = "SEPVARPER";
            if ($x('f01').value == 10)
                var forcast = "OCTFORECAST";
                var actual  = "OCTACTUALS";
                var mth_var = "OCTVAR";
                var mth_var_pnct = "OCTVARPER";
            if ($x('f01').value == 11)
                var forcast = "NOVFORECAST";
                var actual  = "NOVACTUALS";
                var mth_var = "NOVVAR";
                var mth_var_pnct = "NOVVARPER";
            if ($x('f01').value == 12)
                var forcast = "DECFORECAST";
                var actual  = "DECACTUALS";
                var mth_var = "DECVAR";
                var mth_var_pnct = "DECVARPER";
            $(this).parents("tr:first").find('[headers="' + forcast + '"]').css({"background-color":"silver"});
            $(this).parents("tr:first").find('[headers="' + actual + '"]').css({"background-color":"silver"});
            $(this).parents("tr:first").find('[headers="' + mth_var + '"]').css({"background-color":"silver"});
            $(this).parents("tr:first").find('[headers="' + mth_var_pnct + '"]').css({"background-color":"silver"});
</script>
[/code]
The highlighting works in Internet Explorer, but the same columns are not being highlighted in Chrome or Firefox and there are no errors being reported in either browser.
Can someone help me with this?
Is there additional information I can provide that I haven't.
Thanks,
Joe

Hi Fac,
This is a classic report. After debugging all 3 browsers I finally found the issue.  First, my javascript isn't very good.
When I looked at the source of the page, I saw that 'F01' contained the value to determine which month's columns to highlight.
I then thought that if I evaluated the contents of 'F01', using $x('f01').value, that I could set my variables in my if statements.
During my debugging of the javascript in each of the browsers I came upon the 'this' object being displayed in the watch window. When I expanded the node to view the contents I saw that it also contained the value of the month to highlight as well.
I have since changed my 'if' statement to if ($x(this).value == <month number> and the hightlighting is working in all 3 browsers correctly.
Is this still not the right approach as Jari discusses in his post I referenced above?
Thanks,
Joe

Similar Messages

  • [E2013] [MailApps] [JS] [Windows]: window.open from a mail app fails in Chrome and Firefox but works in IE

    I develop an Office Mail App which is used in Exchange 2013 On-Premises in my test lab. The mail app is hosted on IIS 8 (Windows Server 2012 R2) in the same LAN and ActiveDirectory domain.
    Opening popup windows from the mail app does only work in IE, not in Chrome and Firefox.
    Here are the details:
    The following server and domain names are changed to hide our internal names. I adjusted the error messages accordingly.
    Exchange 2013 is available at https://e13.some.dom/owa...
    The app content comes from https://server.some.dom/...
    Both the app and exchange server have valid SSL certicates.
    Both server URLs are listed in the popup exception lists of the browsers I use.
    The app generates html with an element which uses onclick to open another item in the same mailbox in a new browser window. Like so:
    <a onclick="window.open('https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID', '_blank', 'width=600,height=400');">click me</a>
    Clicking that link in Internet Explorer (11.0.9600.17105; Update Versions: 11.0.7) opens a new browser window and shows the message specified with "SomeValidID". All good.
    When I use Chrome (Version 34.0.1847.131 m) the popup browser window opens. I see some progress text "Starting..." and "Almost there..." and then this error:
    something went wrong
    Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk.
    X-OWA-Error: ClientError;exMsg=Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.;file=Error: Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.    at Error
    (native)    at new _a.$SQ (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:301915)    at Function._z.$GG.$544 (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:662161)    at Function.Program.main
    (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:663563)    at invokeMain (https://e13.some.dom/owa/?bO=1:549:25)    at https://e13.some.dom/owa/?bO=1:601:15:552
    X-OWA-Version: 15.0.847.32
    X-FEServer: E13
    X-BEServer: null
    Date: 1/2/1601 2:52:00 PM
    Firefox 29.0 pops up the window as well. Shows "Starting..." and "Almost there..." and then this error (some text is german although the mailbox language is set to english, its basically the same error intro text like in Chrome):
    Da hat etwas nicht geklappt.
    Diese Informationen können wir momentan leider nicht abrufen. Bitte versuchen Sie es später noch mal. Kontaktieren Sie bitte Helpdesk, wenn das Problem weiterhin auftritt.
    X-OWA-Error: ClientError;exMsg=Permission denied to access property 'popOutManager';file=_a.$SQ@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91_z.$GG.$544@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91Program.main@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91invokeMain@https://e13.some.dom/owa/?bO=1
    X-FEServer: E13
    Date: 08.05.2014 11:58:34
    In Firefox I see the popOutManager-access with "permission denied", but the popup window itself was already opened.
    Seems like the opened popup window tries to open another window?
    When I open up a new browser window in Chrome or Firefox manually and paste the URL (https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID) manually in the address bar the message is shown correctly, so the URL itself does not seem to be
    the problem.
    Double clicking on messages in Chrome and Firefox opens those messages in new windows as well. So it does not seem to be a general popup problem in Chrome and Firefox as well.
    Any ideas how I get the popups from my mail app working in Chrome and Firefox as well?
    SvenC
    -- SvenC

    Hi
    I face the Same issue then I found that at the end of URL we  use "ispopout=1", I just remove this query string variable ant its work fine 
    The important thing is not to stop questioning - Albert Einstein

  • Just installed IE 10. Adobe Flash is installed, and works in Chrome and Firefox, but not IE10

    Please, someone tell me what's going on. This is driving me nuts!
    [email address removed]

    Download the Adobe Flash Player installer directly by right clicking the following link and selecting "Save target as" (IE).
    Flash Player for ActiveX (Internet Explorer)
    Save it - DO NOT run it.
    Reboot, and THEN run it.
    If you're still having IE troubles,
    See:ActiveX Filtering in Internet Explorer
    and: Enabling Flash Player in Internet Explorer

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Infragistics gridview control sorts in Google Chrome and Firefox but not in IE11

    I have an Infragistics webdatagrid control on my website homepage that displays few information in form of rows. The code is as follows
    <asp:Panel ID="Panel" runat="server">
    <ig:WebDataGrid ID="UltraWebGrid" runat="server" oninitializerow="UltraWebGrid_InitializeRow"
    EnableRelativeLayout="false" HeaderCaptionCssClass="GridHeaderCaption"
    OnInit="UltraWebGrid_Init" onrowupdated="UltraWebGrid_RowUpdated" OnRowUpdating="UltraWebGrid_RowUpdating" OnColumnMoved="UltraWebGrid_ColumnMoved"
    EnableAjax="true" EnableAjaxViewState="true" EnableDataViewState="True" OnColumnResized="UltraWebGrid_ColumnResized" OnColumnSorted="UltraWebGrid_ColumnSorted">
    <Behaviors>
    <ig:Sorting >
    </ig:Sorting>
    <ig:ColumnMoving EnableInheritance="True">
    </ig:ColumnMoving>
    <ig:Filtering FilterType="ExcelStyleFilter">
    </ig:Filtering>
    <ig:ColumnResizing EnableInheritance="True" >
    </ig:ColumnResizing>
    <ig:EditingCore AutoCRUD="false">
    <EditingClientEvents CellValueChanged="UltraWebGrid_Editing_CellValueChanged" />
    <Behaviors>
    <ig:CellEditing>
    <CellEditingClientEvents />
    <EditModeActions EnableOnActive="True" MouseClick="Single" />
    </ig:CellEditing>
    </Behaviors>
    </ig:EditingCore>
    </Behaviors>
    </ig:WebDataGrid>
    </asp:Panel>
    The column is sorted accordingly when user clicks any column header. This happens in Chrome and Firefox but in IE we have a weird behavior as below
    Users complain that when they get to the home page for the first time , and they try to sort on the grid, the operation doesn’t get done. They need to go into a row before the sorting works, and after that everything is fine.
    Any idea or pointers would greatly help. 
    K.V.N.PAVAN

    Since this is a WPF forum I would suggest that you go to the Asp forum for help.
    http://forums.asp.net/
    Lloyd Sheen

  • Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]-

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

  • OK it's now fast............but for me that's all at present. I tried all browsers, ended with firefox & chrome, preferred firefox but it is updated badly too m

    OK it's now fast............but for me that's all at present.
    I tried all browsers, ended with firefox & chrome, preferred firefox but it is updated badly too many times causing me to have to re-install on many occasions, very time consuming.
    The last update also hanged my PC resolution viewing type, it became even more blurred on every program on my PC.
    The previous version was acceptable. I now intend to use chrome more often & maybe uninstall firefox for good.
    ?security updates, are these likely to affect my PC performance in any way?
    Here is a complete list of my recent (January 2012) home built PC costing 720 euros.
    Case Cooler Master Elite 360 - Mini tower - ATX CPU CPU
    CPU - Intel Core i7 2600K / 3.4 GHz - LGA1155 Socket - L3 8 MB
    Motherboard - Asrock Z68 PRO3-M Micro-ATX Motherboard
    Memory Corsair - CMX8GX3M2A1333C9 - Memory - DDR3 1333 - 8 GB
    Graphics Card None ................ i7 3000, I tried a GT520 Slower than the integrated Intel, sent back!
    Hard Drive - Western Digital Caviar Black - Internal Hard Drive 3.5 "- 1 TB SATA III
    INet - Wireless TP-Link - TL-WN851N - Wireless N PCI Card - 300Mbps - MiMo - 2 antennas
    Power Supply Be Quiet - BQT L7-530W - PC Power Supply - ATX - 530 W. Not so QUIET not good, buy another. DVD R / Writer - Liteon iHAS324
    DVD Player recorder - Liteon IHAS 124 internal
    Internal multi card reader - LECT-MUL-CAR -C109 Multi-card Reader Internal 3.5 "
    Logitech wireless keyboard & mouse, not a good choice, it's USA layout has no POUND symbol, also sometimes misses other symbols when typing, avoid Logitech!
    Finally I used 2 dust filters - DEMCiflex dust filter 80mm & 120mm also Silverstone SF01 internal system noise reducer foam, to try to get rid of noise from Power supply, best to install this before all else otherwise almost impossible. Actually I have not found the Silverstone foam to decrease the noise!

    Although not supported anymore, iWeb does still function using Mountain Lion...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html
    ... and you can purchase it from Amazon.
    Start with a blank page using the Black or WHite template.
    All modern websites use CSS and there are thousands of free templates to be had if you want to use a code entry style application. You will need to go this route if you want to create a site that is viewable on mobile devices although you can create an iPhone version using iWeb...
    http://www.iwebformusicians.com/iWeb/Mobile-iWeb.html
    Search this forum for numerous topics about iWeb alternatives.

  • I am running Lion on both my Macbook Pro and iMac.  Outlook 2011 bombs out and does not even open on my iMac but works perfectly on my Macbook Pro.  Help please.

    I am running Lion on both my Macbook Pro and iMac.  Outlook 2011 bombs out and does not even open on my iMac but works perfectly on my Macbook Pro.  Help please.

    Check for updates by running MS Office Update directly from:
    /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
    (Open Finder, ⇧⌘G, paste in the above and click)

  • I have a MAC running Maverick. MP3 sounds will not play in Safari or FireFox, but will play if you download the file locally to the Desktop. How to resolve this?

    I have a MAC running Maverick. MP3 sounds will not play in Safari or FireFox, but will play if you download the file locally to the Desktop. How to resolve this?

    You probably have an internet plugin installed that is preventing the MP3s from playing. I just checked a site with an MP3, and it played, rather than downloaded.
    The internet plugin folders are at:
    /Library/Internet Plug-ins and
    ~/Library/Internet Plug-ins
    (~/Library is hidden by default. Let me know if you don't know how to access it.)
    My internet plugins were all in /Library; there were none in ~/Library.
    Try moving these folders to the desktop (don't delete them), restarting, and then seeing if the MP3s play.
    They it will be trial and error to see which plugin is responsible.

  • My iCloud password won't work in my MacBook Air but works in my IPhone5s.

    My ICloud password won't work in my MacBook Air but works in my Iphone5s

    Sorry, but your issue has nothing to do with Apple networking. You may get better results getting a solution if you repost to the iCloud area of the Apple Support Communities.

  • [SOLVED] Since updating to Java 1.6.0_33 on my MacBook running OSX 10.6.8, websites say Java not installed in Firefox, but works in Chrome

    I work for User Testing, which uses a Java-based screen recorder to make videos of people using commercial websites and offering spoken feedback on the site. Since installing the Java 1.6.0_33 update for Snow Leopard on my MacBook, the User Testing screen recorder does not recognize that Java is installed, and won't work.
    If I switch to Chrome, all works smoothly. I have the latest version of Firefox, and have installed the latest updates. I have opened Java Preferences in my Utilities, and made sure that the checkbox "Enable applet plug-in and Web Start applications" is checked. I have cleared the cache and cookies in Firefox. The problem still persists.
    User Testing says no other Mac users have reported the problem, and so they cannot help me. I rely on a Firefox add-on that is not available for Chrome to notify me of new User Testing jobs (which are normally claimed in seconds), so it is not practical for me to simply switch to Chrome or another browser.
    Interestingly, when checking my plugins in order to fill out the information required below in this help request, I was sent to a Firefox page that says "For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version."
    When I click the link, it says that Apple supplies its own version of Java, which of course I have already installed. Guess this is the root of the problem, but how do I fix it?
    EDITED TO ADD SOLUTION:
    After even more Googling, I eventually stumbled on the solution. In the Firefox menu, I chose Help>Troubleshooting Information, and clicked "Show in Finder" under Application Basics. I then quit Firefox, clicked on the Profile folder, deleted the file "pluginreg.dat", and restarted Firefox. Java now shows up among my plugins, and is enabled by default. The failure of pluginreg.dat to update automatically was supposed to be an old Firefox problem that has been solved, but apparently that is not always the case.
    Thank you to everyone who answered.

    I read somwhere that firefox disables certain versions of java because it might give control of your computer to other malicious websites
    I think you have to go to the java website and down load the version you need and enable it in firefox's prefrences
    Sorry I may be a veteran in using firefox, but I know very little since I hardly had problems with mozilla untill just very recently hope this helps

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • Internal pdf links not working in chrome and firefox

    I have some PDF files that I am adding links to additional PDF files that are located in the same folder on our webserver using Acrobat Pro XI. The links work fine in IE and the other PDF files open up and display well in the IE browser, but the links don't even show up in Chrome and will not open in Firefox. Further, the links in Safari, deliver an error message pop up saying the file could not be opened. If you click OK, the file does open. Also, in Acrobat > Tools > Add or Edit Link, I can change the properties to "Open File" and pick the "Open in New Window" option, but when I save the changes and come back, the option has automatically changed back to "Execute a Menu Item" and of course, the file I'm linking to does not open in a new Window.  These files were originally created in Word by another person and the person who converted them to PDF added fillable form fields throughout the document prior to converting to PDF. The links I am adding are being added using Acrobat Pro XI in the PDF file. Should we insert the above-mentioned links in the Word docs prior to converting to PDF to ensure the links work in all browsers, or are these browser issues common to all internal PDF links?
    Please help!
    Thanks,

    Make sure that you are using the Adobe PDF NPAPI viewer for Chrome and Firefox.  Both Google Chrome and Mozilla Firefox now have their own default PDF viewers.
    To change Chrome's settings use this blog:  Change PDF Viewer back to Adobe’s in Google Chrome « Caveat Lector
    To change Firefox's settings use this:  How to disable the built-in PDF viewer and use another viewer | Firefox Help

  • Browse sequence not working in IE 10 - works in Chrome and Firefox

    Hi all:
    I am using RH10 and generating webhelp. I have applied the recent fixes for webhelp.
    The browse sequence does not work when the webhelp is displayed with IE 10. It works when the webhelp is displayed in Chrome and Firefox. Index, Search and Glossary are working in all three browsers.
    Does this sound familiar to anybody? It seems to be a different problem from the one that was addressed by the recent fixes.
    Thanks in advance for any help.
    Juliette
    Working on a deadline and getting rather stressed....

    Do you have the latest IE patches installed? See
    http://www.wvanweelden.eu/articles/robohelp-patches-and-updates for an
    overview of available fixes.
    Kind regards,
    Willam

  • 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;*/

Maybe you are looking for

  • Vendor Holidays

    If vendor will close his business every year between Nov 20 to Dec 31st. Where we can maintain this information in SAP? My requirement is Buyer should not place any Purchase order during this period. MRP should not select this buyer during this perio

  • Normalize Software Inventory

    We use SCCM 2007 R3 in our environment. Enabled Asset Intelligence Six Months ago. However, Count of all instances of software registered with Add or Remove Programs report still has lots of Duplicate and garbage data. Is there a report, which can pr

  • Static field and subclasses

    If a parent class with a private static field has 5 subclasses, each with a private static field of the same name as the parent field and the parent has an accessor method for this field, will each of the 5 subclasses return its own version of the fi

  • IOS 8.1.1 - Issues with hands free (Parrot MKi9100)

    Dear Community... I have updated my iPhone 5 to iOS 8.1.1.  Exactly since that day I am experiencing an issue with my in-car hands free kit (Parrot MKi9100): Normally, while the iPhone and the hands free kit are connected, whenever the iPhone makes a

  • HT4528 my 5 s will not switch from portrait to landscape. It used to, but suddenly stopped

    my i-phone 5 s will not switch from portrait to landscape