Hover table row style doesn't work in IE

I found a great way to create a rollover effect when you
hover over a table row, by giving the row a class of "resultsRow"
and using the following rules in my stylesheet:
.resultsRow {
background-color: #EAEEB1;
.resultsRow:hover {
background-color: #D2DE56;
This works perfectly in Firefox, but doesn't work at all in
Internet Explorer, which is what most of our audience will be
using. Does anyone know a fix for this in Internet Explorer?

On Thu, 20 Jul 2006 08:21:43 +0000 (UTC), "Claire S"
<[email protected]> wrote:
> .resultsRow {
> background-color: #EAEEB1;
> }
> .resultsRow:hover {
> background-color: #D2DE56;
> }
>
> This works perfectly in Firefox, but doesn't work at all
in Internet Explorer,
>which is what most of our audience will be using. Does
anyone know a fix for
>this in Internet Explorer?
As you've seen, IE is ancient and doesn't support it. You can
do it
pretty easily with JavaScript:
<style type="text/css">
.resultsRow {
background-color: #EAEEB1;
.resultsHover {
background-color: #D2DE56;
</style>
<tr class="resultsRow"
onMouseOver="this.className='resultsHover'"
onMouseOut="this.className='resultsRow'">
Gary

Similar Messages

  • I want to use the SQL query IF EXIST to update or insert data in a ms access table, but it doesn´t work

    Hi,
    I want to use the SQL query IF EXIST to update or insert data in a ms access table, but it doesn´t work
    (fault number -2147217900)
    I want to search for a value in a ms access table , if it exist i want to update it, if not i want to insert a new row.
    Working with LabView 7.1, database con. toolset.
    Who can HELP?
    Thanks a lot
    Marco

    Hello,
    I think that If exist is not a standar SQL command (I know it exists I think in Oracle and SQL server), MS access doesn't support it, so I think the best way to do it is first make a Select and then either an Update or an insert, sorry...
    Paulo

  • Table delete button doesn't work with Virtual Forms

    I applied all of Winston Prakash's tips to my project table (http://blogs.sun.com/winston/category/Creator), but my table is not the only component in the page, so I had to use Virtual forms.
    When I add the "Delete" button, i have to put it on a Virtual Form. I followed the steps on the multi selection table and the "Adding a button panel to the table component header" post, but when I select a row, the JavaScript works well (the row changes to yellow)... but the action code gets a :
    getTableRowGroup1().getSelectedRowsCount()==0
    and getTableRowGroup1().getSelectedRowKeys().length==0.
    I tried almost everything with the forms... I don't know what I missed...

    It works for me. Is it the Delete button in the Toolbar that doesn't work, or the Delete key in the keyboard, or what? Doesn't any other way of deleting a message work either (e.g. Edit > Delete)?

  • Cursor style doesn't work on web forms

    Hi All,
    I have a FORM (6i) from which I run the report by clicking a button .
    I used to set_application_property to set cursor style to BUSY untill I get report output . It works in client/server but doesn't work in Web .
    Can I set this in any other way or is there any way we can show a progress bar in web FORMS without using ActiveX ? .
    Thanks in Advance,
    Sampath

    Hi Duncan,
    Thank you for your update . I didn't get "try a call to synchronize "
    in your note did you want me to run the report in Synchronous mode ?
    Thanks,
    Sampath
    Cursor Style does work on the Web (at least in 6i, there was an old bug in 4.5) - you shouldn't have to but try a call to synchronize after the set_application_property call.

  • Why the style doesn't work?

    It's my very second test using Flex.
    quote:
    &lt;mx:Application ...&gt;
    &lt;mx:Style&gt;
    Text{
    backgroundColor:#FFFFFF;
    &lt;/mx:Style&gt;
    &lt;mx:HBox&gt;
    &lt;mx:Text /&gt;
    &lt;/mx:HBox&gt; ...
    &lt;/mx:Application&gt;
    This code doesn't work. I'd like to set my text control's
    background to white. Why is it wrong?
    Thanks.

    Because mx:Text does not have a backgroundColor
    style/property.
    Tracy

  • Deleting songs on ZEN X-Fi Style doesn't work

    Hello!
    I got a ZEN X-Fi Style 16GB which worked perfect until like 2 months ago. My problem is, if I delete a track on a player using the player (not PC), "menu -> Remove... -> Remove Track", it shows that the number of tracks decreased, BUT if I connect the player to my PC, the track is still there AND if I go to "All Tracks", I see there the old number of tracks with that one I deleted earlier.
    The tech. support couldn't help me. What I tried:
    - format the player using windows explorer
    - format the player using it's recovery mode (command "format all") - this just deletes everything but doesn't solve the problem
    - clean the player using it's recovery mode after "deleting" some tracks (command "clean-up")
    - remove the write protection on tracks using windows explorer: the player set it again during it's "rebuilding" procedure after disconnecting it from the computer
    - use the Creative Centrale to upload tracks to the player instead of just copy it to the player using windows explorer.
    - reinstall the firmware (I already had the newest firmware installed)
    - google for it, search this forum, search the knowledge base
    - the tech. support suggested downloading a recovery software http://www.creative.com/products/mp3...ol/welcome.asp but I think my player is not supported by the software because after choosing my player I am being redirected to the player's page which doesn't contain such programs.
    some facts:
    - tracks are MP3, no DRM protection
    - OS: Windows 7 x64
    - I play it over "All tracks", no playlists or something like that
    Any idea what else could I try? This feature (deleting tracks on player) is very important to me.
    I do very appreciate your help.
    Thank you!
    Kind regards
    Kyfe

    This is really a bad issue. I think unless you are in the warranty period please change it once again and more over please if possible perform the deleting task over there
    God never made his work for man to mend vmware_happy.gif

  • Customized table cell renderer doesn't work after table data model changed

    Hi:
    I have a jtable with a custimized table cell render (changes the row color). Everything works fine while the data model is unchanged. I can change the row color, etc. However, after I delete one row or any number of rows in the table, the data model is updated and the custmized table cell renderer is not being called anymore while jtable is rendering on its cells. Seems like the table cell render is no long associated with the jtable. Is this a known problem? Any help would be appreciated.
    Thanks

    I am having the same problem. Has anybody solved this issue?
    Thanks

  • Financial Reporting with supporting details row suppression doesn't work

    Hi,
    I've a report on Planning data with a conditional suppression on Row (Advance Set-up ) and it works exactly as I want. When I activate the supporting details and run the report... the suppression does NOT WORK ANY MORE.
    Can somebody help me ????
    Esample of the report (I have 3 dimension in the row):
    BUDGET Year
    Account 1 ActivityTot WorkTot 20
    Account 1 Activity1 Work1 10
    Account 1 Activity1 WorkTot 10
    Account 1 Activity2 Work1 10
    Account 1 Activity2 WorkTot 10
    Account 2 ActivityTot WorkTot 200
    Account 2 Activity1 Work1 100
    Account 2 Activity1 WorkTot 100
    Account 2 Activity2 Work1 100
    Account 2 Activity2 WorkTot 100
    Account TOT ActivityTot WorkTot 220
    Account TOT Activity1 Work1 110 <-- I want to suppress this
    Account TOT Activity1 WorkTot 110 <-- I want to suppress this
    Account TOT Activity2 Work1 110 <-- I want to suppress this
    Account TOT Activity2 WorkTot 110 <-- I want to suppress this
    I want to suppress in the Total Account all the rows with Activity and Work on leaf level.
    Condition of suppression:
    Level ACCOUNT > 0 and
    ( Generation ACTIVITY > 2 or Generation WORK > 2 )
    Without supporting detail it works, with supporting detail not. What's wrong ?????

    Another BB known issue 
    Users may not to able to take and restore data of the BB10 devices using BlackBerry Link if these ar...
    Scenario 2:
    While taking a backup using BlackBerry Link the following error is displayed:
    Note: This error appears if the device is activated on BES12 using Work Space onlyActivation profile. 
    Backup did not complete
    Verify that your device is turned on and connected to BlackBerry Link, and try again.

  • Sorting table by date doesn't work properly

    what am I doing wrong?
    I've made a table with 5 columns and many rows, with one column being the date.
    I need to sort the entire table by date, but it doesn't seem to be very accurate - sorted items appear out of date order
    suggestions?
    pete

    Hello
    I know that.
    But if you receive a foreign document (ie not a Pages one) embedding dates stored as mm/dd/yyyy or dd/mm/yyyy, your app will not recognize them as dates.
    I get this behavior every day.
    I repeat, not with iWork '09 documents because in these ones, dates are stored as numbers (number of seconds since 01/01/2001) and displayed matching your system settings.
    If you receive a CSV or a TSV file, your machine will not recognize the embedded dates because most of these formats's users ignore what is the ISO format.
    Back to the date storage.
    At first, only column B was filled. The string "Yvan" was just used to help me to reach this storage area in the index.xml file. Here is a screenshot of this area.
    Small arrows are pointing the numbers describing the dates.
    In the completed table, in column C I copied the values stored in the index.
    The cell D2 contain the formula :
    =-DATEDIF(B,$B$3,"D")
    I was forced to use the reverse of others because DATEDIF refuse a start date greater than an end one.
    In D3, the formula is :
    =DATEDIF($B$3,B,"D")
    then apply fill down
    They calculate the count of days.
    In E2, the formula is :
    =D*24*60*60
    apply fill down
    It calculate the number of seconds corresponding to the number of days and of course, it matches what is stored in the index.xml file.
    Given that, opening in every location an iWork '9 document created everywhere, we will get correct dates whichever format is used for creation or for reading.
    Theoretically, it would work the same if you import a M…Soft document (they use also numbers to store dates).
    I can't check for iWork '08 documents because I don't have old foreign ones in good health. Those which I kept are corrupted ones in which I look from time to time trying to find where is the wrongdoer.
    When the source file is a CSV or a TSV one, the apps have no way to decide which is the format used.
    Of course, if the third component has four digits, it's a year.
    If a first two digits component is greater than 12, it's a day
    If a second two digits component is greater than 12, it's a day
    but that's all.
    No way to know for sure what is 5/6/2010
    As you use the ISO format, for you it will be a string
    For an US user, it will be 6 may 2010
    For a French user, it will be 5 juin 2010
    If the value is the well known  31/12/1943
    for you and for US users, it will be a string
    Happily, for me, it's 31 décembre 1943.
    As you often wrote, it would be easier if everybody was using the ISO format but I'm not sure that the grand children of my grand son will use it.
    Yvan KOENIG (VALLAURIS, France) samedi 2 juillet 2011 19:01:15 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Copy/paste style doesn't work for conditional formatting with cell refs

    I created a conditional format on a cell (B3) that compares its value to the value of a cell above it (B2).
    If I 'Copy Style' and paste that style into the cell beside it (C3), the conditional formatting still refers to B2. If I want to do this for a whole row of cells then I have to manually edit the cell reference in the conditional formatting for each cell.
    Anyone else seen this behaviour? It makes me think of going back to Excel.

    Don't know if you'd consider this a 'workaround' or simply a way to do what the OP asks with as little fuss as possible.
    I created a conditional format on a cell (B3) that compares its value to the value of a cell above it (B2).
    If I 'Copy Style' and paste that style into the cell beside it (C3), the conditional formatting still refers to B2...
    The desire is to have each cell in row 3 formatted depending on a comparison with the cell directly above it. If each comparison is the same (eg, Equal to), and the 'true' action for each is the same (eg. Fill with yellow), the following will save some effort:
    Select the whole row, B3:G3 (or further).
    Set the conditional format rule to
          Equal to | B2
    And the action for Fill yellow.
    Click Done.
    With the conditional formatting dialogue still open, select C3. You may also want to move the dialogue window up to just below row 3.
    Repeat these three steps:
    Click on the B2 reference in the dialogue.
    Click on cell C2 in the table.
    Press the right arrow to move the selection to D3.
    Click on the B2 reference in the dialogue.
    Click on cell D2 in the table.
    Press the right arrow to move the selection to E3.
    etc.
    Regards,
    Barry

  • Sort on  Shipment Number Switcher in PO details table in iProc doesn't work

    The Shipment numbers column of the PO Details table which are a part of
    Requisition details page of iProc appear in descending order. We want to sort this in an ascending order, but setting the Sort Allowed property of the field to Yes/Ascending does not give desired result.
    First of all, the column is displayed not by "PosShipmentNum" field (rendered False) but by a "ShipNumType" switcher. Setting this switcher's Sort Allowed property Yes/Ascending does not work either. Instead it adds the following code snippet is added to the VO query at runtime:
    QRSLT WHERE (PO_LINE_ID in (select po_line_id from PO_DISTRIBUTIONS_ALL pod , po_req_distributions_all pord, po_requisition_lines_all por where pord.DISTRIBUTION_ID = pod.REQ_DISTRIBUTION_ID and pord.requisition_line_id =
    por.requisition_line_id and por.requisition_header_id= :1 ) AND
    PO_RELEASE_ID is null AND PO_LINE_ID = :2) ORDER BY SHIP_TYPE asc
    and gives the following error:
    java.sql.SQLException: ORA-00904: "SHIP_TYPE": invalid identifier.
    It looks like some code is overwriting the properties set at the page level.
    Any pointers on how to sort a switcher field would be very helpful.
    Thanks.

    Is there any way to make it work on Oracle 9i?
    michaels>  select * from v$version
    BANNER                                                         
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production                          
    CORE     9.2.0.8.0     Production                                      
    TNS for HPUX: Version 9.2.0.8.0 - Production                   
    NLSRTL Version 9.2.0.8.0 - Production                          
    michaels>  create table persons (
        id  number(9)
           ,surname  varchar2(50)
              ,constraint persons_pk primary key (id)    )
    Table created.
    michaels>  create or replace type t_number_array as table of number;
    Type created.
    michaels>  create or replace procedure p_mrgts2 (p_id persons.id%type)
    is
       l_ids   t_number_array;
    begin
       l_ids := t_number_array (p_id);
       merge into persons p
          using (select * from table (cast (l_ids as t_number_array))) d
          on (p.id = d.column_value)
          when matched then
             update set surname = 'Updated'
          when not matched then
             insert (id, surname) values (d.column_value, 'Inserted');
    end p_mrgts2;
    Procedure created.
    michaels>  exec p_mrgts2(1)
    PL/SQL procedure successfully completed.
    michaels>  select * from persons
            ID SURNAME                                          
             1 Inserted                                         
    1 row selected.

  • Delete row option doesn't work and then becomes greyed out. Need help troubleshooting.

    Hello!
    I'm hoping that someone can please help me troubleshoot an issue I'm having with a table in my form. It has a menu associated with each row that allows you to add, delete, reset, etc. rows. The name of the table on the form is the Purchase Items table. It's the first table on the form.
    Here are the steps to recreate the issue:
    1. Create 3 rows in the table
    2. Click the menu ("X") button associated with the first row.
    3. Select "Delete this row". Nothing happens.
    4. Click the menu ("X") button associated with the first row.
    5. Select "Delete this row" again. Nothing happens.
    6. Click the menu ("X") button associated with the first row. You'll notice that the "Delete this row" option is greyed out.
    My best guess that the rows are being deleted in the background which would explain that if I have 3 rows, and "delete" 2, that my delete option is then greyed out because I believe there is logic in there such that if there is only 1 row then grey out the option to delete rows. I was planning to attach the file as I have seen others do but don't see the option. I'm happy to provide the file via email if that's easier. Thank you in advance!
    Saskia

    I've posted the solution here:
    http://www.fieldeffecttechnologies.com/AdobeForums/PCard.pdf
    The instance manager methods were being given the wrong index of the row to work with. They need to be passed the index for the row that the button you are pressing is in (of course). Instead they were given some v8b index, which I honestly cannot decipher as to what that number possibly means. (Math.round((v3-v4)*v6........)???
    Anyways, I fixed it up and also changed some of the logic in the sub menu to determine what's greyed out.
    I like that feature! Might even show it to a client!
    Kyle

  • The terrible "RED X" has shown up, and my iPod 6th gen. won't go into disk mode. Tried slamming it against a table, but that doesn't work. What do I do?

    I've had this thing for a long time and it started having the "go to support page on the apple website" red x on the screen. I can't restore it to Disk Mode because it won't let me. I've tried slamming against a table like some people have recommended and I can hear it trying to work on the inside but not totally, and nothing has changed. What do I do?

    There isn't much else you can do other than have the iPod's Hard Drive replaced. Apple can exchange your iPod for a refurbished one of the same generation and capacity or you can send it to a third party service center to have them actually put in a new HD for a little less.
    B-rock

  • Apply Filter to Tables for LAST_DDL_TIME doesn't work.

    I'm trying to apply a filter to the table listing for a user (me!). Opening the dialong box I choose LAST_DDL_TIME for the column, ">=" as the operator and type in "(sysdate - 30)". Even though the tree listing says "Tables (Filtered)", I still see all the tables listed. I've tried many combinations and nothing seems to work for LAST_DDL_TIME. I get either all tables or no tables at all. Filtering by object_name works fine though.
    Has anyone else noticed the problem or have an answer? I'm using versions 1.5.1.

    I have never tried filtering by the LAST_DDL_TIME option, but with a bit of experimentation found basically the same thing that you found (either all or nothing). I switched on tracing and found that it is implementing the LAST_DDL_TIME filter as follows:
    WHERE TO_CHAR(LAST_DDL_TIME) >= :LAST_DDL_TIME
    Given this, unless you set you NLS_DATE_FORMAT to something that sorts the same as date as character (ie YYYY/MM/DD HH24:MI:SS) and then use that as the format of your LAST DDL TIME value (must use actual values - cannot refer to sysdate), then this won't work as you want.
    For example, I set my NLS Date format (Tools > Preferences > Database > NLS Parameters) to YYYY-MM-DD HH24:MI:SS and then added a LAST_DDL_TIME filter of LAST_DDL_TIME >= 2008-11-04 00:00:00 and I received the same list of tables as querying USER_OBJECTS for OBJECT_TYPE = 'TABLE' and LAST_DDL_TIME >= trunc(sysdate).
    theFurryOne

  • WinAPI ListBox with LBS_NODATA style doesn't work as it expected

    Hello, i used this code to create owner drawn listbox.
    this->hListBox= CreateWindowEx(WS_EX_CLIENTEDGE
    , L"LISTBOX", NULL
    , WS_CHILD | WS_VISIBLE |LBS_OWNERDRAWFIXED|LBS_NODATA
    , 0, 0, this->Height, this->Width
    , this->hWnd, NULL, this->hInstance, NULL);
    When it's being initialized, my wndproc recieves WM_MEASUREITEM message, it works fine. But when i'm sending LB_SETCOUNT message, the actual item count doen't change. Also, the WM_DRAWITEM message being sent only when i click the listbox, so no items being
    drawn after initialization

    Hi,
    That is what I thougth as well. According the manual you can use an expresion, column, constant or bind variable for N.
    N determines the nth row for which the measure value is to be returned. n can be a
    constant, bind variable, column, or an expression involving them, as long as it
    resolves to a positive integer. The function returns NULL if the data source window
    has fewer than n rows. If n is null, then the function returns an error.
    Regards,
    Peter

Maybe you are looking for