Some CSS Not working in IE 7

I'm trying to find code that makes a div stay at the bottom of the page no matter how far a user may have to scroll. I am currently using
#overlay {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #FFF;
    left: 0px;
but this dosnt work in IE 7; works just fine in Firefox, Safaria, Chrome. Can someone provide me with what needs to be changed or added to make this work in IE?
Thanks.

The online version is not currently on the server but here is the code;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Park Vista Community High School NTHS Site</title>
<link href="../CSS/index_css.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
    background-image: url();
    background-repeat: repeat-x;
    background-color: #6707A6;
.style2 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
.style3 {
    color: #FFFFFF;
    font-size: 20px;
.style4 {
    color: #CCCCCC;
    font-size: 24px;
a:link {
    color: #999999;
.style6 {color: #FFFFFF; font-size: 22px; }
.style7 {
    font-size: 16px
a:visited {
    color: #CCCCCC;
a:hover {
    color: #0000FF;
-->
</style>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
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_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
//-->
</script>
<SCRIPT language=JavaScript>
<!-- http://www.spacegun.co.uk -->
    var message = "Righ Click functions have been disabled";
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){     alert(message); return false; }
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {     alert(message);     return false; } }
    document.onmousedown = rtclickcheck;
</SCRIPT>
</head>
<body onload="MM_preloadImages('../Navigation/Nav1/home_over.png','../Navigation/Nav1/shop_over .png','../Navigation/Nav1/information_over.png','../Native/officer_over.png','../Navigatio n/Nav1/deadlines_over.png','../Navigation/Nav1/meetings_over.png')">
<div align="center">
  <div id="wrapper">
    <div id="wrapper2">
      <div id="banner"><img src="../Native/banner_2.png" alt="NTHS Banner" width="990" height="100" align="baseline" /></div>
      <div id="nav">
        <table height="37" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td><a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','Home','',1)" onmouseover="MM_nbGroup('over','Home','../Navigation/Nav1/home_over.png','',1)" onmouseout="MM_nbGroup('out')"><img src="../Navigation/Nav1/home_up.png" alt="" name="Home" width="165" border="0" id="Home" onload="" /></a></td>
            <td><a href="../Pages/information.html" target="_top" onclick="MM_nbGroup('down','group1','Information','',1)" onmouseover="MM_nbGroup('over','Information','../Navigation/Nav1/information_over.png','' ,1)" onmouseout="MM_nbGroup('out')"><img src="../Navigation/Nav1/information_ip.png" alt="" name="Information" width="165" border="0" id="Information" onload="" /></a></td>
            <td><a href="../Pages/officers.html" target="_top" onClick="MM_nbGroup('down','group1','Officers','',1)" onMouseOver="MM_nbGroup('over','Officers','../Native/officer_over.png','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Native/officer_ip.png" alt="" name="Officers" width="165" border="0" onload="" /></a></td>
            <td><a href="../Pages/deadlines.html" target="_top" onclick="MM_nbGroup('down','group1','Deadlines','',1)" onmouseover="MM_nbGroup('over','Deadlines','../Navigation/Nav1/deadlines_over.png','',1)" onmouseout="MM_nbGroup('out')"><img src="../Navigation/Nav1/deadlines_up.png" alt="" name="Deadlines" width="165" border="0" id="Dates" onload="" /></a></td>
            <td><a href="../Pages/dates.html" target="_top" onClick="MM_nbGroup('down','group1','Meetings','',1)" onMouseOver="MM_nbGroup('over','Meetings','../Navigation/Nav1/meetings_over.png','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Navigation/Nav1/meetings_up.png" alt="" name="Meetings" width="165" border="0" onLoad="" /></a></td>
            <td><a href="../Pages/shop.html" target="_top" onclick="MM_nbGroup('down','group1','shopip','',1)" onmouseover="MM_nbGroup('over','shopip','../Navigation/Nav1/shop_over.png','',1)" onmouseout="MM_nbGroup('out')"><img src="../Navigation/Nav1/shop_ip.png" alt="" name="shopip" width="165" border="0" id="shopip" onload="" /></a></td>
          </tr>
        </table>
      </div>
      <!-- TemplateBeginEditable name="Body2" -->
        <div id="body2">
          <p align="left"><img src="../Native/nths_body_img.png" width="426" height="190" /></p>
        </div>
      <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="Body1" -->
          <div id="body1">
            <p align="center" class="style2">Home</p>
            <p> </p>
            <p align="center"><span class="style6"> Welcome to Park Vista Community High School's NTHS Site!</span></p>
            <p> </p>
            <p> </p>
            <p><span class="style3">For more infromation on NTHS, please visit their official website at:</span><span class="style4"><a href="http://www.nths.org" target="_blank">www.NTHS.org</a></span></p>
          </div>
          <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="body3" -->
            <div id="Body3">
              <p align="center" class="style3">For dates, meetings, events, and other information, visit the Dates page.</p>
              <br />
              <p align="center" class="style3">For more information on Park Vista High School's NTHS Club, visit the Information page.</p>
              <br />
              <p align="center" class="style3">For all information NTHS while at Park Vista please see Mrs. Videtto in room 4-215</p>
              <br />
              <p align="center" class="style3 style7">To view all other clubs and information about Park Vista Community High School click <a href="http://www.pvchs.com" target="_blank">Here</a></p>
              <p align="center" class="style3 style7"> </p>
            </div>
            <!-- TemplateEndEditable --></div>
  </div>
  <div id="overlay">Website Designed and Edited by: <a href="mailto: [email protected]">Corey Cormack</a> | <a href="http://www.pvchs.com">PVCHS.com</a></div>
</div>
</body>
</html>
THE CSS IS :
@charset "utf-8";
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding: 0px;
#wrapper #nav {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    background-image: url(../Navigation/Nav1/navbg.png);
#wrapper #body1 {
    float: left;
    height: auto;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
#wrapper #body2 {
    float: right;
    width: 435px;
    margin-right: auto;
    margin-left: auto;
#wrapper #Body3 {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    float: none;
    clear: both;
    padding-left: 25px;
#wrapper #footer {
    margin-right: auto;
    margin-left: auto;
    height: 45px;
    background-repeat: no-repeat;
    padding-left: 3px;
    color: #FFFFFF;
#wrapper {
    height: auto;
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    left: auto;
    top: 0px;
    right: auto;
    bottom: 0px;
    position: relative;
#wrapper #banner {
    height: 100px;
    width: 990px;
    margin-right: auto;
    margin-left: auto;
#wrapper #wrapper2 {
    width: 990px;
#wrapper #wrapper2 #Body3 iframe {
    height: 500px;
    width: 990px;
#overlay {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #FFF;
    left: 0px;

Similar Messages

  • Some PDFs not working in Preview. Mac created PDFS work but windows created PDFS dont

    Some PDFs not working in Preview. I installed adobe reader and then deleted it because the software was aweful and PDFs have been haveing issues ever since. I can open up PDFs created on my Mac in preview just fine...
    But when I try and open a PDF created on a windows computer it says:
    "Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. "
    I am not sure why where the PDF was created would make a difference but couldnt help but notice that was the difference between the PDF files that work and the ones that give that message. I can view the PDFs on a windows computer just fine and never had issues untill adobe, it seems to have messed up PDFs on my Mac and I am so frustrated with them. I have searched my computer for any remaining adobe files, deleted them and restarted my computer but I am still getting this message.

    Uninstall Adobe Reader's plug-in.
    Remove the following two files from  /Library/Internet Plug-Ins/:
    AdobePDFViewer.plugin
    AdobePDFViewerNPAPI.plugin
    Open Safari Preferences > Extensions. Do you see AdobePDFViewer? If yes. disable.
    Log out/in and test.
    Another option is to download and install this plugin. Schubert|it PDF Browser Plugin . PDF Browser Plugin 2 is free for not-for-profit activities if used at home or at educational institutions.
    http://www.schubert-it.com/pluginpdf/

  • Keyboard: some keys not working

    Some keys not working.  Need help/suggestions.  Not great with computers so PLEASE give details/steps re: how to do what you suggest - thanks!
    Details: intel based iMac running snow leopard 10.6.8.  Apple wireless/bluetooth keyboard (came with the iMac).
    Some keys suddenly stopped working:  space, tab, capLock, option key to the right of space bar (one on the left works), down arrow
    The problem happens in various programs (safari, pages, etc)
    The keyboard is fine on another iMac
    A different keyboard is fine on this/the involved iMac
    (nutshell: keyboard works fine - computer works fine, unless they're together)
    Here's what's been tried/checked:
    -checked the settings for universal access ("mouse keys" are off) and checked for any bluetooth keyboard shortcuts.
    -in system preferences "speech" is not set for "speak selected text when the key is pressed" - this is not checked/selected
    -tried creating a new user but had the same issue so it's computer-wide rather than just a user account
    -removed the keyboard and reconnected (using the +/- signs and "disconnect" and putting in a new code of numbers to pair keyboard)
    -language/text is set for english
    -did the keyboard viewer and the keys in question did NOT highlight when pressed (but don't forget the entire keyboard is fine on a different computer so thekeys aren't the issue)
    -"slow keys" is turned off re: keyboard in system preferences.
    Any help is welcomed.  It's frustrating knowing the keyboard works, just not with this computer.  Please help.  Many thanks!

    yes - not sure how this works...if you can see my original post there are a lot of details in there.  If you can't...
    nutshell: the keyboard works on a different iMac
                 a different keyboard works on this/the involved iMac
                 I tried to create a different user and the keyboard still does not work so it is computer-wide
                 I also removed the keyboard from the computer (using the +/- symbols and disconnecting and then repairing it.  The problem remained
    Thanks for any help.  It's crazy that the keyboard is fine and the computer is fine but together, there's the problem.
    Thank you!!!

  • I have downloaded a trial version of Dreamweaver CS6 to my MacBook. Why do some features not work?

    I have downloaded a trial version of Dreamweaver CS6 to my MacBook. Why do some features not work? I have OSX 10.6.8. I am using this trial version for a class I am taking on coding webpages using Dreamweaver. there are features I am using in class that will not open up or appear as options when I use the trial version. Are certain features locked out until I buy a copy or download a purchased copy?

    Trial versions have no functional limitations, though your setup/situation might not be supportive of all functionality.  You'll need to identify specific issues to get help with them.  You should be posting in the DW forum instead of here if your issue does not have to do with downloading/installing.

  • Wireless keyboard some keys not working

    wireless keyboard some keys not working need help

    Please do a SMC reset, if that does not work the first time please do it 2-3 more times. You can find instructions at:
    https://discussions.apple.com/docs/DOC-3603

  • HT1977 I bought apps. My kid delet that after few weeks. Then I have downloaded to same ipad. But some functions not working.

    I purchase some apps, my son deleted some. But I have download again from cloud. But some functions not working ask me to pay again. How can I use functions without paying again.   Thank you

    Search around on the app settings and see if there's a "Restore purchases" option.

  • Some apps not working on osx

    some apps not working in osx

    Your comment is roughly like going to the doctor and saying "I hurt".
    How are we supposed to help you without a whole lot more information?  What apps?  How are they misbehaving?

  • 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.

  • 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.

  • Some Tabs Not Working in System Preferences

    Mac Pro E2008 14Gb/2Tb.  Installed Mavericks over OS X 10.8.4 with no problems.  Was having some problems with selected fonts not showing up in Pages 5.0.  Ran some font diagnostic software, which isolated some problem fonts.  Subsequent to this I noticed that some Tabs do not work in some preference panes.  In particualr, tha advanced tab in Security and Privacy does not work and the advanced tab does not work in Network Preference pane.  Neither does the + tab in that pane but the - does.  Also cannot edit the three locations that I have in my system.
    Found that all is restored when logged into the root account and also into a Maintainence admin account.  I also ascertained that in my faulty account, after taking out the login items plist and starting with no login items, the fault was still there.  Similarly booting into safe mode did not restore the faulty tabs.  I ran font book and deleted all questionable fonts and moved all the user fonts to the /library/fonts folder.  After each action I restarted rather than logging out.  I have tried deleting the systemuiserver.plist and removing the relevant network plists from the user/library/preferences folder.  I have also removed the com.appl.network.eapoiclient.plist and com.apple.systempreferences.plist.  I have also made invisible files visible and gone through the whole system folder/library folder and ~/library folder and deleted old preferences and obsolete files back to 2004 with the result that my system now loads very much quicker, which is an obvious bonus.  However, the problem still remains and is obviously something to do with the main user account.  If I go into root or my maintainence account, I can change or edit some settings which "stick" when I log back into my main account.  I have carried out the mail and iBook update in the mean time which has not changed anything.
    I have also ran diskwarrior and corrected the disk directory, repaired permissions, reset ACL's and emptied various caches using tinker tool system and mavericks cache cleaner.  I have I think very thoroughly inspected the library and ~/Library folders.
    So, synopsis  (1) Definitely the main account.  (2) No logins or safeboot are not the culprits. 
    Whilst not earth shattering and hopefully 10.9.1 may solve the problem, I would be very grateful if anyone could add any further possible problem areas to look at or suggest possible further solutions. 
    <Email Edited By Host>

    Hey there, sounds like you've done a lot of the groundwork already although it's not entirely clear what about the preference panes aren't working. There is further isolation that could be performed however if the issue is isolated to your user account as you mentioned then renaming the home folder library preferences, logging out and back in (preventing login items if any) and testing may give you the results you are looking for. If that works I would copy the files from the renamed Preferences folder *not replacing* existing files when prompted (of course if it doesn't work replace the existing Preferences folder with the original renamed Preferences entirely). The same type of troubleshooting also applies to the user library itself however please be careful about launching apps after renaming the ~/library or the contained prefs folder and before copying unaffected plists and/or supporting files back as unexpected results may follow (i.e. lost or missing data). Also if you are eligible for support (which you almost certainly are as you have very recently installed a new OS) I'm sure Applecare may help find a solution.

  • Some filters not working in photoshop cs2

    The bas relief, charcoal, graphic pen, halftone pattern, photocopy, plaster, reticulation, stamp and torn edges filters are not working working for me for some reason.
    I checked the image mode and it is set to 8 bit RGB like it is supposed to be, but for some reason it just makes the images Black and does nothing else.
    Here is a example.
    I put in a normal jpeg image just like this one.
    But when I put try and put one of those filter's on it the image comes out like this.
    The image just turns plain black. Ive tried restarting photoshop but it doesn't fix the problem

    Try resetting your preferences as described in the FAQ.
    http://forums.adobe.com/thread/375776?tstart=0
    You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
    This resets all settings in Photoshop to factory defaults.
    A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

  • URGENT HELP: Notebook SoundBlaster Audigy2 ZS -- some features not work on window vi

    Hello?I've SoundBlaster audigy2 zs that work fine for karaoke, recording on window xp. I've another pc that have window vista. I download this soundcard dri've for window vista from creative.com . However, some features of soundcard are not work as same on window vista. For example:- Can't launch EAX console- Creative surround mixer do not have all option to select especially Microphone?EAX console and Surround Mixer are 2 tools I used the most for recording music, sound ( karaoke)However this function work on XP but not on Vista. Any help will greatly appreciateIf there is any better brain soundcard to meet what I need (karaoke recording), please let me know?Thanks in advanceTienNu2006

    I have almost the same problem,
    I'm going crazy on this, I have a long story of self built computers too...
    Audigy 2 ZS "correctly" installed, but drivers details on "mixer", "midi" and all the codecs details are "installed but not working correctly".
    I'm going to format and reinstall everything to see if it's due to previous drivers for an "onboard" sound card
    O.S.: windows XP SP2
    Proc.: P4 3,40 GHz
    GBytes RAM DDR2
    Sapphire X300 pro
    ASUS P5LD2 mobo

  • 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

  • Some URL not working in XI 3.1

    Hi,
    URL below which is working in XI R2
    http://serverName/businessobjects/enterprise115/desktoplaunch/opendoc/documentXML.jsp?cmdP1=reportname01wid*&token=servername%40715252JKRqBkrcZktGziHM715251JzcHaz61ShIdevCP&cmd=askPromptView&cmdBlock=all&cmdP2=lsSP22%3D1%26lsSP21%3D1%26lsSP20%3D1%26lsSP9%3D0%26lsSP8%3D1%26lsSP7%3D1%26lsSP6%3D1%26lsSP5%3D1%26lsSP4%3D1%26lsSP3%3D1%26lsSP2%3D1%26lsMRMDB%3D582%26lsSP1%3D1%26lsSP19%3D1%26lsSP18%3D1%26lsSP17%3D1%26lsSP16%3D0%26lsSP15%3D0%26lsSP14%3D0%26lsSP13%3D1%26lsSP12%3D1%26lsSP11%3D0%26lsSP10%3D1%26lsMCustomer%3D18946%26sWindow%3DNew%26sOutputFormat%3DPDF
    We recently migrated to BOXI 3.1 but the New URL i have created for XI 3.1 which is not working and show blank page and display NULL on the page..
    http://servername/PerformanceManagement/scripts/documentXML.jsp?cmdP1=reportname01wid*&token=servername%40715252JKRqBkrcZktGziHM715251JzcHaz61ShIdevCP&cmd=askPromptView&cmdBlock=all&cmdP2=lsSP22%3D1%26lsSP21%3D1%26lsSP20%3D1%26lsSP9%3D0%26lsSP8%3D1%26lsSP7%3D1%26lsSP6%3D1%26lsSP5%3D1%26lsSP4%3D1%26lsSP3%3D1%26lsSP2%3D1%26lsMRMDB%3D582%26lsSP1%3D1%26lsSP19%3D1%26lsSP18%3D1%26lsSP17%3D1%26lsSP16%3D0%26lsSP15%3D0%26lsSP14%3D0%26lsSP13%3D1%26lsSP12%3D1%26lsSP11%3D0%26lsSP10%3D1%26lsMCustomer%3D18946%26sWindow%3DNew%26sOutputFormat%3DPDF
    Can anyone please help and give me some idea ?
    Thanks in advance.

    Hi RMTuck,
    I'm sorry to hear you are having these issues with your iPad after a recent update. If you continue to have issues sending or receiving iMessages, you may find the troubleshooting steps outlined in the following article helpful:
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    Regards,
    - Brenden

  • 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

Maybe you are looking for

  • Incoming Pre-Payment Functionality -Urgent-

    Hi Experts!  I have a newly created customer with NO Open Item Accounts; who needs to make pre-payments to the our account, however they have no open items.  My question is, how do I apply this pre-payment if this "new customer" has no open item acco

  • Question about OS installation

    I have some problems with hot keys and I want to reformate my system. Problem is that I havent created recovery cd before, is it going to work if I do it now. thanks

  • DE not initializing

    When I try to initialize my DE (Xfce4), I get an error (EE) message saying that the modules are wrong or something and that type1 module does not exist. What exactly does it mean by module? Recently I changed my monitor and video card without changin

  • IPod Failed connection status and constanly tells me to restore over.

    I just got an iPod and i put my songs and everything on it. I listened to it for about 2 days connecting it to my computer a couple of times and then it told me that i had to restore my ipod and update. I updated and then i restored it only to finish

  • What is  SAP XI  & PO MESSAGE TYPE

    DEAR ALL HAPPY NEW YEAR   I NEED TO KNOW WHAT IS SAP. XI WHAT IS MEAN BY P.O. MESSAGE  TYPE THANKS IN ADVANCE VIVEK