IE6 problem

Hi everyone,
I followed every step from this thtread to mimic the oracle apex bar, but I still have a problem.
Creating a DHTML Drop down
When I run my application in internet explorer 7, everything is fine.
When I run it in internet explorer 6, the menu in the blue bar on the top takes only half the height of the bar. Is there a way to fix that?
I want to keep internet explorer 6 because a lot of user are still using this version.
thanks
charles

Short of an exorcism, you could try looking through the IE6 CSS guide here:
http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/
The browser seems to have some trouble with margins which is what you may be seeing.

Similar Messages

  • Flash player and IE6 problem

    I have a problem that occurs with IE6 when a user clicks on a
    button within a flash player (Flash player file being generated by
    Captivate 1.0).
    The user is asked to click on some button on the .swf file
    begin displayed in the player.
    Should only be one click (standard left click of the mouse
    button) on the button.
    Our users are having to click twice, but only if the button
    is in the first frame.
    Also I have noticed that the movie jumps up a couple of
    pixels when the user first clicks the play button when using the
    embeded Captivate player control.
    WHY??? anybody have any suggestions of how to correct
    this???
    r/
    Anthony Jackman
    TEKsystems Inc.
    Multimedia Developer
    [email protected]
    Windows XP Pro
    IE 6.0.29
    Flash player 7.0 r19
    Captivate 1.01.1418

    "you should have NO problems finding out the issue" :p
    sorry for typo.
    Chris Georgenes wrote:
    > go here:
    >
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    >
    >
    > type "activate control" in search.
    > 290 previous threads.
    >
    > This is discussed daily here - in fact as recent as
    within the last 1/2
    > our - you should have problems finding out the issue. In
    short, it's an
    > Eolas patent lawsuit that MS lost, requiring all active
    content in
    > latest version of IE to be activate forst by the user
    before they can
    > interact with it.
    >
    > ******************************************
    > --> **Adobe Certified Expert**
    > --> www.mudbubble.com
    > --> www.keyframer.com
    >
    >
    >
    >
    > AMTCS_GOD wrote:
    >
    >> I have a problem that occurs with IE6 when a user
    clicks on a button
    >> within a flash player (Flash player file being
    generated by Captivate
    >> 1.0). The user is asked to click on some button on
    the .swf
    >> file begin displayed in the player.
    >>
    >> Should only be one click (standard left click of the
    mouse
    >> button) on the button.
    >>
    >> Our users are having to click twice, but only if the
    button
    >> is in the first frame. Also I have noticed that the
    movie
    >> jumps up a couple of pixels when the user first
    clicks the play button
    >> when using the embeded Captivate player control.
    >>
    >> WHY??? anybody have any suggestions of how to
    correct
    >> this???
    >>
    >> r/
    >> Anthony Jackman
    >> TEKsystems Inc.
    >> Multimedia Developer
    >> [email protected]
    >>
    >> Windows XP Pro
    >> IE 6.0.29
    >> Flash player 7.0 r19
    >> Captivate 1.01.1418
    >>

  • JWS & IE6 Problem

    Hi,
    I scanned older threads on this, but still have problems accessing a dynamically generated (via JSP) JNLP from IE6. Web server is Apache Tomcat. I added a "no cache" header from the JSP, but IE6 still tries to download the jsp locally and not launch JWS. Netscape works fine.
    What was the final workaround for this nuisance?!
    Thank you much!!
    Darren

    I have no problem with ie6.
    If your server is sending down the right mime type then maybe there is something wrong with how the mime type is registered with windows. This is only a guess.
    IE6 depends on the registry to map mime types to extensions and applications. I can think of two things you could try.
    1. Try reinstalling java on your client box. That should reset all the registry keys.
    2. Or you can check the registry manually by looking to see if the following keys/values exist and match what I have on my machine.
    HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-java-jnlp-file
        Extension         .jnlp
    HKEY_CLASSES_ROOT\.jnlp
        Content Type       application/x-java-jnlp-file  
    HKEY_CLASSES_ROOT\JNLPFile
        EditFlags          00 00 01 00
    HKEY_CLASSES_ROOT\JNLPFile\Shell\Open\Command
        (Default)          "C:\Program Files\Java\jre1.5.0\bin\javaws.exe" "%1"Be sure that last key actual points to a valid javaws.exe. If any of these keys are messed up IE6 will not be able to launch java web start. I hope I found all the necessary registry keys.
    Netscape uses a different set of registry keys for its mime mapping.
    Good luck

  • HTMLConverter and IE6 problems

    I ran the HTMLConverter on an HTML file in order to force upgrades to Java 1.4 and to force the use of the Java Plugin (OK, so that should be obvious, I know). My applet runs exactly as it should with Netscape 6.2 and IE 5.5sp2. However, with IE6, the applet seems to be completely ignored. Any suggestions?
    Here is the HTML before:
    <HTML>
    <HEAD>
    <TITLE>Bandwidth Test</TITLE>
    </HEAD>
    <BODY>
    <P>
    <APPLET archive="diagnostics.jar" code="com.ilink.diagnostic.PacketTesterApplet" codebase="/visualsoap/" width=350 height=200></APPLET>
    </P>
    <HR>
    </BODY>
    </HTML>
    and after:
    <HTML>
    <HEAD>
    <TITLE>Bandwidth Test</TITLE>
    </HEAD>
    <BODY>
    <H3><HR WIDTH="100%">Bandwidth Testing by I-Link, Inc.<HR WIDTH="100%"></H3>
    <P>
    <!--"CONVERTED_APPLET"-->
    <!-- HTML CONVERTER -->
    <SCRIPT LANGUAGE="JavaScript"><!--
    var _info = navigator.userAgent;
    var _ns = false;
    var _ns6 = false;
    var ie = (info.indexOf("MSIE") > 0 && info.indexOf("Win") > 0 && info.indexOf("Windows 3.1") < 0);
    //--></SCRIPT>
    <COMMENT>
    <SCRIPT LANGUAGE="JavaScript1.1"><!--
    var ns = (navigator.appName.indexOf("Netscape") >= 0 && ((info.indexOf("Win") > 0 && info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0) || (_info.indexOf("AIX") > 0) || (_info.indexOf("OS/2") > 0)));
    var ns6 = ((ns == true) && (_info.indexOf("Mozilla/5") >= 0));
    //--></SCRIPT>
    </COMMENT>
    <SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 350 HEIGHT = 200 codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-win.cab#Version=1,4,0,0"><NOEMBED><XMP>');
    else if (_ns == true && _ns6 == false) document.writeln('<EMBED
         type="application/x-java-applet;version=1.4"
    CODE = "com.ilink.diagnostic.PacketTesterApplet"
    CODEBASE = "/visualsoap/"
    ARCHIVE = "diagnostics.jar"
    WIDTH = 350
    HEIGHT = 200
         scriptable=false
         pluginspage="http://java.sun.com/products/plugin/index.html#download"><NOEMBED><XMP>');
    //--></SCRIPT>
    <APPLET CODE = "com.ilink.diagnostic.PacketTesterApplet" CODEBASE = "/visualsoap/" ARCHIVE = "diagnostics.jar" WIDTH = 350 HEIGHT = 200></XMP>
    <PARAM NAME = CODE VALUE = "com.ilink.diagnostic.PacketTesterApplet" >
    <PARAM NAME = CODEBASE VALUE = "/visualsoap/" >
    <PARAM NAME = ARCHIVE VALUE = "diagnostics.jar" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    <PARAM NAME="scriptable" VALUE="false">
    </APPLET>
    </NOEMBED>
    </EMBED>
    </OBJECT>
    <!--
    <APPLET CODE = "com.ilink.diagnostic.PacketTesterApplet" CODEBASE = "/visualsoap/" ARCHIVE = "diagnostics.jar" WIDTH = 350 HEIGHT = 200>
    </APPLET>
    -->
    <!--"END_CONVERTED_APPLET"-->
    </P>
    <HR>
    </BODY>
    </HTML>

    I solved the problem by simply modifying the codebase tag
    (after 2-3 hours of confusion) to point to:
    http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-
    win.cab#Version=1,4,0,0
    Guys i submitted the first bug report 4 weeks ago & couldn't get thru bug staff bureaucracy. Now that i have 2 independent confirmations, i submitted that bug report again.
    If you what to help sun fix this bug, emailing this guy & referring to this thread might help:
    [email protected]
    He told me 4 weeks ago that he couldn't reproduce the bug. I emailed him twice after he denied the bug, w/o any reply.
    But since i resubmitted the bug, i will also be praying that the new evaluation goes thru successfully. If they still have the bug in 1.4.1 beta, they'd better fix it before se release.

  • Spry IE6 Problem - Items with dropdown not visable until you hover

    Thank you in advance for your help
    I added a spry vertical drop down menu to my site http://www.capitalareamodellers.ca/
    It works perfectly in IE7 and 8 as well as firefox, safari, chrome & opera,
    But when it is displayed in IE 6, each menu item that has a drop down associated with it is not visable until you hover over it.
    I'm at a loss as to why  :-(
    unfotunately - almost 30% of the users of teh site are still using IE6
    I'm attaching the css and template files in the hopes that someone can help me
    BIG thank you!

    Don't forget the end tag, very important in XHTML
    <li><a href="aboutCAMS.htm"><span style="color: #FFF">CAMS History</span></a></li>
    <li><a href="meetingschedule.html"><span style="color: #FFF">Meetings</span></a></li>
    <li><a href="profiles.html"><span style="color: #FFF">Member Profiles</span></a></li>
    <li><a href="feedback.html"><span style="color: #FFF">Feedback</span></a></li>
    <li><a href="mailingList.html"><span style="color: #FFF">Join Mailing List</span></a></li>
    <li><a href="media.html"><span style="color: #FFF">Media Centre</span></a></li>
    Good luck
    Ben

  • IE6 problems with PNG files (no, not transparency)

    For some reason, although all the images seem to appear just
    fine, IE6 keeps
    acting like it can't finish loading the two PNG files on the
    page. It just
    hangs at the last byte, it seems. I can leave the browser for
    an hour and
    I'll still come back to a status bar indicating 1 file
    remaining, *.png
    (even though that file is visible and fully loaded
    on-screen).
    http://www.vilverset.com/mark.html
    It's like IE6 can't "close the connection" on PNG files once
    it's opened for
    download.
    It more than likely has something to do with the attached
    pngfix.js file to
    enable alpha channel filtering in IE6. But since Murray
    recommended this
    specific fix, I won't go out looking for another one. There
    might just be a
    typo somewhere causing this.
    Thanks.

    InDesignSecrets » Blog Archive » Eliminating YDB (Yucky Discolored Box) Syndrome
    And .png isn't really a print format...

  • Problem viewing website on IE6 -second posting

    Thanks to mbatsis and flakac for your comments on my previous message about IE6 problem.
    I'm fairly new to HTML design, so am not sure how to resolve this problem. The pages I have designed are fine to view on all systems apart from my laptop which runs on Windows XP Home Edition, IE6. The site is designed in Dreamweaver. The top nameplate of the site is missing on all pages on the site when I view on my laptop. flakac advised to View > Source. How can I tell if there is a script error or other problem? The website in question is www.pfma.com
    Hope you can help!
    mg

    Hi
    to tell if there is a script error you can open the browser preferences and allow the option to display every script error:
    Tools -> Internet Options -> Advanced (Tab) -> under Browsing enable "Display a notification about every script error"
    hope it helps
    mamtz

  • Internet Explorer Problem with Spry Menu Bar

    http://www.cloud9industries.com/clients/jewelryworld/index4.html
    OK here we go
    #1) In IE, the toolbar doesn't appear with the same decreased
    opacity as it does in Firefox and Safari. I'm using a png
    background image with a transparent background and I've defined the
    background color the same as the lower layer's color. Any ideas?
    #2) THE BIG ISSUE - IE doesn't display the drop down portions
    of the menu properly as they display horizontally. If the cursor
    moves into the <li> from another <li> the menu displays
    as aforementioned. If the cursor moves into the <li> from
    outside the menu bar, the menu bar behaves properly.
    This is the first page I've done with a Spry menu bar as it
    seems the former navigation bar process has been removed from
    Dreamweaver. Any tips will be greatly appreciated.
    Thanks,
    cloud9industries

    Hi,
    I took a look over your page and I noticed that you are using
    a very old spry version 1.4. The current released version is Spry
    1.6 and contains some major bug fixes for Menu Bar widget.
    Please update to this last Spry version. You can download the
    new files from
    here.
    The problem with the transparent background is an IE6 problem
    which doesn't support transparent backgrounds. This problem is
    fixed on IE7 and I check it and it works there.
    Please let us know if you still have problems with MenuBar
    after updating it to the new version
    Thanks,
    Diana

  • Why dont you prompt people to upgrade MAJOR VERSIONS of FF?? People will basically be stuck on 3.X because you never prompt them! It's IE6 all over again, fools!

    As a webdev, we've trying to figure out how to hack our CSS to allow FF to support webkit. Ok, we got it, but we've got people internally reporting bugs. 'Well, what version of FF are you running?' we ask. '3.6' is the answer. Wow, thats pretty old, doesn't FF ask you to upgrade? NO THEY DO NOT BEAUSE THATS PROBABLY THE LATEST 3.X VERSION.
    What are you people doing??? Has it dawned on you that you're recreating the IE6 problem? I thought that you had more sense then this. You should be prompting people to upgrade MAJOR VERSIONS just as you do minor!

    Do you automatic updates set? Options > Advanced > Update tab
    *See --> [https://support.mozilla.com/en-US/kb/Updating+Firefox?bl=n&s=update%20automatically Updating Firefox]
    New version notifications are generally shown as pop-ups/sliders from your Windows system tray when new versions are available. Firefox checks once every 24 hours.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    I see you have some very old plugins with security issues of their own.
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Need some help with ".png" image.

    Good day everyone. Here's the run down. I need to add an
    image (image "A") ontop of another image (image"B"). Image "B" is a
    paterned background. And Image "A" a logo with a transparent
    background.
    As it stands I have image "A" as a "png" and as you know....
    they are fri**ing huge! Haveing it as a "gif" only presents me with
    the IE6 problem of it adding a colored background to the image.
    So I'm stuck! Can any one tell me or point me in the
    difection of a tutorial to tell me the best way to add an image
    with a transparent background in Dreamweaver.
    Really need some help with this!
    Thanks all!

    >Right you can see the work in progress here>
    http://www.stclairecreative.com/DoughBoys_Site_Folder/home.html
    Before going much further I'd recommend reconsidering the use
    of a textured background. They are usually included for the benefit
    of the site owner only, and likely to annoy visitors. Studies on
    the subject suggest they often lead to usability problems. I do
    like to header graphic, but at 200K it's kinda heavy and can
    probably be optimized.

  • Where can i go for a honest oppion???

    I have finely got to the point of maybe showing my first website . I would like to find a site where i can get a honest oppion and feed back on the site i have created  and maybe a little coaching i dont mind if it is a outside site just a honest one .

    Looks OK to me in Firefox but you better check it in IE.
    IE8 & IE7 problems:
    The log-in password field drops behind the menu.
    Right sidebar boxes are too narrow.
    IE6 problems:
    Float Drop. Right sidebar drops below content.
    If you use Windows, get multi-IE tester from myDebugBar
    http://www.my-debugbar.com/wiki/IETester/HomePage
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Some minor troubles with Spry Menu Bar

    Hello all,
    I'm currently in the process of building a simple navigation
    menu for a website and have run into a bit of a snag. The image I
    wish to have as my rollover background image seems to work in
    non-sub menu list items, but they don't for those list items that
    have sub menus. Interestingly enough, if I change it to a color, it
    works fine.
    Any thoughts or suggestions would be helpful.
    Linky:
    http://watchtower54.bravehost.com/c21Menu.htm
    *edit*
    After thinking about, I thought it might be benefical for me
    to post the Stylesheet information, which is as follows

    Hi,
    I took a look over your page and I noticed that you are using
    a very old spry version 1.4. The current released version is Spry
    1.6 and contains some major bug fixes for Menu Bar widget.
    Please update to this last Spry version. You can download the
    new files from
    here.
    The problem with the transparent background is an IE6 problem
    which doesn't support transparent backgrounds. This problem is
    fixed on IE7 and I check it and it works there.
    Please let us know if you still have problems with MenuBar
    after updating it to the new version
    Thanks,
    Diana

  • Spry page tie-up.

    I have three pages on my web site that will not completely
    load sometimes. This is not a IE6 problem but it is an IE7-Spry
    problem. What can be done to force the load of these pagaes? Some
    users can usually get the pages to load with IE7 but there are some
    others which most of the time can not load the data. This is
    definitely a Spry-IE7 problem. Any solutions?

    Hi don0212,
    Are these pages including that same Flash movie at the top?
    The one with the beach scene. When I looked at one of your previous
    pages, that Flash movie was pegging my CPU when it was in view
    *and* it seemed to be killing the processing of timers in the
    Browser which is why Spry never got a chance to do any processing.
    --== Kin ==--

  • Problem with Spry:Repeat and Slide Effect on IE6

    I run the website for my kids' hockey association and I'm not
    a web programmer. I am trying to display events in a Spry region
    using spry:repeat. The data is coming from a Google Calendar . I
    display the event date and title on the main page. I have the
    onclick set to call a javascript function that exposes the details
    using the spry slide effect. It works ok except in IE6.
    The following creates my dataset from a method call to a
    Coldfusion component that returns the XML I need:
    <script type="text/javascript">
    var ds1 = new Spry.Data.XMLDataSet("
    http://tornadoyouthhockey.org/Events.cfc?method=EventXML",
    "events/event",{distinctOnLoad:false});
    </script>
    The following function slides open the detail:
    <script type="text/javascript">
    function startBlind(rid) {
    var contentdiv = document.getElementById('panel'+ rid
    +'Content');
    var panel_height = contentdiv.clientHeight;
    if (panel_height<100){
    var bd = new Spry.Effect.Blind('panel'+ rid +'Content',
    {duration: 800, to: '100px', toggle: true});
    else {
    var bd = new Spry.Effect.Blind('panel'+ rid +'Content',
    {duration: 800, to: '0px', toggle: true});
    bd.start();
    </script>
    Within the repeat I have:
    <div class="EventPanelLabel"
    onclick="startBlind({ds_RowID});">{startDate} &mdash;
    {title}</div>
    I think the XML looks OK but for some reason when the page
    loads, IE6 returns:
    Exception caught while loading
    http://tornadoyouthhockey.org/Events.cfc?method=EventXML:
    [object Error]
    The page seems to work fine in Safari and Firefox on the Mac
    and IE7 as well as Firefox on Windows. Just IE6 seems to be having
    the problem. Could you please take a look at
    http://tornadoyouthhockey.org
    and provide any suggestions you may have?
    Also, is there a way to hide the {startDate} - {title} I'm
    seeing while the page loads?
    Thanks,
    Kevin

    Kin:
    Thanks for your reply. I made the changes you suggested but,
    unfortunately, IE6 is still giving me the same error when the page
    loads:
    Exception caught while loading
    http://tornadoyouthhockey.org/Events.cfc?method=EventXML:
    [object Error]
    Could this be part of the problem an need to be changed as
    well? :
    <div id="panel{ds_RowID}Content"
    Any other ideas? The page is live if you'd care to look...
    http://tornadoyouthhockey.org
    Kevin

  • Need help with IE6 box drop problem DW CS4

    Having a problem with this page: http://www.recoverings.com/tarzan.html in IE6. Maincontent drops below the sidebar menu. Looks fine in FF, Safari, IE7.
    All other pages work well. I assume that this has something to do with the width of the .wrapnail and .thumbnail divs, but reducing the margins doesn't seem to help and the images start to get too close together. What am I missing here?
    Can someone help me solve this?
    I would also appreciate any suggestions on cleaning up my CSS. Seems like I have an awful lot of stuff in there. Maybe it's okay but could it be cleaner?
    Thanks for your help,
    Phil

    IE bug Float Drop is fairly common.  Make sure your page wrapper division is wider than the combined width of left sidebar + main content + left & right borders if any.  If that doesn't help, add an overflow: hidden rule to your floated container and make sure you have cleared both floats.
    More about float drop and the expanding box problem can be found here:
    http://www.positioniseverything.net/explorer/expandingboxbug.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for