HELP!  Internet Explorer 7.0 Problem!!!

I am working on a website for work and thought it was all kosher and ready to go.  I sent it to our VP and he came back and said that things looked a little wonky.  Having tested it in both IE and FF, I was shocked.  However, he has IE 7.0 and for some reason it's all over the place when using that version.
Here is the website:  http://www.mtesc.org
Any help would be greatly appreciated as the problem needs to be fixed and I cannot figure out what to do to fix it!  I just started learning Dreamweaver, (which is what I used to create this site) and I am familiar with some html/css but not enough at this point to fix this problem.
Thanks in advance for any help!!!!

A quick fix would be to add a new stylesheet especially for IE7.
Create a new style sheet named ie7.css in your text editor or what ever program you use for coding.
Add :  <!--[if IE 7]>
<link href="ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
Then add the css corrections to the ie7.css file.
It is not the best practice but will work. You should really be using a reset file to set all of the browsers to the same values before starting your css styling.
This will prevent most problems that occur with the layout on different browsers.
Mike
Web Design Cape Town
Affordable Web Design Cape Town

Similar Messages

  • Firefox w/ not open forms from websites. Internet Explorer had no problem. Re-installed FF with no resolution.

    Firefox will not open forms (i.e. registration forms, class schedule, flyer, etc.) on certain websites. Updated Adobe Reader and Re-installed and updated FF. Still will not open the forms. Tried Internet Explorer with no problem at all. Tried FF on a different computer w/ no problem. Help please?

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • I get an "unable to connect" message yet I can connect and use Internet Explorer with no problem. I tried updating to Firefox4 and still get the same message. What do I do?

    I get an "unable to connect" message yet I can connect and use Internet Explorer with no problem. I tried updating to Firefox4 and still get the same message. What do I do?

    JungleTaxi Cabbie wrote:
    Csound1: iCloud: Configuring Mail with Mac OS X v10.6 or iOS 4
    Enter your Incoming Mail Server, User Name, and Password using the following settings:
    Incoming Mail Server: mail.me.com
    User Name: Your iCloud email address (excluding @me.com)
    Password: Your password
    Last Modified: Jun 27, 2013
    Maybe you should test these things before calling people out, because these settings do function perfectly well.
    iCloud is not supported on Snow Leopard or lower, why bother to mention it?
    The OP has an iCloud account, and that can not be opened without Lion or Mountain Lion (on a Mac), IOS5 or 6 (on an iPhone/iPad)
    The document I linked to is Apples documentation for iCloud on current devices,I don't care whether you believe that you know better than they do, but it will affect the people who follow your advice as it won't work
    JungleTaxi Cabbie wrote:
    Also, if you're not running Lion or Mountain Lion, there is no "Mail, Contacts & Calendars" prefpane.
    I never said that there was, perhaps you imagined it.

  • Internet Explorer 7.0 problems

    Hi,
    I have a website with a members area and login and had it
    working perfectly until my friend told me he could not access it
    from his new Internet Explorer 7.0. When he logs in it just tells
    him he is not putting in the right password but if he does it on my
    internet explorer it works. Can someone help me fix this major
    problem. Thanks.
    -Chris

    Update to 8.0.2, 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
    ==================
    "Soc4me3" <[email protected]> wrote in
    message
    news:eiedp1$hik$[email protected]..
    > Hi,
    > I have a website with a members area and login and had
    it working
    > perfectly
    > until my friend told me he could not access it from his
    new Internet
    > Explorer
    > 7.0. When he logs in it just tells him he is not putting
    in the right
    > password
    > but if he does it on my internet explorer it works. Can
    someone help me
    > fix
    > this major problem. Thanks.
    > -Chris
    >

  • Internet Explorer Issues (Visualization problems on 8, 9

    Please i need some help
    Everything works as it should in Chrome, Firefox and Safari. But with Internet Explorer  8, 9 or even 10 it is making a right mess off the pages.  For some reason text columns appears over images, some png's are missing & and other images are cut in half.   Why is this happening and is there a fix?  I would really like some help from the Muse staff on this.

    Hi we already fixed some of the problems but we still have some issues
    on internet explorer 10  here is the webpage and an image with the
    problem
    www.jabonlirio.com.mx

  • Internet Explorer ActiveX control problems

    I want to use the IE4 ActiveX control to launch some web apps from a Forte
    app.
    The error I'm getting is:
    USER ERROR: The ActiveX Control Class supplied by the application is named
    'InternetExplorer' and has a CLASSID of
    '{0002DF01-0000-0000-C000-000000000046}'. This does not match the OLE
    object
    embedded within the OLEField which is named 'Shell.Explorer.2' and has a
    CLASSID of '{8856F961-340A-11D0-A96B-00C04FD705A2}'.
    These are the steps I took to get the ActiveX control into the app.
    1. olegen -it shdocvw.dll -of shdocvw.pex
    2. Imported shdocvw.pex.
    3. Fixed comile errors - had to delete some attributes and comment out
    references to those attributes to get it to compile.
    4. In Window Manager - added a new ActiveX field.
    Attribute name = IE4ActiveX
    Mapped Type = ShDocVw.InternetExplorer
    5. Display method code:
    self.Open();
    event loop
    when task.Shutdown do
    exit;
    when <launchBtn>.Click do
    self.<IE4ActiveX>.oleobjectvalue =
    myInternetExplorer;
    myInternetExplorer.Navigate( URL =
    'www.forte.com',Flags = NIL,TargetFrameName = NIL,PostData = NIL,Headers =
    NIL,_result = NIL);
    when <exitBtn>.Click do
    exit;
    end event;
    self
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Update to 8.0.2, 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
    ==================
    "Soc4me3" <[email protected]> wrote in
    message
    news:eiedp1$hik$[email protected]..
    > Hi,
    > I have a website with a members area and login and had
    it working
    > perfectly
    > until my friend told me he could not access it from his
    new Internet
    > Explorer
    > 7.0. When he logs in it just tells him he is not putting
    in the right
    > password
    > but if he does it on my internet explorer it works. Can
    someone help me
    > fix
    > this major problem. Thanks.
    > -Chris
    >

  • Internet Explorer + captivate 3 = problems

    Hi there,
    Sorry if this question has already been answered elsewhere in
    the forums. I have Captivate 3, and have made several captivate
    projects by importing still screenshots. I created an .swf
    animation in Flash, exported that, and imported the animation into
    my captivate project, on top of the screenshots (it's an arrow
    pointing to a program). I then finished my captivate project,
    published it, and put it online.
    When viewing the project in Firefox 5.0, everything is fine.
    When viewing the project in Internet Explorer 7.0, everything
    is fine except that the arrows do not show up. The .swf animations
    do not appear.
    I think I've done everything right--the fact that Firefox
    shows the animations mean that the captivate project is not having
    trouble finding the .swfs.
    Any suggestions? Thanks!
    *Edit: I actually figured out what the problem was. I had
    made changes and reloaded the page in IE but did not clear the
    cache and it was remembering the previous versions. Thanks
    anyway!

    Update to 8.0.2, 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
    ==================
    "Soc4me3" <[email protected]> wrote in
    message
    news:eiedp1$hik$[email protected]..
    > Hi,
    > I have a website with a members area and login and had
    it working
    > perfectly
    > until my friend told me he could not access it from his
    new Internet
    > Explorer
    > 7.0. When he logs in it just tells him he is not putting
    in the right
    > password
    > but if he does it on my internet explorer it works. Can
    someone help me
    > fix
    > this major problem. Thanks.
    > -Chris
    >

  • I have internet explorer and having problems on working with adobe on internet explorer. i want to stay with internet explorer and use adobe that i think is with Google. i can't work on line  with adobe either because I am not with adobe.What do I do to k

    Need to know how I stay on internet explorer and still be able to use adobe. I have tried everything and nothing seems to work online or offline. help!!!

    Help me to how I can work with adobe on internet explorer. I also can not download online with adobe. What do I do?

  • Internet Explorer Java app problem when ESSO client runs on machine

    Hi,
    I face following situation:
    User is working with web application. It is a kind of interface for Document Management System. This application logon is not managed by Oracle Enterprise SSO client (or agent).
    When an Oracle ESSO services run on user's computer, user cannot open PDF files from DMS Internet Explorer page with error: UNABLE TO DOWNLOAD APPLET DUE TO SECURITY ISSUE.
    When an Oracle ESSO services do not run on user's computer, user can always open PDF files from DMS Internet Explorer page with no errors.
    I checked the Internet Explorer security settings and there I can see no limitations on Java, scripts or ActiveX.
    My question is:
    how Oracle ESSO client/agent affects other Java-based applications or applets?
    is there any possible reason while Oracle ESSO client is installed to user computer with package including "Java helper" item?
    is there any known and described issue within?
    Thank you very much for any answer.
    Regards, Kamil
    Message was edited by: KamilBrzak
    Addition: Described behaviour was under IE8 and IE9. Firefox 22.0 and IE10 works correctly. Java version is 6.21. Operation system is Windows 7 x64.

    Say your stub is in a jar called stub.jar.
    You need to put that stub somewhere that it can be reached through a protocol for which Java has a URL type - so you can put it on a shared file system and use a file URL or behind an http server and use an http URL.
    Let's use http - put stub.jar at the docroot of a web server.
    Then, when you start your SERVER code, include this VM parameter:
    -Djava.rmi.server.codebase="http://<serveraddress>stub.jar"
    Now your client will be able to use http to load the stub file out of stub.jar through http.
    If you do use a file URL, make sure the shared directory you put your jar in is not on the client's classpath.

  • Internet Explorer 11 Update Problem

    I need to install Internet Explorer 11 but my PC tells me to install SP1 first. 
    I have Windows 7 Home Premium with 64-bit and SP1 is already installed. Going in circle with this one...need help!

    Hi,
    Firstly of all, let's double check it:
    Right click Computer ->Properties -> Under "Windows Edition" section, check it.
    If it's indeed with Service Pack 1. As Cyber_Defend_Team said, check and install all available Windows Update and follow this guide to troubleshoot:
    Troubleshooting a failed installation of Internet Explorer 11
    https://support.microsoft.com/kb/2872074/en-us
    Karen Hu
    TechNet Community Support

  • Firefox cannot connect to internet, although internet explorer will, this problem just starter today, any ideas of what I should dpo

    Everytime I try to use firefox I get a message saying Firefox cannot connect to the internet. It was working fine yesterday. I can connect without any problems using Internet Explorer, so I know it is not my internet connection?

    Thanks, for responding.
    I did a hard reset of the linksys router. I changed the name of the wireless network. I did this using the PC that is wired to the router. The PC continues to work just fine.
    The G4 continues to be able to log-in in the wireless network, but there is no internet connection with the G4. Under Network Status, the G4 says "Airport is connected to the network. Airport has a self-assigned IP address and may not be able to connect to the internet" Is this something I should try to fix?
    Thanks!

  • HELP- internet explorer issues on Windows 7

    so i just installed windows 7, but the os x disk in afterwards etc. got all the drivers working. I used the internet multiple times (internet explorer) via the ethernet cable i have plugged in at school, but now, a couple days after installation, the internet won't work for my computer specifically. It works for my other buddies macs/pc's, just not my windows 7 partition. Safari acts perfectly fine using the same plug/cable, but when switched to windows 7, internet explorer/ the network center says I'm on an "unidentified network with no internet access". I mucked around with the settings to try and fix it, and so far nothing. Anyone have any ideas?

    put the os x disk in*

  • I am unable to download any type of video. All types of downloader cause my computer to become un-responsive & freeze. This only happens on Firefox. Internet explorer has no problems. Can someone help?

    This problem occured with every type of downloader plug-in or extension. I also get a warning saying V.Protect encountered a problem & needs to close. This all happened when I updated to Firefox 10.0.2 for Yahoo UK & Ireland yahoogb 1.9

    Can you undo the system restore?
    Note that using System Restore can cause your Firefox installation to get corrupted because not all files are restored (only files in a white-list), so be cautious with using System Restore.
    *You may lose data in the Firefox profile folder like .js and .ini files pr profiles.ini can be affected.
    *You may need to (re)install software that was affected.
    In case you need to reinstall Firefox then you need to delete the Firefox program folder before reinstalling to make sure that all files get replaced.
    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • After I update to firefox 4.0 it wont load any of my facebook games. And I don't know how to fix it. Please help Internet Explorer sucks!

    I updated to firefox 4.0 and it wont load any of my facebook games.

    Facebook games are usually Flash based.<br />
    Your More system details list show that you have the Flash plugin, so that should be working.<br />
    Make sure that you do not block Flash.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Please Help Internet Explorer Version

    All,
    Is there a version of IE explorer that system 9.3.1 is compatible with and java client? If you could help I would greatly appreciate this!
    Best Regards.

    9.3.1 supports IE7 according to the Hyperion documentation.
    We are only using 9.2.1 so I can't offer much more assistance.

Maybe you are looking for

  • How get all child elements from XML

    Hi I have one xml i tried to parse that xml using dom parser and i need to get some child elements using java <Group> <NAME>ABC</NAME> <Age>24</AgeC> ---------some data here...... <Group1> <group1Category> <NAME>ABCTest</NAME> <age>27</Age> ----Some

  • How do I set up my iPad 2?

    When I first receive my iPad 2 will it require me to connect it to a computer or can I set it up wirelessly? Also does it come with iOS5 or will I have to connect to my computer to update it? Thanks

  • How can I set it to delete messages off my server after they download?

    How can I set it to delete messages off my server after they download?

  • Customized ClassLoader

    Can anyone tell me how to write a customized Classloader which can create an instance of any class other than the one stated in the code. like, in Socket s = new Socket (); rather than creating an instance of Socket class, if I want to create instanc

  • ResultSet.next() throws NullPointerException

    Hello, When running the following code: import java.sql.*; class DatabaseDriver {      private int                    databaseType;      private String               error;      private Connection     con;      private Statement          statement;