Page looks funny in IE, looks fine in Chrome, Firefox, Safari

Hi Everyone,
Any advice would be greatly appreciated. This page looks fine in Firefox, Safari, and Chrome, but the formatting gets screwed up in Internet Exploder. Since I'm on a mac, checking is rather difficult for me. Aside from fixes to the code to get this to display properly, does anyone have any advice as to how to check stuff in IE from a mac, aside from 1) buying a PC or 2) asking PC friends to take screen shots? Here's the link:
http://www.sarahegeller.com/suggested.html
Thanks,
Nick

Ok, that is weird.  It seems to only be altering IE 8.  I did a screenshot test of IE 7 and looked at it in 9 and it doesn't seem to be affected.
I had run your page through the validator before and only came up with unnecessary code for tracing and missing alt tags.  Here is the block of code that first seems to be affected:
<td valign="top" class="style9"><span class="style12">Astor Piazzolla (Arg.)<br />
Alberto Ginastera (Arg.)<br />
Camargo Guarnieri (Brazil)<br />
Juan Orrego-Salas (Chile)<br />
Paquito D’Rivera (Cuba)<br />
Joaquín Nin (Cuba)<br />
Carlos Chavez (Mex.)<br />
<br />
Manuel Ponce (Mex.)<br />
<br />
Silvestre Revueltas (Mex.) <br />
Ricardo Lorenz (Venezuela)<br />
Manuel de Falla (Spain)/ Arr. Kochanski<br />
Xavier Montsalvatge (Spain)</span></td>
I then look at "class='style9'" and "class="style12" right after that:
.style12 {     font-size: 8pt;
     font-family: Arial, Helvetica, sans-serif;
     line-height: 12pt;
     background-color: #FFFFFF;
     color: #000000;
     font-weight: normal;
.style9 {font-size: 9pt;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bolder;
     color: #0099FF;
     text-align: right;
This tells me that you are not very familiar with code because DW created 2 classes named "style#".  As you can see, both classes are defined, and both want different things, one is 9pt the other 8, one is normal font-weight, the other is bold, but both are defined on the same element.  I see a pattern of this throughout your page which leads to apdivs that don't seem to have a purpose and a long line of <br /> tags to insert line breaks and create spacing instead of using margins and padding.  Most here will argue that while DW is a great tool, a knowledge of HTML & CSS will always be better.  Overall, I don't see any need for anything more complex than 3 styles; one for blue header, one for bold header and one for body text.  Then insert your header 1, header 2, body text, and then put the following content inside table and repeat.
Based on what is there, in order to solve the problem efficiently, I would recommend starting at your template file (assuming you are using one, if not you should look at it for this type of layout).  Then re-layout the body content on the page with the template in tact using the suggestions above.  I would also recommend giving the below tutorial a quick read through in case some of the CSS comments I made did not make sense.
http://w3schools.com/css/

Similar Messages

  • Pages load very slowly, but load fine in Chrome and Safari. I've tried disabling add-ons, restarting, even uninstalling and reinstalling with no luck.

    This just began happening today, although I had not installed any new add-ons. This problem also happens on version 4.01.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode.
    * You enter Private Browsing mode if you select: Firefox > Preferences > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Firefox > Preferences > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"

  • I have a currently updated Mac that's fast as lightning. I use eBay A LOT. In the newest version when I hit the back button it takes me to the original "new tab" page. Please don't make me use Chrome or Safari, I love you guys

    Hello,
    I have a Mac that's fast as lightning running on the latest version of OS X. I use eBay A LOT. In the newest version of Firefox that I just downloaded when I hit the back button it takes me to the original "new tab" page. Please don't make me use Chrome or Safari, I love you guys

    Thank you for your kind words on the Tablet, as this is the only product mentioned that is supported on this forum, The forums here are for Home Electronics and Computers, and do not reach the Sony smart phone community.
    The Sony smart phone Support Forum is the place for Sony (formerly Sony Ericsson) users from around the world to get help and help others:
    your very in depth suggestions and comments would best be heard at the following forum that is dedicated exclusively to the Sony smart phone community.
    http://talk.sonyericsson.com/community/support

  • PDF addresses not longer load and display PDF in Firefox and solutions suggest to other users with problem DON'T WORK (work fine in Chrome and Safari)

    This is an ongoing problem with other users. When putting a PDF in address window of Firefox and clicking go to address FIREFOX WILL NOT LOAD AND DISPLAY THE PDF. This problem has come up in questions from other users on your site. NONE OF THE SUGGESTED SOLUTIONS WORK! (trying either the Firefox PDF viewer or the Acrobat viewer as default viewer)
    I am using Firefox 23.0.1 (as some of the other users with the same problem). This was not a problem in the past with Firefox. Safari and Chrome continue load and display PDFs just fine from their addresses. This is a big problem as I now have to inform people who want to view my PDFs NOT TO USE FIREFOX BUT TO USE SAFARI OR CHROME.

    It appears that a link to a PDF on an internet page will not download in Firefox either!
    I went to this page:
    http://www.nasa.gov/connect/ebooks/earth_art_detail.html#.UjYEzrwsU08
    and tried to download the PDF link at the bottom of the page (Download: PDF 11.3 MB) It didn't work! Nothing happens. Tried it in Safari and it worked flawlessly.
    I have a PDF file of my work in the public_html folder on my URL. I give the address generated by that file to people who want to view my work---this works perfectly in Safari and Chrome. As to your other question, can't bookmark it if I can't get to it in Firefox.

  • My Webpage works fine in Dreamweaver/Firefox & Safari but will not work correctly in IE. Help Please

    Hi,
    I uploaded my page from Dreamweaver yesterday and it works fine in Firefox and Safari, but when i opened it on Internet explorer, the bottom tables have moved and the image links at the top have a white boarder around.
    Webpage link: http://www.gs-designproject.co.uk/home.html
    any help greatly appreciated.
    Thanks,
    Gav

    The white borders around your images are created because they're embedded in links. Add the following to your style sheet:
    a img {
        border: none;
    The problem with the table row at the bottom is this:
    <td colspan="760px" height="40" valign"middle"="">
    The colspan attribute takes the number of columns that you're spanning, not a number of pixels. Judging from the rest of the table, it should be colspan="7".

  • Why does my site work fine in IE7, Firefox & Safari but crash in IE 6?

    Hi there,
    I am slowly putting together an iWeb site
    http://www.thegeorgiacollection.co.uk
    If you click on the furniture tab in the menu the page crashes in IE6. But works fine every where else! I don't really want carry on building this site if it wont work in IE6.
    Does anybody have any ideas?
    Thanks in advance
    doug
    MacbookPro   Mac OS X (10.4.6)  

    It might be because of boarders, I.E. 6 is known to crash iWeb sites that have a border with a width of one point or less: see here: http://docs.info.apple.com/article.html?artnum=304349
    To fix this just enlarge the boarder, or to be on the safe side just dump any borders.
    Hope I could help.
    Regards--- jgurbisz

  • I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    Hi Jaap,
    Are you sure about your FTP credentials (FTP folder and site URL) that you are using for the upload? Are you able to see the updated files in the remote directory of the FTP server, after you finish uploading the muse file, using an external FTP client like FileZilla?
    Thanks
    -Prashanth

  • Spry menu look fine in Firefox, Safari but not Intenet Explorer

    Help how cann I Spry working fine in Internet Explorer!!!
    Look with firefox this page and with Intenet Explorer and see the differents. In Firefox the menu show nice, but into Intenet Explorer not!!
    When i open the same page lokale the page ist good till I alow the script inside Internet Explorer....
    http://geerthakze.nl/vriendaanzee/index.html
    I hope we can find a solution!!!

    Gramps
    Alvast hartelijk dank voor de tips, de voorgestelde wijzegingen staan nu online. Maandag kijk ik hier nog verder naar, nu heb ik nog wat weibg marge links en rechts en staat het submenu nog iets te ver weg.
    Als het mogelijk is zou ik de pijljes het liefst voor de tekst willen hebben (maar dat vindt ik minder belangrijk).
    Alvast een fijn weekeinde gewenst
    Geert
    Verstuurd vanaf mijn iPhone
    Op 1 okt. 2011 om 15:48 heeft altruistic gramps <[email protected]> het volgende geschreven:
    Re: Spry menu look fine in Firefox, Safari but not Intenet Explorer
    created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    Now everything works nice, I can now chancing the Layout, but watt is wrong!!
    Geert,
    Please update the website with the changes to the menubar and then tell me what changes you wish to make to the layout.
    If you are having a problem expressing your views in English, you can PM me in het Nederlands.
    Gramps
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3948627#3948627
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3948627#3948627. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Spry Framework for Ajax by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • FF4 fonts and photos look funny

    OK, so I installed FF4 in w7, std installation-- the fonts in my usual sites all look funny and disconcerting (I just accepted font defaults, no tweaking). Pictures in my messages on a social site had a white border at top and bottom. Switched back to v 3.6, and everything is normal. I did look and notice that the photos still had a top and bottom border, but it was much less noticeable, so much so that I would not have seen it unless I had been looking for it.
    So my conclusion is that FF4 does not have the graphics stuff down yet. Too bad.

    Don't hijack someone else's thread please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Kogut" <[email protected]> wrote in message
    news:ej57fh$os2$[email protected]..
    > Hi,
    > I was wondering if someone may give me an advice.
    > I m trying to install a pop up menu in Dreamweaver 8
    using Fireworks 8
    > with a
    > combination of Japanese and English text.
    >
    > Everything seems to work fine in Dreamweaver but when I
    want to edit the
    > menu
    > back in Fireworks it looses the Japanese fonts and in
    reverse I get
    > something
    > like (??;???xk25%;;).
    >
    > I am using XHTML with charset=shift_jis and CSS.
    >
    > Thank you very much for your time.
    >
    > Marcin
    >
    >

  • Fonts of a PDF printout looks funny

    Hi,
    I don't know if anybody encounters this kind of problem. Sometimes when i print out a pdf file from Safari, some of the fonts look funny. It's like the letters get really close together. But when I look at in on the screen, it's perfect. I don't know if it's because the fonts don't exist in my OS X, and Acrobat tries to replicate the fonts or it the printer. Does anyone know how to resolve this? Thanks.
    iMac 17"   Mac OS X (10.4.3)  

    In Acrobat use Tools > Pages > Extract

  • Video looks funny on G5iMac

    Hi All -
    Suddenly, movies look funny playing in Quicktime -- almost like they have some kind of Photoshop effect. When I play the same .avi files on other Macs, they look fine. Now I'm noticing that streaming video looks weird in Safari.
    Any ideas? Is my video card messed up?
    Thanks!
    dvdmgsr

    What troubleshooting efforts have you tried to correct the problem?
    Have you tried repairing permissions & restarting?
    Which version of Safari are you using?
    Which version of QT are you using?
    Do you have VLC Media Player and/or Perian installed? Both play .avi files in conjunction w/QT.
    Suggest that you also cross-post in the QuickTime for Mac OS Forum if none of the above works for you.

  • How come when i copy a color from one page to another, the color looks faded?

    I'm using the same color in a multi-page layout. When i copy a color box from one page to another, the color looks faded on some pages. WHY?! Thanks!

    So i checked the blend spaces - both are CMYK (as this doc will be offset printed). Something really strange is happening! See attach below: the 2 blues (same setup/blend space, color breakdown, etc...) look different! And my client is PICKY! ugh. HELP! Thanks again!

  • I have a question about extracting pages.  When I do the function, adobe saves the individual files as " file name space page number ", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I a

    I have a question about extracting pages.  When I do the function, adobe saves the individual files as "<file name><space><page number>", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I am using excel to concatenate some data to dynamically build a hyperlink to these extraced files.  It casues me problems, however, for the space to be the the file name.  Is there any way to change the default behavoir of this function to perhaps use a dash or underscore instead of a space?

    No, you can't change the default naming scheme. You can do it yourself if you extract the pages using a script instead of using the built-in command.

  • How to I get back to the page I was reading after looking at a bookmarked page?

    How to I get back to the page I was reading after looking at a bookmarked page? (And, why is "Help" in Adobe products such a useless, time-wasting ordeal?)

    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • My phone was left in a car overnight and now is not working correctly, screen looks funny and I cannot make calls? Will they be able to assist in  a store?

    My phone was left in a car overnight and now is not working correctly, screen looks funny and I cannot make calls? Will they be able to assist in  a store?

    Make an appointment at any Apple store, see what the genius bar says/does.
    You don't metion whether the car was hot or cold.

Maybe you are looking for

  • How to achieve Entity Bean methods ONLY by calling them from a Session Bean

    Hi, I used a session bean as a business facade to a entity bean. In the session bean I achieve the entity bean with a jndiContext.lookup("java:comp/env/ejbEntityBean"). Now I am looking for a solution that it is only possible to call the entity bean

  • Clean Windows 8.1 install on Split 13 x2

    I have been unable to solve a Windows 8.1 boot failure on a customer's Split 13 x2.  The system will boot from a Windows 8.1 recovery USB stick that I created.  I can see the volumes on the disk and bcdedit seems to display the correct information bu

  • How to reinstall os x when experiencing kernel panics

    Okay I am not a very good MAC user, i just use it to test browsers for development. I rarely ever use it and dont install any software in it but one day it decided to give the kernel panics where it talks about "You need to restart your computer" bla

  • Updates fail with apps, cloud

    Updates:Trouble with updates: Creative cloud apps. updates run to 100%, then a error message comes back and implicates; update failed. What do I need to do when updates come back as failed after updated run to 100%?

  • Incorrect plus/minus sign in MB51

    Hi All, In MB51 report we are getting an incorrect minus sign in the display. When I run the report for mvt type 102 the quantities are displayed in RED color but the minus sign after it is missing. The sustem is considering it as plus. What could be