CSS not working in ColdFusion 8

We just upgraded from ColdFusion MX7 to ColdFusion 8 and all of our CSS that worked in MX7 suddenly do not work in 8.  Does anyone have any ideas as to what might be happening?
Thanks!

Yep - the browsers view source shows all the CSS code as it should.  Here is what we're doing:
CSS call in the head:
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
CSS reference in the code:
<table width="95%" border="0" cellpadding="2" bordercolor="navy" align="center" class="table_content">
CSS code in styles.css:
@media screen {
body  {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
.field_label  {font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #990000;}
.header:link    {font-family: Verdana,Arial,Helvetica,sans-serif; color: #FFFFFF; text-decoration:none}
.header:visited {font-family: Verdana,Arial,Helvetica,sans-serif; color: #FFFFFF; text-decoration:none}
.header:hover   {font-family: Verdana,Arial,Helvetica,sans-serif; color: #0000FF; text-decoration:none}
.header:active  {}
.headerblack:link    {font-size: 12px; font-family: ArialNarrow,Helvetica,sans-serif; color: #000000; text-decoration:none}
.headerblack:visited {font-size: 12px; font-family: ArialNarrow,Helvetica,sans-serif; color: #000000; text-decoration:none}
.headerblack:hover   {font-size: 12px; font-family: ArialNarrow,Helvetica,sans-serif; color: #0000FF; text-decoration:none}
.headerblack:active  {}
li      {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
.navigation {font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
     font-weight: bold;
     text-align: center;}
p       {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
.style2 {font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   color: black;}
.table_content  {font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: black;}
.textbox   {font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: black;}
@media print {
body  {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
li      {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
.navigation {display: none;}
.noprint {display: none;}
p       {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;}
.style2 {font-family: Arial, Helvetica, sans-serif;
   font-size: xx-small;
   color: black;}
.table_content  {font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
     color: black;}
.textbox   {font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: black;}
It all seems pretty basic to me and it worked fine in MX7?

Similar Messages

  • Web Service is not working in COldfusion 8

    Hi,
    I am using the following code for creating the web service.
    this code was perfectly working in Coldfusion 7,
    however not working in Coldfusion 8.
    &lt;cfscript&gt;
        try {
            ws = CreateObject("webservice", CurrentURL & "IntouchDataService.cfc?wsdl");
        } catch (any e) {
            WriteOutput("Error occured while invoking the Web Service at: ");
            WriteOutput('&lt;a href="#CurrentURL#IntouchDataService.cfc?wsdl"&gt;#CurrentURL#IntouchDataService.cfc?wsdl &lt;/a&gt;');
            WriteOutput('&lt;hr /&gt;&lt;h2&gt;');
            WriteOutput(e.message);
            WriteOutput('&lt;/h2&gt;&lt;hr /&gt;');
            WriteOutput(e.detail);
            WriteOutput('&lt;hr /&gt;');
            WriteOutput(e.StackTrace);
    &lt;/cfscript&gt;
    Follwoing error i got:
    coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 semantic error compiling "E:/ColdFusion8/stubs/WS-2123243560/coldfusion/xml/rpc/CFCInvocationException.java": < 10. public class CFCInvocationException extends org.apache.axis.AxisFault implements java.io.Serializable { . . . 88. } > *** Semantic Error: A class file was not generated for the type "coldfusion.xml.rpc.CFCInvocationException" because a library method that it depends on was not found. See system messages for more information. Found 1 semantic error compiling "E:/ColdFusion8/stubs/WS-2123243560/com/intouchsupport/www/IntouchDataService/TestWebServ iceLocator.java": < 10. public class TestWebServiceLocator extends org.apache.axis.client.Service implements com.intouchsupport.www.IntouchDataService.TestWebSe
    Also i did lot of googling to solve this issue but no luck.
    also i found following blog about this issue also and i did the give steps however problem not solved.
    http://tjordahl.blogspot.com/2007/09/coldfusion-8-getting-started-code.html
    Can somebody help me to sort out this issue?
    thanks
    Prashant Gupta

    Hi,
    I got solution to my problem of webservice is not working in CF8.
    the problem was
    we have already a "rt.jar" file in a location and we defined this location in CF Admin >> java jvm >> classpath
    so this file was conflicting.
    i simply removes this file path from CF Admin.
    and restart the CF services.
    and my web service start working.

  • The internal html viewer is not working in coldfusion builder 2.

    It is so frustrating how hard this is. I finished setting up coldfusion and coldfusion builder 2 with an apache local webserver and was hoping to make use of the internal html viewer but it won't come on! All I see is a blank grey page with no content. After creeping around the forums for a while it seemed that the simplest solution was to use the internal coldfusion server so I uninstalled everything and did just that, reverting my administrator page to http://localhost:8500/CFIDE/administrator/index.cfm (working and launchable from the IDE), placing my webroot at C:\ColdFusion9\wwwroot and with all the folders in their right place. The server is running ok and when I launch the run as "coldfusion administrator" option to run my index file, it succesfully opens the external browser and displays the page.
    I have the same setup on my desktop at home, the same files, installation, everything! and it works but not on my laptop. I followed Ben Forta's instructions to a T and yet I still am not getting the html preview. I even tried to hard code the absolute url in the html preview settings and still nothing but that annoying grey.
    Is this a bug? There doesn't seem to be anything about it in the bug reports. It is quite infuriating how something that seems so miniscule could be such an annoyance. I have already gotten quite used to the preview pages and coldfusion and I would prefer to code that way rather than making use of dreamweaver which I feel I am being forced to use, but at least it's consistent.
    Please if anyone could provide some answers and help I would really appreciate it! I have only so much hair left!
    Thanks!

    Perhaps others may recognize and resolve this for you. I and others here often can and do offer quick solutions to many problems. And I can appreciate that it’s reasonable to think that something so simple should just work. But in this case I think are simply too many variables that could explain why things are not working for you. And while I can also appreciate that you will prefer to get a solution for free if anyone can offer it, I just can’t even begin to offer all the possible problems and solutions, at least by email, in this case. Again, maybe someone else will make a quick connection.
    But I will point out that if you’re willing to pay US$75, I offer a service of remotely troubleshooting any one CFBuilder problem for that fixed price. Hopefully I might help you solve it quickly (when I can see exactly what’s going on in your environment), but you will not pay if I don’t solve the problem in up to 2 hours effort. If you may be interested, see www.carehart.org/consulting/ for more, and if you want to set up a time to get together (over the web), drop me an email at [email protected]
    Finally, please note that I don’t often point out this service here on the forums. I generally just offer suggestions (sometimes lengthy ones) without any commercial expectation, so please don’t regard this as me engaging in “abusive unsolicited commercial email”. I’m just offering a possible solution, given the OPs sincere challenge in solving things.
    /charlie

  • CustomStyle.css ;  not working as it should

    I feel rather silly posting this question here, considering that, a few months ago, I posted a similar question.
    I guess the situation is a bit different.
    I am currently developing a new IDM instance on my server.
    I am trying to customize some pages (*Tabs, Headings, Logos, Masts*, etc, etc)
    I already have one IDM system running smoothly; I successfully implemented the "*customStyle.css*" file in that first system.
    Now, I decided to simply COPY the files I used there (including logos, jpg photos, etc, etc) into the new server (into the : idm/images/other folder)
    But, it is not working.
    For some reason, none of my attempts at customizing, is working. Not even after I re-started my application server.
    Other than copying the files and folders which I used before, is there anything else I should have done?

    We saw something similar a while back and discovered it was the app server cache. Depending on the app server you are running, there will be a cache folder (usually hidden). Resetting the app server doesn't expire the cache usually (I know, logically it "should" but many times it doesn't). We had to stop the app server and delete the cache folders. We are using weblogic so the directories we had to delete were the .wlnotdelete directories, then start the app server.

  • Resizing image using CSS - not working in IE

    Hello,
    I have a standard report with couple of columns one of which a image column. The images are of varying sizes and I manged to resize them to a fixed width & height by using CSS code in page header as below:
    td[headers="ITEM_PICTURE"] img {
      display: block;
      width: 70px;
      border: 1px solid #999;
      padding: 4px;
      background: #f6f6f6;
    }The CSS does the trick in Chrome & Firefox but does not work in internet explorer. Is there a way to make this CSS code IE friendly?
    Cheers for help.

    William Wallace wrote:
    I am using Apex 4.2.1 (had this issue in 4.1.1 as well) and using theme 10.Ah, the Sludge Sand theme. In 4.x that's a legacy theme only really included to allow applications to run on IE6. It's therefore intended to run in quirks mode, meaning in Internet Explorer terms there's no support for anything that didn't work in IE6 (for certain values of "work"). This means no CSS3, no support for a lot of useful CSS2.1 stuff (like attribute selectors), and probably problems with jQuery which requires standards mode. Adding a DOCTYPE to the page templates to trigger standards mode Interactive Report: how can I display carriage returns?. In 4.2 you really should switch to one of the latest Standard themes, or at least one of the standards mode Legacy themes (those not marked with a "*").
    If you must use theme 10, and there are no other images in this report (like edit icons) then you could add a static ID to the region and use a more basic selector like:
    #static-id td.t10data img {
      display: block;
      width: 70px;
      border: 1px solid #999;
      padding: 4px;
      background: #f6f6f6;
    }However, it appears that one of IE's quirkier quirks mode quirks is that CSS padding is not supported on images, so the presentation you want is not possible using theme 10 in IE and CSS alone.
    Switching to a modern theme is recommended.
    Edited by: fac586 on 02-Mar-2013 10:31

  • Css not working in AIR app?? Help Please :(

    Hi Everybody,
    Really hope someone can help with this as I can't find the solution to save my life.
    In my css file I have:
    #map2{
        border-color:red;
        border-style:solid;
        border-width:1px;
        height:130px;
        width:84%;
        float:right;
        vertical-align:middle;
    In my HTML file I have:
    <div id='map2'><input type="text" name="search"><input type="submit" value="search blog"><input type="submit" value="search web"></div>
    The css and HTML are woring fine together apart from the 'vertical-align:middle'??
    I have no idea why this is not working and I have looked all over the internet, can anyone out there help with this, PLEASE!!
    Thank you all in advance
    IrishAIRMax

    vertical-align doesn't work like you think it should. Read this page:
    http://phrogz.net/CSS/vertical-align/index.html

  • Firefox Ver. 34.0.5 fails to render Youtube website. CSS not working. Ideas?

    Youtube.com website not rendering (CSS requests are not working), and videos not accessable. This is not related to any plugin issues, such as Flash, etc. The youtube.com main page renders like an experimental HTML document, with no style-sheet info. I've attached screen images to show what it looks like.
    I found one other similiar situation, in Arch-Linux, where the problem turned out to be a DNS configuration issue. I have tried many DNS configurations, and confirm I can get to every other website, and they seem to render ok. I can even watch videos on other websites, if I enable the Flash plugin. I have removed and re-installed Firefox at least three times, as I have it working correctly on several other machines (LInux and Windows ). The problem machine runs Windows XP, SP3, and is an older HP box. Note that all other websites seem to render correctly, and videos are watchable. It appears to be related to i.ytimg.com CSS (cascading style sheet) access just not working, but only for Youtube. Any ideas? Three detailed screen captures are provided below. I tried removing the firewall restrictions, made no difference. I also did a detailed scan for virus issues and malware, but no evidence of any found. I'm stymied. Any suggestions appreciated.
    One issue might be the recent TOR browser bundle, which I have installed on the machine. It works fine, and renders Youtube.com, but videos are slow. TOR documentation and technical reports assert that TOR-browser does not interact
    with existing browsers (it is Firefox 31.xx, I think.) TOR does establish proxy settings, and I have confirmed the Ver. 34 non-TOR Firefox is configured to not use any proxy setting.
    I am running out of ideas here. This behaviour is strange. Any suggestions how I can detail debug Firefox in operation as it does this broken rendering? The error even affects earlier versions of Firefox.

    *** SOLVED *** !!!
    Got it!
    I have spent *days* on this, because it just bugged me so much!
    FOund it by searching and reading all the Mozilla FIrefox support forums.
    Problem was an old hard-coded fix that I put into my HOSTS file, on my Windows XP, SP3 machine. Specifically, I had experienced hang issues with a site called "i.ytimg.com", which I believe is the static cache for Google/Youtube stuff. I tracked this error down to failures of security certificates, but confirmed my security cert store was isometric between my machine cluster (they were all the damn same!)
    So, I had put two lines in the HOSTS file, to hard-code an IP address so that Google-youtube pages would not hang up waiting for "i.ytimg.com"
    Well, of course, Google/Youtube is now using different locations, or akami servers or some damn thing...
    The fix just involved removing these two hard-coded lines from my HOSTS file. I just commented the old fix out, and now everything works.
    <pre>
    # --- two lines added to fix i.ytimg.com hang problem
    # 74.125.162.39 static.cache.l.google.com s.ytimg.com
    # 74.125.162.39 static.cache.l.google.com i.ytimg.com
    </pre>
    (The # symbol is used to make a comment in hosts file... )
    On Windows XP, XP3, the "hosts" file is typically located in:
    C:\WINDOWS\system32\drivers\etc\hosts
    If you are having goofy problems with some youtube/google webpages
    not rendering, or generating SSL (bad_certificate) errors, check your
    "hosts" file, and ensure no ip redirection has been slotted in there
    from a while back.
    Hope this helps others...
    - Mark Langdon, GEMESYS Ltd.

  • Rich faces Problem(CSS not worked) in linux.....

    Hai,
    We are developing web applications using JSF with Hibernate and Tomcat 6.0.18.
    In JSF, we used Rich Faces(third party components).
    The following jar files put in lip folder
    1.richfaces-api-3.2.1.GA
    2.richfaces-impl-3.2.1.GA
    3.richfaces-ui-3.2.1.GA
    4.jsf-api.jar
    5.jsf-1.2
    6.jsf-impl
    We create war file, by using MyEclipse6.5, It will work well in windows Operating System.
    But in linux Operating System, the Style Sheet, Calendar images and CSS was not worked?
    Advance thanks.
    with Regards,
    A.MariMuthu

    Check if the generated HTML output is as expected. Otherwise rather post this issue at a forum/mailinglist devoted to RichFaces. This is not related to Sun JSF.

  • Default spry css not working correctly

    Hi. I made my first Spry tabbed panel, CS3 on a Mac. It
    worked perfectly in Safari, and on a PC with Explorer. However the
    panels were not "stacked" under each other in Firefox and Opera -
    displayed all tab content as one long column . I ran a css
    validation and it came back with two errors:
    Property -moz-user-select doesn't exist : none
    Property -khtml-user-select doesn't exist : none
    What does this mean? Does anyone know why the tabbed panels
    are not working in Mozilla browsers and how to fix?
    The only change I made to the supplied css was to change the
    color of the tab, Here is the code:
    .TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 2px;
    margin: 0px 1px 0px 0px;
    font: bold 10px Arial, Helvetica, sans-serif;
    background-color: #DDD;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: #000000;
    Here is the page:
    http://pureinspirationmag.com/issues/back2.shtml
    Here is the link to the complete code:
    http://pureinspirationmag.com/SpryAssets/SpryTabbedPanels.css
    Thanks for any help!

    Perhaps there is something I can do within DW that might easily solve this?
    There's no magic button to fix bad code.  Adobe abandoned GoLive back in 2008 because it wasn't capable of producing standards compliant code.  This is 2013.  It would make more sense to re-build the site from scratch to be both web standards compliant and responsive in mobiles, tablets and desktops. 
    Nancy O.

  • Substr function not working in coldfusion sql

    Hi all,
    I am using coldfusion 7.0.2 with oracle 10g. I've the
    following simple query
    select substr(colname,1,3) from tablename
    this query works fine if i run it using TOAD or SQLPLUS but
    when i run this query in coldfusion script i get the following
    error
    [Table (rows 9 columns SUBSTR(colname,1,3)):
    [SUBSTR(colname,1,3): coldfusion.sql.QueryColumn@fc7be7] ] is not
    indexable by SUBSTR(colname
    can anybody tell me why it doesn't work in coldfusion but
    works fine in sqlplus?
    thank you

    There's no such thing as "coldfusion sql" (sic). Everything
    between the
    <cfquery> tags is simply resolved (ie: CF runtime
    statements between
    pound-signs) and passed straight to the DB drivers, and
    thence to the DB
    itself. CF does no SQL processing at all.
    Your error kind of suggests a syntac error AFTER the query
    has been
    executed though.
    Could you post some code, and point out which precise line is
    erroring?
    Adam

  • Links not Working on ColdFusion Support Center

    Does anyone know why none of the links to the articles here are not working?  http://www.adobe.com/support/coldfusion/security.html
    For example... the article... Top Five ColdFusion Security Issues
    http://www.adobe.com/devnet/server_archive/articles/top5_cf_security_issues.html
    This is also true of the TechNotes
    Thanks.

    Hi,
    Thank you for letting us know. We are checking these.
    Regards,
    Anit Kumar

  • Rollover css not working in cs4

    Hi
    I like to putz around with websites etc but I am building a very simple site, probably unorthadox but anyway I can't figure out why the rollovers in the nav are not working. I want them to change to an "orange" color on rollover and active and all the settings seem to be right and not being a code expert the code seems to indicate that is how it is set but can't figure out why they don't change color on the hover.
    the root to the site is
    www.allkindzatreasures.com
    I am not really sure how these forums work and if the pros can get the source code or not, if you need more info let me know.
    Thanks for any advice anyone cares to give.

    UPDATE: For the sake of any other "putzers" who might be looking on, I made a small change in the design view and then saved the template file and then it asked me to update all the pages, I did and seems to be working now. Thanks again.
    Cool but not out of the woods yet
    I changed the code in the template and when i save it and preview it it works the way I want,
    however after saving changes it does not ask me to update all the pages based on that template and none of the other pages have the new code, do you have any thoughts on that?
    I don't know if this is what you want but I'll copy and paste the code for the master below.
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title></title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        background-image: url(../www/images/pg_bkg_1.jpg);
        background-repeat: repeat;
    .cellbkg {
        background-image: url(../www/images/landpg_bkg_1000x700.jpg);
        font-size: medium;
        font-weight: bold;
        background-repeat: no-repeat;
    .cellbkg td div table {
        color: #7A8C90;
        font-size: large;
        background-color: #FFC;
    .cellbkg td {
        background-image: url(../www/images/gen_list_bkg.jpg);
        background-repeat: repeat;
    -->
    </style>
    <link href="../www/css1.css" rel="stylesheet" type="text/css" /><style type="text/css">
    <!--
    a {
        text-decoration: none;
        color: #869598;
    a:visited {
        color: #839194;
    a:hover {
        color: #F90;
        text-decoration: underline;
    body,td,th {
        font-family: Georgia, Times New Roman, Times, serif;
        color: #717C7E;
    .headings {
        font-size: larger;
        color: #717F80;
    .price {
        font-weight: bold;
    .title {
        font-size: 36px;
    .title strong {
        color: #717C7E;
    .nav {
        font-family: Tahoma, Geneva, sans-serif;
    .nav {
        font-weight: bold;
    .nav {
        color: #717C7E;
    .smnav {
        font-size: xx-small;
    .nav {
        color: #AEBAB8;
    .smnav td {
        color: #728081;
    .xsmallnav {
        font-size: x-small;
    .blktype {
        font-family: Arial, Helvetica, sans-serif;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body text="#717C7E" link="#717C7E" vlink="#FFFFFF" alink="#717C7E">
    <table width="1000" border="7" align="center" cellpadding="4" cellspacing="2" class="blktype">
      <tr>
        <td colspan="4" bgcolor="#FFFFFF"><img src="../www/images/gen_banner_top.jpg" width="994" height="276" border="0" usemap="#Map" /></td>
      </tr>
      <tr>
        <td height="100" colspan="4" valign="middle" bgcolor="#FFFFFF"><blockquote>
          <table width="911" height="85" border="0" align="center" cellpadding="2" cellspacing="1">
            <!-- TemplateBeginEditable name="EditRegion5" -->
            <tr>
              <td height="47" colspan="5" valign="top" nowrap="nowrap"><span class="title"><strong>ART &amp; DECOR</strong></span></td>
              <td width="53" valign="top" nowrap="nowrap"> </td>
              <td colspan="2" nowrap="nowrap"> </td>
              <td width="34" nowrap="nowrap"> </td>
              <td colspan="3" align="right" nowrap="nowrap" class="nav"><a href="../www/aboutus.html">About Us</a></td>
              <td width="98" align="right" nowrap="nowrap" class="nav"><a href="../www/contact.html">Contact</a></td>
            </tr>
            <!-- TemplateEndEditable -->
            <tr align="center" class="xsmallnav" style="color: #748484; font-size: 12px; font-family: 'Courier New', Courier, monospace;">
              <td width="157" nowrap="nowrap"><a href="../www/antiques.html">Antiques /Collectables</a></td>
              <td width="68" nowrap="nowrap"><a href="../www/art.html">Art/Decor</a></td>
              <td width="61" nowrap="nowrap"><a href="../www/household.html">Household</a></td>
              <td width="75" nowrap="nowrap"><a href="../www/elect.html">Electronics</a></td>
              <td width="51" nowrap="nowrap"><a href="../www/clothes.html">Clothes</a></td>
              <td nowrap="nowrap"><a href="../www/jewelry.html">Jewelry</a></td>
              <td width="37" nowrap="nowrap"><a href="../www/photo.html">Photo</a></td>
              <td width="40" nowrap="nowrap"><a href="../www/books.html">Books</a></td>
              <td nowrap="nowrap"><a href="../www/toys.html">Toys</a></td>
              <td width="70" nowrap="nowrap"><a href="../www/new.html">Brand New</a></td>
              <td width="102" nowrap="nowrap"><a href="../www/trash.html">One man's trash</a></td>
              <td colspan="2" nowrap="nowrap"><a href="../www/evelse.html">Everything Else</a></td>
              </tr>
          </table>
        </blockquote></td>
      </tr>
      <!-- TemplateBeginEditable name="EditRegion4" -->
      <tr bgcolor="#B7C5C5" style="color: #006; font-size: small;">
        <td>  </td>
        <td> </td>
        <td> </td>
        <td height="250"> </td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td height="250" bgcolor="#FFFFFF"> </td>
      </tr>
      <tr>
        <td bgcolor="#B7C5C5"> </td>
        <td bgcolor="#B7C5C5"> </td>
        <td bgcolor="#B7C5C5"> </td>
        <td height="250" bgcolor="#B7C5C5"> </td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td height="250" bgcolor="#FFFFFF"> </td>
      </tr>
      <tr bgcolor="#B7C5C5">
        <td> </td>
        <td> </td>
        <td> </td>
        <td height="250"> </td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td height="250" bgcolor="#FFFFFF"> </td>
      </tr>
      <tr bgcolor="#B7C5C5">
        <td> </td>
        <td> </td>
        <td> </td>
        <td height="250"> </td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td bgcolor="#FFFFFF"> </td>
        <td height="250" bgcolor="#FFFFFF"> </td>
      </tr>
      <tr bgcolor="#B7C5C5">
        <td> </td>
        <td> </td>
        <td> </td>
        <td height="250"> </td>
      </tr>
      <tr>
        <td width="128" bgcolor="#FFFFFF"> </td>
        <td width="406" bgcolor="#FFFFFF"> </td>
        <td width="250" bgcolor="#FFFFFF"> </td>
        <td width="204" height="250" bgcolor="#FFFFFF"> </td>
      </tr>
      <!-- TemplateEndEditable -->
    </table>
    <map name="Map" id="Map">
      <area shape="rect" coords="518,79,925,255" href="../www/index.html" alt="back home" />
    </map>
    </body>
    </html>

  • Af:commandLink : hover & active CSS not working

    Hi ,
    I am using JDeveloper 11.1.1.6
    My scenario is need to change the color in <af:commandLink> at that time of active.I tried the below CSS styles ,
    +af|commandLink :active{+
    background-color: #7FFFD4;
    +}+
    +af|commandLink :hover{+
    background-color: #FFCCFF;
    +}+
    But it's not working .I followed this http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/commandLink.jspx URL .

    Hi Lait,
    Thanks for the replay.
    I tried with hover it's working fine but still selected and activate properties are not working .I am using below Style & I am testing in IE 8.
    af|commandLink
    +{+
    color: Lime;
    +}+
    af|commandLink:active
    +{+
    color: Gray;
    +}+
    af|commandLink:hover
    +{+
    color: Red;
    +}+
    af|commandLink:visited
    +{+
    color: White;
    +}+
    af|commandLink :selected
    +{+
    color: Yellow;
    +}+
    Thanks ,
    David.

  • Af:commandLink : selected & visited CSS not working

    Hi All ,
    I am using JDeveloper 11.1.1.6.
    My Scenario is after click the Command links the link color need to be changed .
    hover property in command link is working fine but selected and visited are not working.
    I tried below CSS,
    [code]
    af|commandLink:hover {
        background-color: Red;
    af|commandLink:selected {
        background-color: Green;
    af|commandLink:visited {
        background-color: Blue;
    [/code]
    Thanks ,
    Arun D.

    Hi Arun,
    If i am note getting you wrong, then you mean to say that the color is changing when you have clicked and not yet left the mouse button (the Mouse button is still clicked)
    Then u have to add the pseudo class "commandLink:active :hover"
    Thanks,
    Pandu

  • Sharepoint Master Page Custom CSS not working in IE8.

    I am using custom CSS3 for my site master page, which is working on all other browsers(which support CSS3). I also have a fall-back CSS to support the design for IE8, but on loading the classes are not applied.
    What could be the possible reason for this? Any resolution or guidance to resolution? Am i missing something in that?

    try these linsk:
    http://sharepoint.stackexchange.com/questions/72192/masterpage-and-css-are-not-applied-in-ie-8
    http://sharepoint.stackexchange.com/questions/77132/custom-css-will-not-work-on-internet-explorer-8
    http://sharepoint.aspcode.net/view/635399286724222582121982/masterpage-and-css-are-not-applied-in-ie-8
    http://blog.drisgill.com/2009/03/problems-with-ie8-standards-mode.html
    http://msdn.microsoft.com/en-us/library/hh781508(v=vs.85).aspx
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

Maybe you are looking for

  • Access number inoperative

    Hello my Skype acces is not working I also found strange phone number authorization on my AUTHORIZED list Changing PASSWORD - is it going to change things? Improve?

  • Flash working in preview but not in any browsers

    I've created a Flash animation and inserted the SWF file (created in Flash 8) into my Dreamweaver CS2 file. It all works fine in preview (both in Flash and Dreamweaver). But on any of the browsers the public file doesn't show the flash animation. I h

  • Laptop won't turn on!!! why?

    Here we go again!!   Gateway laptop, 6 months old... was a trade because they had to " JUNK" my other one that was only 8 months old!  gosh! WELL ... I closed the laptop this afternoon, unplugged it... put it in the other room until dinner was done. 

  • How to kopi from Apple tv to Mac?

    Hos Can I kopi from Apple TV back to Mac ?

  • Select DBase (.dbf) data from Oracle on Linux

    How to select DBase (.dbf) data from Oracle on Linux ? dbf files connected to Linux form NetWare server as 'ncpmount'. Oracle has access as oracle 'Directory' object.