IE 10 not showing some text on Table

Some of the texts are not shown on IE10 mode. This occurs on random cells. On page refresh also this occurs again on any other cells randomly. But these texts are shown while selecting IE9 mode on Internet Explorer.
I can see those data on source code. And if I copy and paste on Notepad that table data I can the text  for all the cells.
How to solve this. I need solution for this as soon as possible.
I have used the following code for the above table:
<table cellspacing="0" border="1" style="border-collapse: collapse;" align="center">
    <tr class="gr_hdr">
        <td>
            Meter
        </td>
        <td>
            Field
        </td>
        <td>
            Value
        </td>
    </tr>
    <asp:Repeater ID="DataRepeater" EnableViewState="false" runat="server">
        <ItemTemplate>
       </ItemTemplate>
    </asp:Repeater>
</table>
CSS used
.gr_hdr
    background-image: url(../img/grd.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #660000;
    background-color: #845446;
    height:24px;
    text-align: center;

Hi Rob,
Thanks for the response.
I checked and the Trace Styles tab does not show the cell having "display:table-cell" style.
This web application uses a standard css to define styles for a <td> tag as such:
td {font-family: Arial; font-size: 8pt;}
if I add the style you have mentioned as such
td {font-family: Arial; font-size: 8pt; display:table-cell;}
It still does not show up when I select the <td> cell and check the "Trace Styles" tab.
Am I using the "display:table-cell" incorrectly? Where else should I specify it?
The HTML for the whole web page is huge so I am including just the HTML of the affected part of the page:
<tr>
<td align=center>
<table border=1 bgcolor=white cellspacing=0 cellpadding=2 width=100%>
<tr valign=bottom class=tableTitle2>
<td rowspan=3 width=20% colspan=2>Queue Name</td>
<td colspan=3 rowspan=2 width=35% align=center>Applications</td>
<td colspan=5 align=center width=45%>Pend Assignments</td>
</tr>
<tr valign=bottom>
<td colspan=3 align=center><b>Assigned To Queue</b></td>
<td colspan=2 bgcolor=white align=center><b>Assigned From Queue</b></td>
</tr>
<tr valign=bottom class=darkHeader>
<td align=center >Unassigned</td>
<td align=center >To Me</b></td>
<td align=center >To Others</td>
<td align=center>Unassigned</td>
<td align=center >To Me</td>
<td align=center>To Others</td>
<td align=center>By Me</td>
<td align=center >By Others</td>
</tr>
<tr>
<td
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&rnd=560d1478-2c5a-493a-a18e-034ad6599405'>
<b>Enrollment</b></a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=19&rnd=790040a0-570c-4429-91c0-7a9d030a174e'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=1&rnd=d03bedaa-cb47-40ed-9fce-f04939b2d60e'>
19</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=3&rnd=638bea64-72a1-483e-9081-1ad803cc1e7a'>
155</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=7&rnd=cf5f4985-7a6e-4319-a104-f6beb9ecca59'>
1</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=19&category=8&rnd=1ed0ee0a-6d8f-497e-b1eb-4a15b008df6c'>
113</a>
</td>
</tr>
<tr>
<td
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&rnd=38f71731-0658-4f90-b899-031f5cc3e225'>
<b>Introduction Call</b></a>
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=22&rnd=bbbb06e5-8bd1-401a-8c32-881b71eac952'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&category=1&rnd=0e871bc7-64bf-4ddf-877a-96a48328e604'>
14</a>
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=22&category=3&rnd=d2a512eb-aa5c-4b72-9f9f-87b52bc6aebe'>
57</a>
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
</tr>
<tr>
<td
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=27&rnd=30b5f89c-be4b-4525-b3ee-0afbe4df85c7'>
<b>Tax Set-Up</b></a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=27&rnd=72873a74-75ad-4a6a-bca4-a8de0b5165e5'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=27&category=1&rnd=91be337e-3232-4a89-87a9-5b3ba1ed5ccf'>
3</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
</tr>
<tr>
<td
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&rnd=8153a964-1403-4345-ae67-f0ebf263b981'>
<b>Implementation</b></a>
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=17&rnd=3d532f7b-3ed7-4e2a-8056-af32acd0ce44'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&category=3&rnd=697c0e1a-2d28-42e8-a204-5b1f3a70262f'>
112</a>
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=17&category=7&rnd=15c11294-cd7f-4cac-add6-2dd27c99b1fb'>
3</a>
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
</tr>
<tr>
<td
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&rnd=6d57a566-07d0-45ec-9f35-e4ad1bd15e60'>
<b>Tax QA</b></a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=28&rnd=818cad70-e7e0-47fb-a4d0-c30170dfeb24'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=1&rnd=2945c092-c06e-4e33-85e6-f5967efa5256'>
5</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=3&rnd=b9538200-588f-4385-86fe-7d33f2841072'>
11</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=7&rnd=72c3073f-cc11-42b2-9164-d98ab4e1858a'>
1</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=28&category=8&rnd=453825e3-db85-44d4-87b5-c5c970c8c9d4'>
3</a>
</td>
</tr>
<tr>
<td
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=13&rnd=fd8957c6-1ae2-4aa7-8fc0-a88be1e99620'>
<b>Implementation QA</b></a>
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=13&rnd=95a425a7-2271-4fec-aa86-0910f9b5928b'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=13&category=3&rnd=847fbc95-0660-45b3-9ee2-0eb85b362efb'>
601</a>
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
</tr>
<tr>
<td
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&rnd=2499ce88-8f1f-4cd5-875e-4d482ad127ea'>
<b>1st Processed</b></a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=14&rnd=352273f4-976e-43cb-9c3e-a35a81ae8d4e'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&category=3&rnd=6be1692f-cbb0-48c3-baf4-f17b80e04d81'>
420</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=14&category=8&rnd=2b98e623-c93c-4532-ab26-5c4abc34fde2'>
3</a>
</td>
</tr>
<tr>
<td
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=12&rnd=e8a8dfec-fdee-40da-b7d9-9c2a803dd039'>
<b>1st Processed QA</b></a>
</td>
<td align=center
bgcolor=#EDEDED
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=12&rnd=c2b39342-cc40-4253-ac8a-1cf16397d24c'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
bgcolor=#EDEDED
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
<td align=center
class='otherGrey'
>
0
</td>
</tr>
<tr>
<td
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=34&rnd=2e37d520-5ec1-435f-93f5-7c1a64fe2ee8'>
<b>Account Manager</b></a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camQueueUserAdmin?camQId=34&rnd=cea88295-1b5a-4948-b79e-b82c1919de94'>
<img src=https://Some.Corp.Url/images/cam/queueadmin.gif align=absmiddle border=0 alt='Maintain Users in this Queue'></a>
</a>
</td>
<td align=center
>
<a href='https://Some.Corp.Url/cam/camAppPendQList?camQId=34&category=1&rnd=f618b964-5a6f-4b0c-9ff2-a2b614c847aa'>
22</a>
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
<td align=center
>
0
</td>
</tr>
</table>
</td>
</tr>
Its always the <td> tags with the numeric data in them that disappear.
Please let me know if I should declare the style for every <td> tag? I was under the impression that this style was only relevant for displaying tabular data within <div> tags.
Besides this, is there anything else I can do to mitigate this issue? It is quickly escalating with our customers.
Thanks for all your help.
Ahmad

Similar Messages

  • Preview not showing some text in certain PDFs

    I've had issues with a couple of PDFs this year that did not display correctly in Preview, but are viewable in Acrobat Reader. An example is here on pages 31-36. Preview shows blank gridlines, but Acrobat Reader shows text and numeric data in those cells. It appears Adobe may have enabled some kind of text flag that Preview is ignoring in one of their authoring programs?

    An example is [here|http://www.fs.usda.gov/Internet/FSE_DOCUMENTS/stelprdb5227378.pdf] on pages 31-36. Preview shows blank gridlines,
    I tried downloading the pdf file at that link, and in my system Preview displays those pages properly:
    You might try running the [OS X v10.6.6 combo update|http://support.apple.com/kb/DL1349] - it contains some updated Preview components which might include something that is currently missing in your system.

  • Safari not showing some text on phpBB3 Forum

    When I go to the main page on my forum using Safari, where it says "no new posts" at each section it shows up as a box with a blue question mark as if it's an image. When I go to the same page using any other browser, camino, firefox etc it shows up as text. There is no image there and I don't know why safari is looking for an image??
    If I ctrl click on the question mark and copy image address it gives me an address that is a resulting 404 not found.
    My forum is www.mezerik.com/forum Please any safari user have a look and tell me if you get the blue question mark.
    Any ideas why this is happening and how it can be fixed. It only happens on that website.

    When I go to the main page on my forum using Safari, where it says "no new posts" at each section it shows up as a box with a blue question mark as if it's an image. When I go to the same page using any other browser, camino, firefox etc it shows up as text. There is no image there and I don't know why safari is looking for an image??
    If I ctrl click on the question mark and copy image address it gives me an address that is a resulting 404 not found.
    My forum is www.mezerik.com/forum Please any safari user have a look and tell me if you get the blue question mark.
    Any ideas why this is happening and how it can be fixed. It only happens on that website.

  • Why my firefox 7.0.1 in my ubuntu 11.10 is not show the text in every website it just show the pict and some chineese alphabet? and how to solve this problem?

    my firefox 7.0.1 in my ubuntu 11.10 is not show the text in every website it just show the pict and some chineese alphabet

    Upgrade your browser to Firefox 8 and check
    * getfirefox.com

  • Flash Builder 4.6 code hinter problem - not showing some methods

    Hi All,
    I have a problem with FB code hinter. It does not show some methods on an object.
    To be exact I created a Date object and FB code hinter does not show .toDateString method (actually I it shows only one to string method - .ToString(), although according to docs there are more)
    When I use .toDateString method, code still compiles and work just fine, however method is not showing up in code hinter, which is really annoying..
    Anyone had this problem? If so, please, share some wisdom how to solve this thing.
    Thanks in advance.
    UPDATE:
    Here is some more info in my problem.
    I have tried to reinstall the application, but it did not help.
    So what I did was:
    * first I installed FB standard edition version 4.
    * I checked the code hinter and it worked. It showed .toDateString method.
    * I have purchased FB standard 4.5 upgrade.
    * I installed this upgrade, and boom the code hinter does not show the method...
    * Next I tried to create a project with Flex 4.1 sdk and then it worked - method was there. So the problem is with 4.6 sdk apparently...sucks...

    Hi, I have the same problem. I have a new FB 4.6 installation and it is my first FB installation. Do you have a solution already?

  • Mail app not showing some png and pdf attachments.

    I'm using the iPhone 4s and recently, both mobileme and yahoo email accounts are not showing some png and pdf attachments. I'm seeing the attachment is there, but it doesn't load. Load remote images is turned on in settings. Does anyone have the same problem and a solution/explanation?

    My work email account is an IMAP account.
    I removed my work email account on my home computer this morning to test out this problem on my computer at work. I just sent a test message to my work account from my iPhone. My iPhone, iPad and computer at work still have my work email active on them and all the devices are showing the test message as new and unread. The problem seems to be that when I have my work email activated on my home computer, the messages do not show new and unread on the rest of my devices.

  • When using spotlight search on my 5s it will not show past text messages that haven't even been deleted even if I type a specific word that I know is in a message I want to search for. I have message search turned on in the spotlight settings.

    When using spotlight search my phone will not show all text messages with a common word even though I have not deleted any messages from my phone and I have the message search turned on in settings under spotlight search. The search only shows the messages that are recent within the past day or so. Why won't it show the other messages when I search for them even using a specific word that I know was in the message I'm searching for.

    Hello ChiomaM,
    It sounds like you are not getting notifications for new text messages that are coming in, and you must manually check the app. I recommend checking the Notification settings to see if they are configured correctly:
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    iOS apps can provide three types of notifications:
    Sounds: An audible alert plays.
    Alerts/Banners: An alert or banner appears on the screen.
    Badges: An image or number appears on the application icon.
    You can view which apps provide notifications and adjust notification settings using Settings > Notification Center. For additional information, refer to the user guide for your device.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • HT4623 I recently updated my iPhone 4s, however it is not showing some of its apps such as camera and itunes. What shoul I do?

    I recently updated my iPhone 4s, however it is not showing some of its apps such as camera and Itunes. What should I do

    Reset your phone.

  • Why is my ipad not showing some music icons?

    why is my ipad not showing some music icons?
    Like some of them do have them and some of them dont also my computer ad ipad doesnt have the same music

    salma15 wrote:
    why is my ipad not showing some music icons?
    You are speaking about album art I assume? Is the album art in iTunes on your computer?
    Like some of them do have them and some of them dont also my computer ad ipad doesnt have the same music
    Probably because all of the Music wasn't selected to sync from iTunes. When the iPad is connect to iTunes on your computer, you can select Sync Entire Library in the Music Tab of iTunes if you want all of your music on the iPad.
    Take a look at this.
    http://support.apple.com/kb/ht1351
    this one might help as well.
    http://support.apple.com/kb/PH12313

  • Shared calendar not showing some events on ipads

    A shared calendar is not showing some events on ipads but appears OK on macs, any ideas! Cheers!
    Shared calendar is not mine it is read only.

    A shared calendar is not showing some events on ipads but appears OK on macs, any ideas! Cheers!
    Shared calendar is not mine it is read only.

  • ICal is not showing some past events since I upgraded to Lion.

    iCal is not showing some past events since I upgraded to Lion. I can find the past events in mail but if I click and open them, they are not showing up on the calendar. Advice? I am trying to recreate my schedule from past meetings.

    I love computers.
    Have managed to fix this already. Been working the issue for a few days now, and a few minutes after writing the above post I decided to reset the Time Capsule to factory default settings.
    After entering all my details again (used same network names, passwords etc) the Time Capsule was rebooted. When it came back on line - guess what? Yep, the MyBook WD drive is now visibile. I can connect via the network from my other machines to the drive, and iTunes is back.
    So - thought I would post my resolution in case it helps others.

  • Ipad not showing some jpeg files

    My i pad is not showing some of jpeg files received on mail as attachment,  these are being displayed completely blacked out , i have also tried saving them on ipad and then tried opening them with other apps also but same result !!!!??? However the same files are properly displayed when i see them on pc or on my blackberry .... Can somebody help me find out what is the issue and how can it be resolved??

    salma15 wrote:
    why is my ipad not showing some music icons?
    You are speaking about album art I assume? Is the album art in iTunes on your computer?
    Like some of them do have them and some of them dont also my computer ad ipad doesnt have the same music
    Probably because all of the Music wasn't selected to sync from iTunes. When the iPad is connect to iTunes on your computer, you can select Sync Entire Library in the Music Tab of iTunes if you want all of your music on the iPad.
    Take a look at this.
    http://support.apple.com/kb/ht1351
    this one might help as well.
    http://support.apple.com/kb/PH12313

  • Added or ediited texts by Bluebeam Revu,and has been saved,when I open it by the Adobe reader version 8.1,why it does not show my texts added by Revu?8.1 is my favorite version,I also tried it in a later version fo Reader,it doesn't work too!

    Added or ediited texts by Bluebeam Revu,and has been saved,when I open it by the Adobe reader version 8.1,why it does not show my texts added by Revu?8.1 is my favorite version,I also tried it in a later version fo Reader,it doesn't work too!

    Bernd Alheit wrote:
    Looks like a problem of Bluebeam Revu, not Adobe Reader.
    The response above is only a speculative answer to the original question. DSI-Hal, did you try to flatten the text in Bluebeam Revu prior to opening it in Adobe. This has worked for me on several different documents but not sure if we are using the same version of Adobe Reader.
    Give it a shot. Good luck.

  • I'm picking up all of the data script related to the sending / receipt of an e-mail along with the e-mail itself and can't find a way of not showing the text. Obviusly only a command but can't find it!

    I'm picking up all of the data script related to the sending / receipt of an e-mail along with the e-mail itself and can't find a way of not showing the text. Obviusly only a command but can't find it! Help!

    Shift-Command-H is the key-combo to switch 'Long Header'/'Standard Header' .
    Long way: Top Menu -> View -> E-Mail
    Stefan

  • I am not receiving some texts messages as of 2 days ago

    Please help. I am new to the site. My iPhone 4s just started not receiving some text messages in the last 2 days. Any ideas?

    There's a small vocabulary issue here.
    "Reset" means a specific action, which does not involve iTunes at all.  You reset your iPhone by holding the on/off and home buttons together for about 10 seconds till the Apple logo appears.  You could try that - it's risk free - but probably would not work.
    "Restore" (not reset) is something you do using iTunes.  Plug your iPhone into iTunes on your computer (current version: 11.1.3).  Let it sync.  Then choose "Restore" from the iPhone's summary tab in iTunes.

Maybe you are looking for