CSS  coloumn background color Issue in IE8

Hi,
JDev: 11.1.1.4.
The following style class is not working in ie8 where as it is working in FireFox.
<af:column sortProperty="Description" filterable="true"
headerText="#{bindings.SetupVO1.hints.Description.label}"
styleClass="#{row.bindings.Date.attributeValue gt row.bindings.sDate.attributeValue? tableRowCreate :''}"
id="c20" >
<af:inputText value="#{row.bindings.Description.attributeValue}"
label="#{bindings.SetupVO1.hints.Description.label}"
columns="#{bindings.SetupVO1.hints.Description.displayWidth}"
shortDesc="#{bindings.SetupVO1.hints.Description.tooltip}"
id="it19" autoSubmit="true">
</af:inputText>
</af:column>
CSS StyleClass:
.tableRowCreate{
background-color: #CC9966;
Thanks,
Rajesh

Hi Rajesh ,
I tried applying this style , It works fine for me in IE8.
I am using Jdev 11.1.1.3.0
but this shouldnt be the cause , can u try installing firebug and see the style class getting applied to column

Similar Messages

  • Linked Image with CSS Hover background Color Jerks in IE8

    Please see http://www.rrmuseumpa.org/about/musviews/index.shtml and hover over any of the five slideshow images, using IE8. Note that the hover causes a jerk when the assigned background color for hover kicks in, apparently by adding some vertical margin at botton. It's fine in all other browsers.
    What I want is for any image that serves as a link to not have a border and to not pick up the default hover background color, and to not cause the "jerk" in IE8.
    CSS file is at http://www.rrmuseumpa.org/css/main.css . Specific css would be most appreciated.
    Thanks.
    Jim

    The very last style rule states
    /* 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;
    color: #FFF;
    This is a white backgorund and white text. Simply change the background colour to #2565B2
    Gramps

  • Default background color issue

    Hi,
    I am trying to change themes at run-time using
    StyleManager.loadStyleDeclarations(). Whenever I switch to a theme,
    the default theme's background color shows up for a fraction of a
    second. I tried using the "StyleEvent.COMPLETE" event handler but
    it doesn't seem to work. Is there a way to remove this? I want the
    transition from my current theme to the next theme to be smooth
    without the default background color appearing. If anybody can
    please provide a solution for this, It would be a great help.
    Thanks,
    Jai

    quote:
    Originally posted by:
    LuigiL
    Project -> Properties -> Flex Compiler -> add the
    default color:
    -default-background-color 0xFFFFFF
    That's not what he's talking about... He's saying if you load
    a CSS file with loadStyleDeclarations(), it will momentarily flash
    the default, green Halo theme before switching to the new style...
    If I load up my white theme (White.swf -- compiled to swf from css)
    and then I want to change to my red theme (Red.swf) like:
    StyleManager.unloadStyleDeclarations("White.swf");
    StyleManager.loadStyleDeclarations("Red.swf");
    At the * point in the execution, it will flash the green Halo
    theme instead of just making a smooth transition from white to
    red... It doesn't look so professional...
    I have the same problem when switching themes, and it's very
    annoying... Guess I'll keep an eye on this thread...

  • AS2 TextInput Background Color - Issues when trying to change dynamically

    Hello,
    I'm having issues changing a TextInput background color after the initial onLoad using AS2.
    On load, I have no issues setting the background color with this code:
    Code:
    onClipEvent (load) {
        this.background = true;
        this.backgroundColor = 0x1E1C1C;
    However, I have a form validator run when focus is lost but yet I cannot set the background color at that point. For example, I'm trying to set the background color to orange and text to white if the field's contents are invalid. Even something simple like this doesn't affect the colors.
    Code:
    on (focusOut) {
            this.backgroundColor = 0xFAA523;
            this.borderColor = 0xFAA523;
            this.borderStyle = "solid";
            this.color = 0xFFFFFF;
            this.text = 'Enter your first name';
    All code is in actions for the TextInput itself.
    Anyone know what I'm doing wrong?
    Thanks in advance!

    Actually, that's not the solution. You need to use setStyle to access the backgroundColor property when the TextInput is already generated.
    This worked for me:
    this.setStyle("backgroundColor",0x1E1C1C);

  • My Faces t:panelTabbedPane Background Color Issue.

    Hi
    I am using the <t:panelTabbedPane> and <t:panelTab>. I am trying to applying below mentioned CSS for the background color for tabs.
    .tabpanel{position:absolute; cursor:hand; font-weight: bold; text-align: center; border: 1px;
    border-color:#ffffff; border-style:outset; background-color:#E8F1EB; border-bottom-style:none;
    margin:0px;}
    And i am using the styleClass in t:panelTab and using activeTabStyleClass and activeSubStyleClass but it is not effecting.
    Any help would be appreciated
    Thanks in advace.
    Satish Cheedalla.

    what do u mean change JApplet background color?
    when I created the GUI I've put this command :
    frame.getContentPane().setBackground(Color.BLACK);I've made all my panels opaque(false) and now in the AppletViewer everithings the same(black), and in webpage, everithing is gray(the default color).

  • Dreamweaver CSS div background color doesn't match .png menu button color on PC

    Hello,
    I created a menu with buttons the same background color (CSS) as the background color on my CSS template. However, for some reason, the colors don't look the same on mac and a pc. The background on the menu buttons that I created (.png) match the css template div background on a mac. But, when the site displays on a pc, the menu background color from the css template is darker than the .png background color, even though the color code is the exact same. On a mac, the .png background color matches the css div template color exactly. Anyone know what is going on or how to fix?
    I appreciate any assistance!

    Are both monitors calibrated?
    http://www.wikihow.com/Calibrate-Your-Monitor
    Windows renders images a tad darker.  To compensate, use Gamma Correction in Photoshop.
    http://www.photoshopsupport.com/tutorials/cb/gamma.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Field background color issues

    I have a form with a table holding 20+ text fields and menu
    fields. All are
    set with a class to set the font and background color. Some
    of the fields
    are a light tan and some are gray like they are supposed to
    be. But I can't
    find anything in the code that should make this difference.
    any ideas???? anyone?

    That is unf**king amazing. I had no idea that was the
    culprit. I spent
    hours looking and searching through stuff to find that.
    thanks!!!!
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:er56p0$mj4$[email protected]..
    > Google toolbar?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Terry" <[email protected]> wrote in message
    > news:er55jt$ktj$[email protected]..
    >>I have a form with a table holding 20+ text fields
    and menu fields. All
    >>are
    >> set with a class to set the font and background
    color. Some of the
    >> fields
    >> are a light tan and some are gray like they are
    supposed to be. But I
    >> can't
    >> find anything in the code that should make this
    difference.
    >> any ideas???? anyone?
    >>
    >
    >

  • Background Color Issues!

    I am having trouble viewing artwork after applying a new background color. The artwork was originally black, but was changed to white prior to the background change. I changed from a default white artwork background to a black background. My artwork doesn't show through the black. Im sure I am missing something simple, but please help! Im new to the program, and am trying to teach myself. Any general tips/shortcuts would also be greatly appreciated.

    Sounds like it might be an overprint problem. First check your artwork in Overprint Preview. If everything that should be white looks black it is most likely that when you changed from balck to white you forgot to remove the overprint. Check Attributes panel.

  • Setting Canvas Background Color issue

    For some reason I cannot set a color for my canvas background. I have tried using setStyle('backgroundColor', colorNumber); in actionscript and setting directly in the mxml with no success. It only takes the value that is set in the design mode of Flex.  Ideally I want to load in a color value from an xml file and use that color value, which I have been doing for other components, but for some reason the canvas will not work. Any ideas???

    Ok this is complete code, where i'm reading xml through wrapper which you can do it through HTTPservice. Make sure you put proper swf name while embeding.
    <!--------------------------------------------------------------mxml code---------------------------------------------------------------------->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="create()" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]">
    <mx:Script>
    <![CDATA[
    import mx.utils.ColorUtil;
    import com.anychart.visual.fill.Fill;
    import com.anychart.styles.Style;
    import mx.collections.XMLListCollection;
    import mx.rpc.events.ResultEvent;
    import mx.controls.Alert;
    [Bindable]
          public var inputdata:XMLListCollection;
          [Bindable]
         public var canvasData:String;
         [Bindable]
         public var list:XMLList;
         [Bindable]
         public var mycolors:Array = new Array();
         public var count:int=0;
         public var clrname:String;
        public function create():void{
        //Reading data from wrapper
        canvasData=mx.core.Application.application.parameters.canvasData;
        //convert into xml      
            list = new XMLList(canvasData);
            //datasource
            inputdata = new XMLListCollection(list);
            for(var j:int=0;j<3;j++){
        for each(var item:XML in inputdata){
    mycolors[j] =item..name[j].toString();
        public function showme():void{
        var value:String=" ";
        for(var i:int=0;i<3;i++){
        value = mycolors[i]+"\n"+value;
        Alert.show(value);    
        public function change():void{
        if(count == 3){
        count=0;
        clrname=mycolors[count];
        else{
        clrname=mycolors[count];
        Alert.show(count+" "+clrname); //This alert line is optional you can remove it all other lines are imp.
        count++;
        mycanvas.setStyle("backgroundColor",clrname);
    ]]>
    </mx:Script>
    <mx:Panel x="246.5" y="48" width="500" height="544" layout="absolute" backgroundColor="#E8E5E5">
    <mx:Canvas id="mycanvas" x="55" y="40" width="370" height="436" backgroundColor="0xFFFFFF" cornerRadius="20">
    <mx:Label x="51" y="55" text="This is Canvas" width="147" height="23" fontSize="17"/>
    <mx:Button id="btn1" x="51" y="99" label="Show me" click="showme()"/>
    <mx:Button id="btn2" x="152" y="99" label="Change"  click="change()"/>
    </mx:Canvas>
    </mx:Panel>
    </mx:Application>
    <-------------------------------------------------------------------------------jsp code where swf embeded--------------------------------------------------------------------------->
    <html lang="en">
    <head>
    <title></title>
    <%
        String canvasData = "<values><name>0xE4F9A0</name><name>0xA5BC4E</name><name>0x6693B0</name></values>";
    %>
    </head>
    <body scroll="no">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    id="problem" width="100%" height="100%"
    codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="problem.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name='FlashVars' value='canvasData= <%= canvasData %>'/>
    <embed src="problem.swf" quality="high" bgcolor="#869ca7"
    width="100%" height="100%" name="problem" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/go/getflashplayer"
    FlashVars="canvasData= <%= canvasData %>">
    </embed>
    </object>
    </body>
    </html>

  • Palette Background Color Issue...

    Duplicate post removed by poster. Sorry folks!

    Hi ArrrBee,
    Do you mean you created a panel with Configurator, after
    export it into Photoshop, you find this panel has a white
    background? Does this panel show the objects in it? Or it is just a
    blank panel, no tools/buttons in it?
    We haven't met this situation before. So could we get your
    exported panel folder to investigate this? You can find the
    exported folder under Plug-ins/panels folder of Photoshop
    Installation path. The folder name is the same as the panel name
    that you exported.
    And please tell us which platform and the Photoshop version
    your used.

  • Re:Setting background color in BSP using HTMLB

    Hi All,
    I am new to BSP's and i am using htmlb tags .The problem is i am able to set the background color of the page using html but i want the same using htmlb tags.Is there any tag to do this or shall i have to use themes?.Please help me in this issue.Thanks in advance.

    Hi Lokesh,
    This is the syntax of setting the background color
    <style type="text/css">
    .urGrpTtlBox{
      background-color:#FF0000;
    </style>
    paste it in layout page.
    Award me if this answer is helpful to u.

  • Can't update background color of library item.

    I used a library item as a nav bar on my site pages.  I have changed the background color of the pages, but a different, older, background color is overriding the new one.  I get this error message:
    making this change would require changing code that is locked
    Maddeningly, if I recreate the link, the lbi gets changed, not the page html.
    Here is the offending code:
    <!-- #BeginLibraryItem "/public/navbar/navbar.lbi" -->
                    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                    <html xmlns="http://www.w3.org/1999/xhtml">
                    <style type="text/css">
    body {
        background-color: #7d142c;
                    </style>
                  <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
                    </script>
                    <body onload="MM_preloadImages('navbar2-ads-over.jpg','navbar2-brochures-over.jpg','navbar2-cat alogs-over.jpg','navbar2-exhibits-over.jpg','navbar2-logos-over.jpg','navbar2-web-over.jpg ','navbar2-about-over.jpg')">
                    <table width="521" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><a href="adspage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','navbar/navbar2-ads-over.jpg',1)"><img src="navbar/navbar2-ads.jpg" alt="Ads" name="Image8" width="47" height="40" border="0" id="Image8" /></a><a href="brochurespage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','navbar/navbar2-brochures-over.jpg',1)"><img src="navbar/navbar2-brochures.jpg" alt="Brochures" name="Image9" width="83" height="40" border="0" id="Image9" /></a><a href="catalogspage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','navbar/navbar2-catalogs-over.jpg',1)"><img src="navbar/navbar2-catalogs.jpg" alt="Catalogs" name="Image10" width="83" height="40" border="0" id="Image10" /></a><a href="exhibitspage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','navbar/navbar2-exhibits-over.jpg',1)"><img src="navbar/navbar2-exhibits.jpg" alt="Trade Show Exhibits" name="Image11" width="70" height="40" border="0" id="Image11" /></a><a href="logospage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','navbar/navbar2-logos-over.jpg',1)"><img src="navbar/navbar2-logos.jpg" alt="Logos" name="Image12" width="61" height="40" border="0" id="Image12" /></a><a href="websitespage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','navbar/navbar2-web-over.jpg',1)"><img src="navbar/navbar2-web.jpg" alt="Web Sites" name="Image13" width="93" height="40" border="0" id="Image13" /></a><a href="aboutus.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','navbar/navbar2-about-over.jpg',1)"><img src="navbar/navbar2-about.jpg" alt="About Us" name="Image14" width="84" height="40" border="0" id="Image14" /></a></td>
                      </tr>
                    </table>
                  <!-- #EndLibraryItem -->

    Thanks for the response, Ben.  The issue is now moot.  By running Find and Replace on the full site about six times, DW eventually decided to swap out all of the color codes.  There is obviously some underlying bug that bit me, but I'm good for now.

  • Custom Action to change selected column's Background color for a table in CEWP

    I have a OOTB CEWP. When I insert a table to this, I would like to see a context menu that would give me an option to change the selected cell's/row's/table's properties like cell padding/cell spacing/background color etc.
    How can this be achieved using SP2013 ribbon's custom actions. It would be great if we could add all these properties on a separate contextual tab when row/cell/table is selected.
    Rajasekar A.C

    Hi,
    If the table in Content Editor Web Part, we don’t need to use SharePoint Ribbon to achieve it.
    We can insert some input button and use jQuery to change the table tr/td background color.
    The code like this:
    <style type="text/css">
    .highlight {
    background-color: red;
    </style>
    <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("#TableID tr").click(function () {
    $(this).toggleClass("highlight");
    </script>
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Background color missing

    I'm a newbie just working on the Adobe Dreamweaver tutorial.
    It instructs me to go to modify>page properties> click on the
    background color box and select black (#000000). I did this and the
    background color is still without color. When I open the page in
    Safari, the black color is there in the background. It also is in
    the code.....
    I also tried this before only with a large background image.
    It would not appear on the page in Dreamweaver but was in the code
    and showed up when I opened it in Safari. Please advise. Thanks so
    much!!
    Text

    This page will definitely be black in DW. Are you sure you
    are looking at
    the right page? Do you have styles enabled (VIEW | Style
    Rendering >
    Display Styles)?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Bennibird" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    > I'm a newbie just working on the Adobe Dreamweaver
    tutorial. It instructs
    > me
    > to go to modify>page properties> click on the
    background color box and
    > select
    > black (#000000). I did this and the background color is
    still without
    > color.
    > When I open the page in Safari, the black color is there
    in the
    > background. It
    > also is in the code.....
    > I also tried this before only with a large background
    image. It would not
    > appear on the page in Dreamweaver but was in the code
    and showed up when I
    > opened it in Safari. Please advise. Thanks so much!!
    >
    >
    >
    Text
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Cafe Townsend</title>
    > <style type="text/css">
    > body {
    > background-color: #000000
    > }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="700" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td height="90"><img src="" alt=""
    name="banner_graphic" width="700"
    > height="90" id="banner_graphic" style="background-color:
    #993300" /></td>
    > </tr>
    > <tr>
    > <td height="166"> </td>
    > </tr>
    > <tr>
    > <td height="24"> </td>
    > </tr>
    > </table>
    > <p> </p>
    > <table width="700" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td width="140" bgcolor="#993300"><span
    class="style1"></span></td>
    > <td width="230"
    bgcolor="F7EEDF"> </td>
    > <td width="330"
    bgcolor="F7EEDF"> </td>
    > </tr>
    > </table>
    > Cafe Townsend
    > <table width="700" border="0" cellspacing="0"
    cellpadding="0">
    > <tr>
    > <td height="24"> </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • Change background color of document

    Hello,
    With Design2003, the background color is gray. I would like to change it and put white.
    I saw that I can use
    <body bgcolor=" white">
    but it doesn't work. I think I don't write it in the good place.
    Here is the main attribute of my BSP. I have a CSS file.
    Thanks for your help.
    Véronique.

    Hi Veronique,
    try this...
    <htmlb:content design="design2003" >
      <htmlb:document>
        <htmlb:documentHead title="Title" >
        <htmlb:headInclude />
        <style type="text/css">
        .urBdyStd { background-color: yellow; }
        </style>
        </htmlb:documentHead>
        <htmlb:documentBody>
          <htmlb:form>
    => <TABLE> contain of my HTML page </TABLE>
          </htmlb:form>
        </htmlb:documentBody>
      </htmlb:document>
    </htmlb:content>
    Cheers
    Graham Robbo

Maybe you are looking for

  • Dhcp client option 60 vendor class windows 7 - HOW TO CHANGE?

    Hi, I would like to change the vendor class (dhcp option 60) on my Windows 7 box (not server). I have a requirement to connect to a dhcp server that requires a unique vendor class that happens to not be "MSFT 5.0". Eventually we are going to be runni

  • Third party encryption plug-in for a pdf form.

    We are looking for an Adobe approved third party encryption plug-in for a pdf form. 256 bit, assymetric, two key, one public (embedded in form) and one private (accessible only to our organisation

  • TOC numbering problems

    Hi, In my TOC, level 1 and 2 appear just fine because they are based on my level 1 and level 2 heading styles which are numbered. But my level 3 heading style is not numbered, so it also appears numberless in the TOC. I tried adding numbering to my l

  • VLANs with L3 Switch (SG-500)

    Hi, I'd like to know how to configure VLANs in SG-500 with it's L3 functionality (switch router). The switch is up and running currently in L2 mode and has a few hosts connected to it. Some questions I have: If I switch it to L3 (set system mode rout

  • Enable SMTP debug for OIM 11g notifications

    Hi, OIM 11g here. I am trying to set up reset password notification, but no way. I would like to know how to enable the debug mode to see what SMTP commands are issued towards the mail server. I have already trying setting to TRACE:32 the logger clas