Ul Menubar Positions Correctly in Firefox but NOT in IE

Hi I am having problems with my ul menubar. It displays correctly in dreamweaver and firefox but not in IE 9. Below are screenshots of what im trying to achieve. I placed the ul menubar where i want it (horizontally dropping down rather than vertical) and made its position absolute but for some reason IE does not like this. If there is anyone out there who would be willing to help me i would me most grateful!! Im relatively competent with dreamweaver cs5.5. Much thanks!
Here is Firefox working properly:
Here is Internet Explorer not working properly:
Here is the menubar code:
  <td height="27" align="right" nowrap="nowrap"><ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a class="MenuBarItemSubmenu" href="../html/index.html">links</a>
      </li>
    <li><a href="../html/portfolio.html">contact</a>      </li>    
    <li><a class="MenuBarItemSubmenu" href="../html/profile.html">profile</a></li>
    <li><a href="../html/contact.html" class="MenuBarItemSubmenu">projects</a>
      <ul>
        <li><a href="#">industrial</a></li>
        <li><a href="#">institutional</a></li>
        <li><a href="#">commercial</a></li>
        <li><a href="#">residential</a></li>
        <li><a href="#">award winning</a></li>
      </ul>
    </li>
    <li><a href="../html/links.html">home </a></li>
  </ul></td>
Here is the menubar script:
@charset "UTF-8";
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
LAYOUT INFORMATION: describes box model, positioning, z-order
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
clear: right;
float: right;
position: relative;
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
z-index: 1000;
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: pointer;
width: 80px;
float: right;
height: 27px;
text-align: right;
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1020;
cursor: default;
position: absolute;
left: -1000em;
top: 27px;
display: inherit;
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
left: -200px;
top: 27px;
position: absolute;
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
width: 120px;
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
position: absolute;
margin: -5% 0 0 95%;
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
left: auto;
top: 0;
DESIGN INFORMATION: describes color scheme, borders, fonts
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
height: 27px;
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
display: block;
background-color: #FFF;
color: #003366;
text-decoration: none;
height: 17px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
text-transform: lowercase;
vertical-align: middle;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 10px;
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
background-color: #FFFFFF;
height: 17px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FF9900;
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
background-color: #FFFFFF;
SUBMENU INDICATION: styles if there is a submenu under a given menu item
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
background-repeat: no-repeat;
background-position: 95% 50%;
height: 17px;
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
background-image: url(SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
background-repeat: no-repeat;
background-position: 95% 50%;
height: 17px;
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
background-image: url(SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
BROWSER HACKS: the hacks below should not be changed unless you are an expert
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
position: absolute;
z-index: 1010;
filter:alpha(opacity:0.1);
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
ul.MenuBarHorizontal li.MenuBarItemIE
display: inline;
f\loat: right;
background: #FFF;

Spry Menus 10 Commandments
http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php
Fixing Spry Menus 1.6.1
http://www.projectseven.com/testing/adobe-bugs/spry-menus/
That said, Adobe abandoned the Spry framework and you may want to do the same. 
http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
Nancy O.

Similar Messages

  • APEX page displays correctly in Firefox but not in IE7 nor IE8

    I have an APEX 4.0 page which displays two columns of data. In Firefox, where the border for column one should end, it does. Then the column two data is displayed right next to column one (correctly). In IE, there is a gap of blank space between the columns, which makes it necessary to scroll over to see all the data (incorrect). I did find a post that seemed to address this very issue, however, the suggested fix did not solve the problem for me. The regions are defined as follows:
    Sequence 1 - Column 1 - Breadcrumbs region - Breadcrumb region template - Type = Breadcrumb
    Sequence 10 - Column 1 - Lot Information - Reports region - Type = HTML Text
    Sequence 10 - Column 2 - Burial - Reports region - Type = SQL Query
    Sequence 30 - Column 2 - Documents - Reports region - Type = SQL Query (updateable report)
    Sequence 40 - Column 2 - Upload Document - Reports region - Type = HTML Text
    With the exception of the breadcrumb region, all regions are set to Display Point = Page Template Body (3. items above region contect)
    I have tried a number of different combinations between the page template, display points, etc. and have tried different width settings in the html source, but have not been able to remove the gap between the columns.
    Does anyone know of a way to resolve this? If you need more information, please let me know. Thank you for any help you can provide.

    You could put all but the breadcrumb into a region/subregion setup...
    What theme in APEX are you using?
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • HELP- Images displayed correctly in Firefox but not IE

    I cannot figure out (I'm a newbie) how to set the code so
    that the picture on my entry page looks the same in terms of
    placement in IE and Firefox In Firefox, it's perfect but there is
    empty space below the image in Internet Explorer. This is driving
    me crazy!

    On Thu, 25 Jan 2007 12:50:37 +0000 (UTC), "majpix"
    <[email protected]> wrote:
    >I cannot figure out (I'm a newbie) how to set the code so
    that the picture on
    >my entry page looks the same in terms of placement in IE
    and Firefox In
    >Firefox, it's perfect but there is empty space below the
    image in Internet
    >Explorer. This is driving me crazy!
    Can we see the page so that we can see where the image is in
    the code?
    Sounds like a padding/margin problem.
    Steve
    steve at flyingtigerwebdesign dot com

  • New user of Firefox. Webpage I made not displaying correctly in Firefox but OK in Win IE. Why is this?

    Im new to Firefox. Just found out the website Im maintaining does not display correctly with Firefox but OK with Win IE. Why is this?
    == This happened ==
    Every time Firefox opened

    I'm going to make a prediction here:
    The webpage will contain a lot of code written specifically to the non-standards compliant way IE works, and will also "not display correctly" in the following standards compliant browsers:
    Chrome
    Safari
    Opera
    and the solution will be to code the pages according to the standards meant to be followed so it displays correctly in all non-IE browsers, '''then''' see how it displays in IE.

  • Website page displays and javascript runs correctly in IE8 but not in Firefox 3.6.10

    website page displays and javascript runs correctly in IE8 but not in Firefox 3.6.10

    Can you post a link?
    Then we can take a look.

  • My bulleted list displays correctly in IE 8 and Firefox, but not in IE 7

    I have a simple bulleted list in a right floated sidebar for a website. If views fine in IE 8 and Firefox, but not in IE 7 (and perhaps earlier, though I only have access to machines with IE 7 and 8.
    Because the default indent for the bulleted list moves it too far to the right, I set a negative margin for that area of text in order to move it to the left a little. While it looks great in IE 8 and Firefox, it appears this margin setting is causing the bulleted list to shift too far to the left in at least IE 7. The rest of the copy in the sidebar div lookes fine including the title and paragraph copy.
    Can anyone suggest a fix?
    Also, I noticed the spacing above the main content div is smaller in IE 7 than with the IE 8 and Firefox. This div has a h1 heading followed by paragraphs. (This site was developed using a pre-existing CSS style sheet from Dreamweaver by the way.)

    Strangely when I replied via e-mail my message got garbled when I looked at it here.
    I was able to move over the bullet items to the left using your suggestion, however it now shows this line of copy above the page at the top of the window in the IE browser (both IE 7 and IE 8):
    <!--[if lte 7]>
    I'm including the code where you had indicated I should place it - in the <head> section after the link to the main stylesheet. I included it just after the other conditional comments. Perhaps I've included it in the wrong place - hence the line appearing above the pages (just above the banner)?
    I did not change any other parameter. (This is a template page as all pages in the site are based on it.) The list feature does appear on a number of pages.
    Also I should note the bullets have mysteriously disappeared and it's actually an unbulleted list in IE 7, which I could live with if I have to.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Home Page</title>
    <!-- TemplateEndEditable -->
    <link href="../css/twoColFixRtHdr.css" rel="stylesheet" type="text/css" /><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 10px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <!--[if lte 7]>
    <style>
    .twoColFixRtHdr #container #sidebar1 ul {
    margin-left: 25px
    </style>
    <! [endif]-->
    <style type="text/css">
    <!--

  • V 3.2 v2 now has problems with layouts, displays images fine in IE10, Firefox but not in Chrome...

    Images placed in a page are not displaying in the same places in the design view on the rendered Chrome page, they are perfect in IE 10 and Firefox but not chrome / safari (ipad)?
    In other words I cant get all the browsers to render the same, in order to get one set to work I have to position images one way and then they dont work in the other browsers? it doesnt make much sense but i cant seem to figure it out and need urgent help!
    see here: http://www.nalpeiron.com/--analytics-solutions-by-role--.html
    this has been setup to work with chrome, but in the design view you have to place the images in totally wrong places to get them to show correctly....
    if you review in ie/firefox you can see the problem!
    Ideas?

    Every browser will potentially line break the same text with the same formatting differently due to subtle differences in the text layout engines between browsers, so the inline graphic approach is generally the best approach for achieving completely reliable results.
    The reason the difference was so dramatic between IE or Firefox versus Chrome or Safari is that Chrome and Safari are based on Webkit and Webkit rounds percentage leading to a whole pixel value where as IE and Firefox interpret percentage leading as a fractional pixel amount, if necessary. This means line spacing for text with leading that's specified as a percentage will be substantially different between IE/Firefox and Chrome/Safari. You can avoid this by entering a pixel value (i.e. "14 px" for leading in the Control Strip or Text panel in Muse.

  • Published module (.swf) will play in Firefox but not IE

    Please help…
    Does anyone know why a .swf file would play fine in Mozilla Firefox, but not load at all in Internet Explorer?   I have six of these that I’ve uploaded to our intranet production server (where they should work fine).  They all play fine in Firefox.  In IE I get a blank screen that just hangs forever.  I don't even get the loading screen (which plays correctly in Firefox.) They are published with Captivate 4 for Flash 8.  I am using IE 7 with Flash 10 on Windows XP to try to play them.  I’ve Googled the problem and searched the Captivate forums and can’t find anything on this.
    This is a major problem for us, as our company standard is IE and these training modules are intended for all staff.   We were hoping to roll them out to all staff next week.  Could this be something that is local to my machine (which is new)?   If so, how do we troubleshoot it to make sure it won’t happen to other users in the field when we roll this training out?
    The modules play in IE fine from my local hard drive.   I've also modified my IE and Flash settings to list the sites as trusted sites and always allow content.
    I've got to get this figured out ASAP... any suggestions would be appreciated!
    Thanks.
    Toni R

    IE - I have version 10,1,102,64 installed
    Firefox - I have version 10,1,85,3 installed
    I followed two sets of instructions. One related to the putting FakeFlash.exe in the ExecutablePublish folder. However, that didn't fix the problem I was experiencing. Then I Followed instructions from:
    http://blogs.adobe.com/captivate/2010/11/solution-for-cp5-content-not-working-with-the-lat est-flash-player-version.html
    which told me to replace the  CPAnimationUtils.dll file in the installations folder.
    This did correct my problem.
    Betsy

  • IWeb pages displayed correctly in Firefox but on in Safari/Chrome

    I made a personal web page with iWeb. Now some of the pages are not displayed correctly in Safari and/or Chrome.
    Check this page for example : http://maiklohse.de/Maik_Lohse/media.html
    There are 6 YouTube videos embedded in the page. They all will show up if you use Firefox - but not with Safari or Chrome. Anybody got any ideas?

    An alternative way to add so many Quicktime movie files to a page so it will load faster is to use the method in this demo page: Opening Item in a New, Precisely Sized Window. None of the movies will load until the play button is selected. That will let the page load very quickly. Right now it's glacially slow.
    OT

  • 1009 Error Video in Firefox, but not IE

    Ok, I am trying to load a video and I get the 1009 error in Firefox, but not in Internet Explorer. I am wondering what is wrong with my code. Please see below. I even tried code from books and get the same error. I have to admit that I am disappointed with the latest version of Flash video.
    var myVideo:NetConnection = new NetConnection();
    myVideo.connect(null);
    var newStream:NetStream = new NetStream(myVideo);
    var videoHolder:Video = new Video(720, 480);
    stage.addChild(videoHolder);
    videoHolder.attachNetStream(newStream);
    videoHolder.x = 32;
    videoHolder.y = 60;
    videoHolder.alpha = 0;
    newStream.play("intro.flv");
    function fclickV(myevent:MouseEvent):void{
        gotoAndStop(forwardFrame);   
        stage.removeChild(videoHolder);
        my_ns.close()
    function bclickV(myevent:MouseEvent):void{
        gotoAndStop(backFrame);   
        stage.removeChild(videoHolder);
        my_ns.close()
    forwardV_btn.addEventListener(MouseEvent.CLICK,fclickV);
    forwardV_btn.addEventListener(MouseEvent.CLICK,stopSS);
    backV_btn.addEventListener(MouseEvent.CLICK,stopSS);
    backV_btn.addEventListener(MouseEvent.CLICK,bclickV);

    OK, here is the error and here is the correct code. The Error only occurs in Firefox for me, not IE.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at tutorial_fla::MainTimeline/frame4()
    Updated code
    var myVideo:NetConnection = new NetConnection();
    myVideo.connect(null);
    var newStream:NetStream = new NetStream(myVideo);
    var videoHolder:Video = new Video(720, 480);
    stage.addChild(videoHolder);
    videoHolder.attachNetStream(newStream);
    videoHolder.x = 32;
    videoHolder.y = 60;
    newStream.play("intro.flv");
    function fclickV(myevent:MouseEvent):void{
        gotoAndStop(forwardFrame);   
        stage.removeChild(videoHolder);
        newStream.close()
    function bclickV(myevent:MouseEvent):void{
        gotoAndStop(backFrame);   
        stage.removeChild(videoHolder);
        newStream.close()
    forwardV_btn.addEventListener(MouseEvent.CLICK,fclickV);
    backV_btn.addEventListener(MouseEvent.CLICK,stopSS);

  • Does anyone know why the waveform peak detect function provides accurately the position of the peaks but not the value?

    Does anyone know why the waveform peak detect function provides accurately the position of the peaks but not the value?
    I have been looking at my data at the position indicated by the function as a peak, and it is correct at that place the wave has its peak, but the value provided by the function is higher than the actual value at that point.
    Attachments:
    Test.jpg ‏53 KB

    The help makes it clear that the VI will make a quadratic fit to the data, so the locations are not integers (i.e. not aligned with you exact data). From that analysis, the peak is between two of your points, and slightly above the neighboring data.
    See the coercion dot. Make the "locations" array DBL (Why did you change it to I64, that makes no sense at all!)
    Quote from the help:
    "Locations contains the index locations of all peaks or valleys detected in the current block of data. Because the peak detection algorithm uses a quadratic fit to find the peaks, it actually interpolates between the data points. Therefore, the indexes are not integers. In other words, the peaks found are not necessarily actual points in the input data but may be at fractions of an index and at amplitudes not found in the input array."
    All clear?
    LabVIEW Champion . Do more with less code and in less time .

  • Images Viewable in Firefox But Not In Explorer, Safari, Chrome.

    I have a coldfusion page with images. The images are called up dynamically from my Mysql database. The image field with my database has the datatype "char(100)". All that is stored in that database field is the file path to the folder of which the image is stored which is: \photos\RSL\1.jpg.
    On my webpage, the image placeholder looks like this:
    <a href="#Unit_Info.comphoto1#"><img src="#Unit_Info.comphoto1#" alt="" name="1" width="98" height="73" /></a>
    This images display just fine on Firefox, But Not In Explorer, Safari, & Chrome. These latter three just show a broken image. Could there be something wrong with either my coldfuson or Mysql file path where each of the letter three browsers are trying to access?
    I'm running Coldfusion 9 on my local machine, using OS Window 7 Professional.

    When I hard coded the file path it worked. I checked the source code and saw no white space. I even went to each browser's options dialog box to make sure that the show image options were checked. It may be my coding. In my image folder there are categories  of other folders within folders that have images of which Coldfusion calls up whenever the browser needs it. Could that be the problem? Should I have all of my 300 images in one folder?
    - Hannibal Hasan
    On Sep 1, 2011, at 9:30 PM, Dan Bracuk <[email protected]> wrote:
    First thing I'd try would be to hard code the expected value and see if that works.  If it does, I'd look at the html source code from the problematic browsers and see if there is any unexpected white space.
    This message was sent to: College Kid
    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/3897548#3897548
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3897548#3897548. In the Actions box on the right, click the Stop Email Notifications link. For more information about unsubscribing from the Adobe Forums, please visit http://kb2.adobe.com/cps/522/cpsid_52211.html
    --end--

  • Images show up on Firefox but not IE after upgrade from 8.1 to 9.2

    Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1 Application to 9.2. The images on the login page can be properly displayed on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

    Agnes,
              I think you should distinguish whether it is a behavior difference between
              two browsers or it is an issue of WLS server.
              You can copy suspicious html codes into a dependent html file, then check
              how is is rendered by different browsers.
              If you have further issues, please add commnets here.
              Regards
              Leon
              <Agnes Chen> wrote in message news:[email protected]...
              Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1
              Application to 9.2. The images on the login page can be properly displayed
              on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path
              by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us
              with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

  • Why does the FP 10 work with firefox but not with IE8

    I down loaded the folowing for xp FP uninstall, FP plugin and FP debug from the link in one of your replys. now I can watch youtube  with firefox but not with IE8. you asked me before if i was using 16 bit. whats that mean and how do I find out? please help I just want to watch youtube on IE!

    Ok Shag, since you hadn't been on a Forum before, then I'll take some of what I said back:-) I wanted you to stay on one thread, you can get in trouble trying things that may cause you more problems than you had in the beginning. I just had your best interest at heart
    I'll even overlook your all caps here:-) At least you responded
    Now since you say you fixed it, what you should do is to confirm it is fixed by taking a look at your Flash folder. This contains all of the Flash files for IE and FF. Then make sure you have the IE add on and the FF add on. That way if you have any future problems, at least you would know it is not the Flash Player.
    You should only have 2 .exe files for IE and 1 for FF.
    For Video editing, I would check Microsoft and see what they have. Perhaps someone else will come along with other info for you.
    No, I don't get paid here, since I am not an employee. Just a user helping others, since I had a problem at one time and after 4 hours of researching solved it.
    Let me know if you want to check the Flash files.
    Thanks,
    eidnolb

  • Works in Firefox but not in IE

    I have a webpage that when published looks exactly how I want
    it to in firefox but not in Internet Explorer. The problem is it
    shows the bulleted list in Firefox but not in IE. How can I fix
    this?

    I do not now what the function of this declaration is, but
    please remove this from the beginning your css and IE7 also shows
    bullets:
    margin: 0;
    padding: 1;
    The padding: 1; is definitely an error cause there should be
    at least something like px behind the 1, so like padding:
    1px;

Maybe you are looking for

  • Updating Microsoft office 2004

    I'm trying to download updates for Microsoft office 2004. The automatic updater runs into the same problem. When it gets to the microsoft site and tries to download the update I need I get an error message saying it couldn't find the server. I've got

  • Fm transmitting and charging in car

    i used to have a 20gb b/w ipod w/ click wheel. i used a griffin iTrip to broadcast on my car stereo while charging with a dock connector car charger. I have upgraded to a 5G 30gb ipod, and to my dismay, my old iTrip is not compatible. i have been loo

  • Standatd samrtfrom name for Order confirmation

    Hi , What is the standard samrtfrom name for ordder confimataion and how to see standatd smartfroms, I see in NACE for for output type BA00 only forms is assingned there. Appreiciate your help. Thanks Naveen

  • Changing date on original file

    After upgrading to imovie 10, I realized that all previous version media, which is stored on an external hard drive, somehow was modified so that the creation date was actually the date the media was imported into  the previous version of imovie.  I

  • Change the Formula in Web Intelligence Document using BO SDK XI

    Dear All,              I am using Business Object Enterprise XI SDK. I have written vb.net SDK program to show the selected web intelligence document.  I have used the formula field in the web Intel. document. I want to change formula of the web inte