Image files in a table mis-aligned in Internet Explorer

I have a website which uses a couple of tables to align image files, which consist of text in boxes. Although in Dreamweaver, there is a slight discrepancy between their positions in Firefox or Safari, I've been able to get the alignment I want with small adjustments in Dreamweaver. However, in Internet Explorer 8  the top image file of two which reside in the same table is displayed about 15 pixels to the right of the one underneath it. (The vertical positioning of the whole table is a bit off as well, but I'm less concerned with that as I attribute that to browser positioning issues.) I have no idea how this could happen, as I would think the table would constrain the two images from shifting side to side in relation to each other.
I'm on a Mac running OSX 10.6.8. and Creative Suite 3/Dreamweaver 8
Here's the URL:  http://www.downsizedlivingmag.com
Any ideas as to how I can fix this? Or even better, how I can achieve the same results in IE that I get in Firefox and Safari?
Thanks!

Ha, ha. I love the site!
You can use IE Conditional Comments to add some padding-top above your tables.
http://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/
Sadly, when I disable images in my browser, your page is very short on indexable content. Search engines, translators and screen readers can't access text in images.  You might wish to re-think this design decision and opt for more real text in headings and paragraphs where it will get noticed.  Alas, designing for the web has almost nothing in common with print design. 
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • I cannot print PDF files within Firefox. I can with Internet Explorer.

    I cannot print PDF files within Firefox. I can with Internet Explorer.

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • How to fit image file to exact table size on import?

    I am inserting image files (gif and jpeg) into spots in a pre-existing table.  When I do so the image file comes in way oversized and I have to resize the image to my original table block size.  Is there a method of inserting an image and specifying that I want it to fit to the size of the table cell beforehand?  Also, when I reduce the size of the image to the exact dimensions of an already existing table cell the size of the cell expands slightly and things are not lined up perfectly afterwards.  Am I supposed to make the image slightly smaller than the table cell to compensate for this?  Thanks for your time.

    Here is the code for the site I am just starting out with:
    Home
    I Googled PHP resizing but don't quite know where to put the code they have
    listed.  Does it go just before the table code?

  • Image file stored in Table - how to retrieve into Report

    Hello
    Have a table in which there are text fields and a blob field into which an image file is uploaded (through a form).
    When creating report from the table, all the text fields are present but the blob field does not rate a mention, although the image has uploaded into the form successfully.
    How do I get the image from the table into the report?
    I am not a technically skilled person, I use the product out of the box - so please don't give me pl/sql or any other technical responses - unless they are basic.
    Thanks
    Jo

    thank you for hint.
    indeed I have installed BLOBDestination package. My goal is to integrate Forms, Reports and BLOBDestination such that:
    1. call a report from form (by rp2rro.rp2rro_run_product (REPORTS, 'pdf_report', ASYNCHRONOUS, RUNTIME,FILESYSTEM,PAR_ID, NULL);
    2. obtain response by reports server with the complete path of the file
    3. call BLOBDestination passing report_path as input parameter to save the PDF report into BLOB

  • Rollover images in Dreamweaver CS6 show blue frame in Internet Explorer...

    Hi
    I've created some very simple rollover buttons in Photoshop and placed them into Dreamweaver as rollover images to use as a navigation bar.
    They appear correct in all browsers except Internet Explorer - they appear with a blue frame around?  The table boarder is set to 0...
    My Dreamweaver knowledge is very limited so appologies if there is a very simple solution to my problem :-)
    Many thanks for any suggestions.
    Kim

    Thank you for your help - this works :-) 
    Sorry about my lack of knowledge :-)
    Thanks again!

  • Some tables show up in Internet Explorer and not on Modzilla

    I just noticed that some of the cats on the Our Cats page of my website,
    www.freedomfarm.net, show up on Internet Explorer, but not on Modzilla FireFox.  They are actually listed as a table on the page with a picture and text.   I will confess that I cheated.  I copied the table code from another website that I liked.  But since it works on IE and some of them work on Modzilla, I don't think that is the problem...could be wrong though.   If anyone has any ideas what might be causing this, I sure would appreciate the help.  Thanks!

    Raine770 wrote:
    I just noticed that some of the cats on the Our Cats page of my website,
    www.freedomfarm.net, show up on Internet Explorer, but not on Modzilla FireFox.  They are actually listed as a table on the page with a picture and text.   I will confess that I cheated.  I copied the table code from another website that I liked.  But since it works on IE and some of them work on Modzilla, I don't think that is the problem...could be wrong though.   If anyone has any ideas what might be causing this, I sure would appreciate the help.  Thanks!
    There is obviously an inbalance with your 'comment' tags <!--------------------->. Go into your pages code and delete everyone before and after the <hr> tags and the missing cats will appear. I don' t have time to figure out exactly which are casuing the issue, anyway other than mark the end and beginning of a section which the <hr> tag already does for you they are'nt required.
    <!------------------------------------------------------------------------------------->
        <hr align="center" size="5" color="#336699"/>
        <p> </p>
      <!------------------------------------------------------------------------------------->

  • Tables running long in Internet Explorer

    Hey guys, I'm new here, and still somewhat of a noob when it
    comes to html and web design so be easy on me.
    One of my new projects is creditcardrewardzone.com, which I
    thought was looking pretty good until someone told me that it was
    completely screwed up when they looked at it in Internet Explorer
    on their windows machine.
    I myself work on a mac and check it with safari, firefox, and
    IE, and everything looks fine, but for some reason in IE on
    windows, the tables run really long to the point where the site
    isn't functional.
    If you go to the site and click on cash cards, you can see
    what I mean. Can anybody look at my code and see if there's
    something I'm doing wrong?
    Thanks a lot, I look forward to staying at the forum and
    probably asking a lot more questions!
    Josh

    I am not seeing the information on this page:
    http://www.creditcardrewardzone.com/CashRewardCards.html
    in IE6.
    Try using a full doc type - at the moment you are not using
    one - which is
    placing IE6 into quirks mode... that may correct your
    problem.
    I would also consider adding some left padding to your
    content area (beside
    the left side bar on the right side of it) because the text
    sits right up
    against the sidebar in all browsers I've checked.
    Doctypes:
    http://www.alistapart.com/articles/doctype/
    This should work:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    "joshmv" <[email protected]> wrote in
    message
    news:f64at9$gg8$[email protected]..
    > Hey guys, I'm new here, and still somewhat of a noob
    when it comes to html
    > and
    > web design so be easy on me.
    >
    > One of my new projects is creditcardrewardzone.com,
    which I thought was
    > looking pretty good until someone told me that it was
    completely screwed
    > up
    > when they looked at it in Internet Explorer on their
    windows machine.
    >
    > I myself work on a mac and check it with safari,
    firefox, and IE, and
    > everything looks fine, but for some reason in IE on
    windows, the tables
    > run
    > really long to the point where the site isn't
    functional.
    >
    > If you go to the site and click on cash cards, you can
    see what I mean.
    > Can
    > anybody look at my code and see if there's something I'm
    doing wrong?
    >
    > Thanks a lot, I look forward to staying at the forum and
    probably asking a
    > lot
    > more questions!
    >
    > Josh
    >

  • Swf file not loading over Https(SSL) on Internet Explorer...

    hi ,
    I have a .swf file used in html file and i try to browse using "https(SSL)".it will loads fine in Firefox, but in Internet Explorer wont able to load. When right-clicking it says "movie not loaded".
    even i googling for the same and i got below option but i am still not able to get flash on html page. it will working fine in Internet Explorer,FireFox etc when we use"http".
    1) add headers like "Cache-Control: must-revalidate" or "Cache-Control: max-age=0" or "Cache-Control: no-store" etc
    2) use CrossDomain.xml
    we also able to load swf in https on Internet Explorer but for that we have to do below settings in Internet Explorer browser.
    1) Go to Tools --> Click on Internet Option --> click on Advanced tab --> Now in security section checked mark on "Do not save encrypted pages to disk".
    but above way is not a proper way to resolve the https issue
    Thanks.

    found this within the Adobe forums, seems to solve your issue.
    I would make sure to use the crossdomain file as well.

  • Png images not shown in applet when opened in internet explorer

    hi all,
    I am using some transparent PNG images in my applet . Its working properly in appletviewer as well as netscape but images just disappear in internet explorer.
    same image appears in internet explorer but not in applet in internet explorer.
    can anybody help me ?
    thanks

    The java version that IE has doesn't have support for PNG, only gif and jpeg.

  • ITunes is associating files that do not belong- i.e., Internet Explorer and other programs.  How do I fix?

    When I download iTunes, it takes over programs such as Internet Explorer such that when I double-click on the icons for these programs, I'm taken to iTunes as opposed to the program I selected.  Also, my other programs are now associated with the iTunes icon as opposed to their own.  I've been told that this is a file association issue.  When I uninstall iTunes, the problem appears to resolve.  When I reinstall iTunes it returns.  Please help.

    No one?  Nothing? 

  • Blank line in file, but if you download it with Internet Explorer. (??)

    Hello guys.
    I have a new qestion for you.
    My problem is this:
    I have a report that creates a file in Unix.
    When I read that file from an Abap program, the file it's ok. When I download it from a web based system the file has a blank line at the end of the file.
    I tried the CR+FL solution, tried specifying the length of the record in the transfer.
    Nothing works.
    The most strange thing is that if I download the file accesing from Firefox browser, the file it's ok, but with Internet Explorer the bloddy blank line appears...
    Do you have any idea on how to solve this????

    A Z program creates the file (text) in Unix.
    Then, the users download the file using a web application. Just access to the server and download the file to your computer.
    I did a little z program to check if the file was being created correctly (without the blank line), and yes, the file it's ok.
    But I realized that the problem, maybe, is related to the web browser used to access that page.
    So, my question is: Did someone had a similar problem?

  • I would like to open a file .eml in Firefox, and open in Internet Explorer

    I open Firefox, i say "open" a file .eml and what it is to open Internet Explorer. How can i turn that?

    Hi smoothuser,
    We are sorry for the inconvenience caused to you.
    Please let me know which application of Adobe you are using including the version.
    Attach a screen shot of the problem to get better understanding about the problem you are facing if there is an error.
    Regards,
    Ajlan Huda.

  • Why don't I see the popup option to RUN when I try to download a file under Firefox that I get in Internet Explorer which is where I turn to to download a program ?

    In Internet Explorer I always get the popup options RUN, SAVE, CANCEL. In Firefox I only get SAVE & CANCEL. When I click SAVE a "binary" file gets downloaded but I don't know what I'm supposed to do with that.
    Thanks for your help

    Firefox only allows you to save executable files. If you want to add an option to run them you can use the OpenDownload² add-on - https://addons.mozilla.org/firefox/addon/opendownload-10902

  • I am not able to open pdf files from any web through Firefox. Internet explorer opens those pdf files

    I am not able to open pdf files from any web when I use FireFox.
    I am able to open pdf files when I use internet explorer.

    For the settings to check, see the [[opening PDF files within Firefox]] article.

  • FireFox 3.6.13 Locks up Microsoft XPS Document Writer, PDF995 (created Acrobat pdf file output) stops printing mid document, and Internet Explorer works fine

    Microsoft XPS Document Writer locks up and PDF995.com (creates acrabat pdf file) stops printing after the second page from this site http://super.nova.org/DPR/CinematicApproach/. This was a Windows 7, 64 bit machine that had the issue. Microsoft Internet explorer works fine and printed the document with Internet Explorer.
    The machine that displayed FireFox printing issues was a up to date Win 7, 64 bit, Quad Core, 8 Gig Ram. Don't really have a question just reporting a FireFox Bug.

    Hi,
    do you have a solution for the problem? We have actually a similar problem with locked IE8 when using a zoom factor > 100% (it's a customer WD4A).
    Regards,
    Steffen Brauner
    Edited by: Steffen Brauner on Jul 7, 2011 6:54 AM
    I found the notes 1534606+1534610 that solved my prob.
    Edited by: Steffen Brauner on Jul 7, 2011 6:55 AM

Maybe you are looking for