Layout space issues with IE7

Hi Everyone,
I have a website that I created that is a two column fixed
width with header and footer. When you look at the site in Firefox
the spacing between the sidebar on the left and the main content is
correct but when you view the same site in IE7 there is a huge
amount of white space between the sidebar and the main content. I
cannot figure out how to get rid of that so that it view as it does
in Firefox. You can view the site at www.ebcardiac.com.
Any help will be great.
Thanks,
Robert

I am hoping that someone can give me some idea of what I need
to adjust so that the layout in Internet Explorer will display
properly. - Robert

Similar Messages

  • [svn] 4488: Attempt to fix the heap-space issue with the doc target.

    Revision: 4488
    Author: [email protected]
    Date: 2009-01-12 12:10:58 -0800 (Mon, 12 Jan 2009)
    Log Message:
    Attempt to fix the heap-space issue with the doc target.
    Also removing some unused code.
    QE Notes: None
    Doc Notes: None
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    Removed Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/PumpStreamHandler.java

    1. Tell more about it, e.g.: OS, a sun jdk or a ibm jdk? 32-bit or 64-bit?
    for ibm jdk, look for *.hpd file within the dir.
    for sun jdk, add startup option -XX:+HeapDumpOnOutOfMemError
    Then analyze them with heap analyzer.
    2.MaxPermSize=1024m so big space for class files, really necessary?

  • Weird Spaces issue with display...

    I've been using Leopard since the day after release, and have had only minor issues on 2 machines. This one is funny... Every now and then on my Macbook Pro CD, the mini desktops in Spaces show up with a smaller desktop attached to the main one. It's as if Spaces thinks I have two displays for each desktop. I have never had this computer connected to an external display...
    This behavior occurs most frequently after I import video from my Canon camcorder. If I use the "detect displays" button in system preferences, the mini-view returns to normal.
    This "bug" is pretty minor, and I enjoy using Leopard... Of course, I enjoyed Tiger, too.
    Steve

    Jameel, Thanks for the answer but this is a not a solution for us. We have around 40-50 webdynpro components and with mutliple views referring to this data element / domain combination. More so the context are bound to database tables / structures . 
    I hope to get a reply from Thomas on possible solution for this. I am not sure if I can open an support ticket for this issue.
    Rohit Chowdhary

  • Layout centering issue with BoxLayout

    The code is two BoxLayout panels placed in a frame with FlowLayout.
    I cannot get the second panel's label to be centered. I purposely made both panels identical. Any ideas what I am missing?
    import java.awt.*;
    import javax.swing.*;
    public class MVCtest extends JFrame {
         public MVCtest() {
              getContentPane().setLayout(new FlowLayout());
              JTextField controller = new JTextField(10);          
              JLabel controllerLabel = new JLabel("Controller");
              JPanel controllerPanel = new JPanel();
              controllerPanel.setLayout(new BoxLayout(controllerPanel, BoxLayout.Y_AXIS));
              controllerPanel.setBorder(BorderFactory.createEtchedBorder());
              controllerPanel.add(controllerLabel);
              controllerLabel.setAlignmentX(controllerLabel.CENTER_ALIGNMENT);
              controllerPanel.add(Box.createVerticalStrut(10));
              controllerPanel.add(controller);
              JTextField view = new JTextField(10);     
              JLabel viewLabel = new JLabel("Controller");
              JPanel viewPanel = new JPanel();
              viewPanel.setLayout(new BoxLayout(viewPanel, BoxLayout.Y_AXIS));
              viewPanel.setBorder(BorderFactory.createEtchedBorder());
              viewPanel.add(viewLabel);
              viewPanel.setAlignmentX(viewLabel.CENTER_ALIGNMENT);
              viewPanel.add(Box.createVerticalStrut(10));
              viewPanel.add(view);
              getContentPane().add(controllerPanel);
              getContentPane().add(viewPanel);
         public static void main(String[] args) {
              JFrame.setDefaultLookAndFeelDecorated(true);
              MVCtest frame = new MVCtest();
              frame.setDefaultCloseOperation(frame.EXIT_ON_CLOSE);
              frame.setSize(400,400);
              frame.setVisible(true);
    }Thanks,
    Lance

    Problem solved, yet not understood.
    I posted the question and now eliminated the issue.
    I simply cut and pasted the first panel code over the second panel's code. I then renamed the variables and the problem went away.
    I don't know why because I didn't see any problem with the first code.
    Thanks to any and all who committed brain power to this problem.
    Lance

  • Color Space Issue with Wide-Gamut monitor

    Since getting my new (and carefully calibrated) LaCie 324 monitor, I have noticed that RAW (and maybe other) images exported from Lightroom as
    sRGB jpegs look washed out and slightly green when viewed outside of Lightroom (IE8, Firefox, ACDSee, windows 7 viewer). It seems not to matter whether the external application horors embedded color space profiles or not, since the unmanaged ones assume sRGB.
    When I bring one of these jpegs into PhotoShop it still looks bad, and not what I see in Lightroom. However, if I Assign the Adobe RGB profile to the image, it immediately looks like the Lightroom version. And if I then Convert that image to sRGB and save it, it looks fine everywhere, even on an uncalibrated standard Dell TN LCD display.
    Any ideas what I might be seeing here. A friend with the same monitor has the same problem, which is what is leading me to suspect the monitor.
    The first image here is converted from Lightroom with sRGB color space. The second was first assigned the Adobe RGB color profile and then converted and saved out again as a jpeg.
    Converted Only

    I downloaded and ran the program. My version number appears to be 2.1 if I read the numbers right.
    I am still at a loss as to why my sRGB jpegs only look right if I assign the wrong profile to them.
    Here are the settings in Windows 7 for color management. The highlighted profile is the one just created for my monitor. Display 2 is my main display. Note the "viewing conditions" setting on the advanced tab. Do you think the rendering intent might be at fault here? In Lightroom, should I use Perceptual over Relative or vice versa?

  • Flex + BlazeDS SSL issue with IE7

    Hi there,
    Am facing an unique issue when accessing my application using https (SSL) protocol. Actually my app is configured for "secure amf" and when it fails then it hits the "amf" of blazeds.
    All is fine, when i try to open an IE window and hit the url for the first time. The client side is able to hit the server side thru secure amf and its receiving the response back from the server. But when i open another new IE7 tab/window then am getting a NetConnection issue....
    i.e, NetConnection.Failed:HTTP error is popping up eventhough it tries to access the https url..
    Let me know if any of you guys have a work around for this.
    This works fine for FF & Chrome.
    Thanks.

    So it's definitely due to a change in Firefox, but I was able
    to find a workaround. We put headers in our flex pages so we can
    incorporate our global navigation at the top of the page.
    You're not going to believe the workaround. Here's what the
    code looked like before I fixed it:
    <cfinclude
    template="/cfdocs/proddev/common/cf/flex_header.cfm">
    <script src="AC_OETags.js"
    language="javascript"></script>
    Now, here's the fix:
    <script src="AC_OETags.js"
    language="javascript"></script>
    <cfinclude template="common/flex_header.cfm">
    So, I either had to put the script tag in the <head>
    tag, or put it before my html declarations.
    My guess is that Firefox over SSL doesn't allow <script
    src=''> tags in the body of an html document anymore.

  • Disk space issue with log files

    I noticed that I was running out of disk space, so I downloaded OmniDiskSweeper and ran it. Turns out that the main culprit is log files. They are located in /private/var/log/asl. However, OmniDiskSweeper won't let me delete them (it doesn't give an error message or anything--it just won't delete the files). What are these .asl files and how can I delete them? I cannot see them when I open up the Finder, so I assume they are hidden. Any help would be most appreciated. Thanks!

    plarkin wrote:
    I noticed that I was running out of disk space, so I downloaded OmniDiskSweeper and ran it. Turns out that the main culprit is log files. They are located in /private/var/log/asl. However, OmniDiskSweeper won't let me delete them (it doesn't give an error message or anything--it just won't delete the files). What are these .asl files and how can I delete them? I cannot see them when I open up the Finder, so I assume they are hidden.
    Those log files are created by the "Apple System Log" process. The first thing I'd do is to use the Console utility to examine what's in them to see if there's anything obvious that should be fixed. In Console, open the "/var/log" item on the left, open the "asl" item, then select the first item in the list. You'll see a lot of gibberish, but you'll also see some text.
    To navigate to those files in the Finder, use the menu item Go -> Go to Folder and type "/var/log/asl" (without the quotes) in the field, and click "Go".

  • Accordion Issue with IE7/XP: First tab is initially opened. Should be closed

    I'm almost finished my navigation menu for a client and everything is looking good. Except in IE7, of course. In IE7, the first tab is opened a little and I'd like it to be closed completely. How do I solve this or is this just a Spry bug?
    http://www.tendergreensfood.com/wp-content/themes/greens/test.html

    Make the default panel -1 in the constructor (panel number -1, of course, does not exist, so no panel will be open at first):
    <script type="text/javascript">
         var acc8 = new Spry.Widget.Accordion("Accordion1", { defaultPanel: -1 });
    </script>
    Lovely site, by the way...
    Beth

  • Odd free space issue with USB stick

    I'm wondering what may be the cause of this. I have a 2 GB USB stick that 10.6.3 tells me has 2.02 GB available, yet I get an insufficient space error when attempting to move a 831 KB file to the stick. Could there be hidden files mucking up how the OS reads the stick?

    I couldn't guess the cause but why don't you try reformatting the stick?
    -mj

  • Fluid Grid Layout - IE Issue with Image Size

    Hi,
    I've been working on a new website using the CS6 Fluid Grid Layout. My site is working correctly in Chrome and Firefox but in Internet Explorer 9 and 10, and most likely all other versions, the images that resize normall in Chrome and Firefox stay at maximum size in Internet Explorer. Please could somebody take a look at my site and see where I have gone wrong in the code as I can't find the problem anywhere.
    www.moleseyhire.com/index2.html
    Kind regards,
    Mitchell Ransom

    You could set the <divs> up like:
    <div id="special_1"><img src="http://www.moleseyhire.com/images/offer-1.png" alt="33% Off Shampoo"></div>
      <div id="special_2"><img src="http://www.moleseyhire.com/images/offer-2.png" alt="Multi Hire"></div>
        <div id="special_3"><img src="http://www.moleseyhire.com/images/offer-3.png" alt="Multi Buy"></div>
        <div id="special_4"><img src="http://www.moleseyhire.com/images/offer-4.png" alt="10% Off Tile Cutter Accessories"></div>
    Then add
    #special_1, #special_2, #special_3, #special_4 {
        width: 24%;
        float: left;
        margin-right: 1%;
    To the following media queries:
    @media only screen and (min-width: 769px) and @media only screen and (min-width: 481px)
    and:
    #special_1, #special_2, #special_3, #special_4 {
        width: 49%;
        float: left;
        margin-right: 1%;
    to the following media query:
    /* Mobile Layout: 480px and below. */

  • Space issue with comn top & ora  top

    I have a partition which is 96% full. It has comn top and ora top. I want to know is there some files which i may delete?
    i came across a directory $COMMON_TOP/temp which has files like->OFVAAndaOpC.t
    I want to know what is the use of these files and can i delete them?
    Thanks

    Anmol,
    .t files are ASCII files (temporary files) generated by reports. You can open up the .t files, the first 5 characters indicate what report in Applications created the .t file.
    .tmp and .temp files are binary files (temporary files) generated by forms.
    You can safely delete these files.
    Note: 435437.1 - Most Common Solutions to FRM-41839 and .tmp Files Not Being Deleted
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=435437.1
    Note: 145487.1 - Files Types .t and .temp and .tmp, are Saving Under /var/tmp
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=145487.1
    Note: 162232.1 - Why Does Oracle Forms Create .TMP Files Which Fill Up The Filesystem e.g. /tmp ?
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=162232.1

  • IE7 issue with Thumbnails div & Overflow

    this has to do with layout of the the gallery page and an IE7
    CSS issue.
    I was playing with the Photo gallery demo and decided to
    resize the thumbnails div to get different shape and found an issue
    with IE7 and the overflow. if the tumbnail div height is set to say
    100px, and set overflow:auto; it makes sense that the thumbnails in
    the bottom 3 rows would not be visible unless you scrolled the div.
    well it works fine in Firefox but IE draws thumbnails right
    over the height boundry and on into the next div below. I thought
    IE7 was supposed to fix the CSS hacks needed.
    what is the hack to fix this?

    It could be a function of how the script is written and
    changes being
    made at the object-level. Rather than set position to
    relative, you
    might try using the proprietary Microsoft zoom property to
    give the
    naughty container layout.
    your-container {zoom: 1;}
    If that doesn't work, then you can resort to position:
    relative.
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

  • Memory Leak Issue With Win7 64 bit and Youtube.

    I have a Win7 64 bit using IE9 with version 11.4.402.265 installed. 4 MB installed.
    Whenever I go to Youtube or Liveleak, and watch videos, over time it uses up to 4gigs of my memory! Even if I close the window, it does not free up the memory until I Ctrl/Alt/Delete and shut down the window(s).
    I normally only keep open 1-2 windows. Google toolbar is about the only thing installed. I can open 5 and more tabs, but as long as the site does not use flash, I don't have issues and each window usually uses under 200k memory watching them in task manager.
    When I go to open and watch a youtube video, it slowly climbs to 200k and within an hour, I can be at 2 gigs or more memory and up to 4 gigs within 2 hours (or sometimes much sooner). Closing the window does not release the memory until I end task on it and then after a minute or so, the memory seems to clear and everything is back to normal.
    I searched the forums and seems lots of users, report memory leaks, some using yahoo toolbar installed, which is not my case. I do use yahoo as my e-mail address, no idea if that is related or not. I had the same issue when I had the prior Flash version installed, this has been going on for months. Right now having only this window open, using 129, 192 memory. If I open one more window (using the 64 or 32 bit browser) and start youtube, the memory in that window keeps climbing about 50-100kb a second, so it adds up quickly. I have kaspersky running in the background and that is about it other then my nvida driver setup.
    Really frustrating that so many people here and across the internet have reported this. I did have IE8 a few weeks ago and still had the same issue, upgraded to IE9 to see if that helped.
    Interesting side note, if I pause a video, it slows way down on the memory leak, but still rises at a slower pace. I don't know if this is an IE thing or Flash. I have had this setup since 2009 and don't recall having issues with IE7. I use Youtube so much as a teaching instrument as a music teacher, so constantly have lessons going on it.
    Thanks and hope someone has come up with something. I also build computers and have done some programming, so I could modify a file if needed with clear instructions.

    This could be similar to bug https://bugbase.adobe.com/index.cfm?event=bug&id=3334814

  • Space Issues - Alerts

    Hi All,
    we are frequently facing space issues with our ebs install. We are adding space frequently and deleting the conc. manager logs/out files to clear space. Is there any where else that I should be looking into ? What should be the path to trouble shoot this issue.
    Thanks
    lp

    Please see old threads which discuss the same topic "Purging Strategy".
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Purge+AND+Strategy&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    http://forums.oracle.com/forums/search.jspa?threadID=&q=732713.1&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    http://forums.oracle.com/forums/search.jspa?threadID=&q=752322.1&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Layout issue with af:tree component

    I am using af:tree component but I am finding layout issue with it. I have a requirement where in I need the tree to stretch to the available space but a horizontal and a vertical scrollbar comes up automatically. Is there a way to handle this issue?

    User, without your jdev version it's hard to help.
    Have you embedded the tree component in a stretch layout?
    Timo

Maybe you are looking for