Spry active Menu works is not in Internet Explorer (no version)

Hello

I'm having a problem with my Active Spry menu works is not in Internet Explorer. It works in all other browsers like Chrome, but I get a white box around the text in Internet Explorer. How can I fix? Here is the link to the site: http://www.fatdaddysinc.com/fd_menu.html

Any help would be greatly appreciated.

Hello

Look here in your "SpryMenuBarVertical.css" where you have your '#FFF '; You can / must change to have a contrast (as examples):

SLH MenuBarVertical li. MenuBarItemIE
{
display: inline;
f\loat: left;
/ * background: #FFF; * /
  background: #F88;
}

and

MenuBarVertical a SLH
{
display: block;
cursor: pointer;
background-image: url url (.. / new%20site/images/menu_button.png);
background-repeat: repeat no.;
Padding: 0.65em 0.75em;
/ * color: #FFF; * /
Color: #000;
text-decoration: none;
}

Hans G.

P.S. sorry, but your code had been in one for me unexpected place

Tags: Dreamweaver

Similar Questions

  • Links between projects of child work is not in Internet Explorer (WebHelp output)

    I set up a test environment with two projects of the child in order to check that the links work between child projects. I found that creating WebHelp output, the links work OK in Chrome, but not in Internet Explorer. It is not possible to follow the link, or right click and open a new tab, this could be a problem with the way IE handles relative paths, and if so, could someone suggest a work around?

    Any advice would be appreciated. (V11 Robohelp, Internet Explorer version 11.)

    Normally I suggest you send me your projects so that I could take a look. However, your timing is bad because I can't offer to do it for several weeks now.

    When you use IE see you a message about active x and desirous of you to allow it? I think that this could be the problem that occurs only with local facilities. On the other hand, if that was the cause, you would see it with my projects as well.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • HP Laser Jet M1005 MFP not WORKING DO NOT IN INTERNET EXPLORER

    In my windows 8 OS, HP Laser Jet M1005 MFP IS NOT WORKING in INTERNET EXPLORER. Advise me, how to solve this problem.

    Most often when a device does not work, it is because the driver is damaged. Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • List of shuttle Dene Ajax filter works is not in Internet Explorer

    List of shuttle Denes Kubicek Ajax filters does not work in Internet Explorer. It hung but no error has been lifted and I had to use the Task Manager to end the process. However, when I ran the same routine of ajax in Firefox, it worked fine. I have Apex 3.0 and IE 7. Any help on this?

    http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:no

    Thank you.
    Andy

    Hello

    While this may not help you and solution of Dene is excellent I me after.
    This need jQuery and it seems to work with Apex 3.2

    I load jQuery in the model page

    I have the P58_STATE shuttle with LOV query

    SELECT state_name,
      st
    FROM STATES
    order by 2
    

    I place at this point of shuttle pre text element



    In the HTML page header I

    
    

    And process on request P58_FILTER_SHUTTLE

    DECLARE
      l_html VARCHAR2(32000);
      l_arr  APEX_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN
      APEX_COLLECTION.CREATE_OR_TRUNCATE_COLLECTION(p_collection_name => 'P58COL');
      l_arr := APEX_UTIL.STRING_TO_TABLE(:P58_STATE);
      FOR i IN 1 .. l_arr.count
      LOOP
        APEX_COLLECTION.ADD_MEMBER(
          p_collection_name => 'P58COL',
          p_c001 => l_arr(i)
        );
      END LOOP;
      FOR c1 IN(
        SELECT st, state_name
        FROM states
        WHERE lower(state_name) LIKE lower(APEX_APPLICATION.G_x01) || '%'
        AND NOT EXISTS(
          SELECT 1
          FROM apex_collections
          WHERE collection_name = 'P58COL'
            AND c001 = st
        )
      )LOOP
        l_html := l_html || '';
      END LOOP;
      HTP.P(l_html);
    EXCEPTION WHEN OTHERS
    THEN
      HTP.P('');
    END;
    

    If someone finds the bug, thanks for posting comment

    BR, Jari

  • Why my website slider works in Chrome, but not in Internet Explorer

    Why my website slider works in Chrome, but not in Internet Explorer

    On this page it says IE version 10 uses "animation".

    & then if you look at the examples on this page it shows:

    div {}

    -webkit-animation: myfirst 5 s; / * Chrome, Safari, opera * /.

    Animation: myfirst 5 s;

    }

    So, you will need to do.

    Also, check the CSS3 menu on the left, there "transform 2D" then you should find how to join also CSS3 2D transforms

    I have never used myself these animation properties, but these pages will have the info you need.

  • When I connect my hotmail account, I can't open any folder, the Inbox, the new message,... everything seems normal, but when I click on something, it isn't responding.and it doesn't see the error.it works very well in internet explore.

    When I connect my hotmail account, I can't open any folder, the Inbox, the new message...
    everything seems normal, but when I click on something, it isn't responding.it works very well in internet explore.

    I think the next thing to test would that interfere with Add-ons. Disables the Firefox Add-on - Add-ons that only list compatibility with Firefox 5, but some add-ons could cause problems.

    To test, the simplest method is to restart Firefox Safe mode.

    First of all, I recommend you backup your Firefox settings in case something goes wrong. See your backup information. (You can copy your profile folder Firefox together somewhere outside the Mozilla folder).

    Then, try help > restart with disabled modules > continue in Mode safe (do not check the boxes). This article gives more information on the options and features of Safe Mode: Safe Mode.

    What is fix? If so, you may have to disable some add-ons.

  • CFimage action = & quot; writeToBrowser & quot; does not not in Internet Explorer?

    I created a photo gallery that shows a grid 3 x 3 tiles. The code below is in a loop that displays all 9 photos:

    <! - reading img info - >
    < cfimage action = "info".
    source = "[#SiteAttributes.theImgFilePath#\#REPLACE(getPics.Name[a](, '/', '\', 'all') #
    structname = "img" >

    < cfscript >
    Dimensions = galleryObj.getResizeDimensions (#img.width #, #img.height #, 175);
    < / cfscript >

    <! - resize img - >
    < cfimage action = 'resize '.
    height = "#dimensions.newHeight #".
    source = "[#SiteAttributes.theImgFilePath#\#REPLACE(getPics.Name[a](, '/', '\', 'all') #
    width = ' #dimensions.newWidth # '.
    name = "img #getPics.PictureID [a] # ' >

    < cfset picname = "img #getPics.PictureID [a] # ' >

    < td align = "center" >
    <! - display img - >
    < cfimage action = "writeToBrowser" source = "#EVALUATE (picname) #" >
    < table >

    This code works fine in Firefox, but in IE the images are not displayed. When you view the properties of the image, the path seems to ignore where I said to get the picture and instead is looking in the directory of the current page is and tries to display «blank.jpg» It does not show the red X 'image unavailable', there is literally no image on the page. If I use < img src = "" > it works very well in Internet Explorer, only cfimage does not work. The images are a mixture of .jpgs and connections, so I don't think it's a problem of mime type.

    Thoughts?

    Nevermind, found the answer.

    There was a line of code:

    IMG {behavior: url ("pngbehavior.htc") ;}}

    in the CSS, preventing images make it correctly.

  • 1500 HP: HP network check Helper - what happens if I do not use Internet Explorer

    This add-on it's an update of Internet Explorer for the detection of problems of internet connection, the tools to resolve these.

    Preferring as I do not use Internet Explorer, Chrome and Firefox, can I guess that I don't need to bother with this?

    Hello @Sail2DeepBlue,

    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums, I would like to draw your attention to the HP Forums Guide first time here? Learn how to publish and more.

    I understand that you have a problem with the help of check HP network and wanted to help you!  I see that you are not using Internet Explorer and I was wondering if there is a need for the program.

    The balance of HP network is part of the HP Support Assistant.  The program is intended for Internet Explorer, so it should not be essential that you install.  I hope this helps.

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution', this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Have a great day!

  • When a download is in progress (for eg. 50% complete) and I put in 'Work offline' mode in Internet Explorer, this will affect the download?

    Query 'work offline '.

    When a download is in progress (for eg. 50% complete) and I put in 'Work offline' mode in Internet Explorer, this will affect the download / download will stop and I have to restart the download again? What would be the status in a scenario like this?

    I think you might have to restart the download.  You can test and see, but with XP, I think it will start from scratch.

    Steve

  • I want Windows Internet Explore 7 return not Windows Internet Explorer 9 How do you please

    I want Windows Internet Explore 7 return not Windows Internet Explorer 9 How do you please

    Buna,

    Microsoft has this exact Information available for you.

    "How to install or uninstall Internet Explorer 9?

    http://Windows.Microsoft.com/en-us/Windows7/how-do-i-install-or-uninstall-Internet-Explorer-9

    And that he will explain to you too much here on earlier Internet Explorer, you still.

    Note

    After you uninstall Internet Explorer 9, the previously installed version of Internet Explorer will be available on your computer. There is no need to reinstall.

    Revedere.

  • The proxy server does not-Windows Internet Explorer

    After completing the windows updates, I started getting the following message every time I tried to enter in IE10: the proxy server does not-Windows Internet Explorer.

    1. try changing the proxy server settings in Internet Options > connections > LAN settings.  All the options are greyed out, cannot be changed.

    2. I checked that I am an administrator on the computer user.

    3. get the same error message, both wired and wireless configurations in.

    4. do you have a restore point at an earlier date - the same error.

    5A attempted to use Firefox 15.0.1 and I get the error message: the proxy server refuses connections

    My system:

    Acer

    AOD255

    Intel (r) CPU Atom N550 1.50 GHz 1.50 GHz

    1.00 GB OF RAM

    32-bit operating system

    Windows 7 Starter

    Service Pack 1

    Hello.. Please try following method to solve your problem.

    Tools-> Internet options and click the Advanced tab, and then tap on restore avancΘs to restore the default settings of Microsoft internet explore.

    If you still have problem

    go to tools-> internet Options-> Advanced-> Reset internet explore settings click on the Reset button.

  • When I click on an RSS feed, I get this message. XML file does not appear to be any information of style associated with it... It works very well with Internet explore

    When I click on an RSS feed, I get this message. XML file does not appear to have any information of style associated with it. The same RSS feed works fine with internet explorer, any information would be helpful.
    Here are the first 3 lines from what I get

    < rss version = "2.0" >
    < String >
    < title >

    You open a new empty tab?

    Don't you see the text 'Click on the RSS buttonin the toolbar of navigation on this page?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Delete a file called "wre.exe", now two of my virus scanners will not work and nor does internet Explorer, how to fix?

    I took my computer to the shop twice to fix the same virus, and then I got it again. This time, I decided to try to fix myself because obviously they couldn't do it, despite having taken $200 from me.

    my mother gave me Norton antivirus, and its history has shown me where the file kept showing in taskmanager, so I went there and deleted. the virus seems to have disappeared and to a large extent, my computer seems to work but I can't run microsoft security essentials or antimalware bytes. haven't tried my other programs yet, but I know that I can still read PDF files, and I can see my photos. the icon of internet explore doesn't work, I got in line to say things to try to find the file online. whenever I try to go online, or use one of my two antivirus, it tells me to choose a program to use to open it.

    is there anyway that I can fix this? really get rid of the virus? I can't afford to have this fixed thing again, and of course, they are unable to him anyway.

    If you like not what it was, I think it was called xp antivirus 2012 or something similar.

    in fact, its virus programs not only blocking, his block anything that does not use another program to run, like adobe or realplayer. I am sure that it changed something. I'll try this thing to scan in any case, just to see if it finds anything. If it isn't, I have no choice but to do a complete reinstall of windows.

    is there a risk to the installation of an operating system from an obsolete drive severely? as in will be my computer be infected again until he finally update all the way?

    First of all, you can not delete a file by using the Task Manager. You can choose to terminate a process but cannot remove a file that you have indicated above in your initial post.

    Second, you can't have the two Microsoft Security Essentials and Norton installed on the same machine. Conflict reducing your coverage and possibly even cause a blue screen.

    Thirdly, you are unable to open due to the malware programs change you file associations of executable files.

    Fourthly, you have problems to connect to the internet most likely because the malicious software modified your internet connection settings.

    It will be easy to fix if you follow my instructions carefully.

    With the help of a good working computer and flash drive you mentioned above download the four files below save them on the flash drive.

    XpExeFix.reg

    RKill

    RemoveProxy

    Malwarebytes< it="" doesn't="" matter="" that="" you="" may="" already="" have="" malwarebytes="" downloaded.="" use="" the="" one="" on="" the="" link="" i="" provided.="" it="" has="" been="" renamed="" to="" allow="" it="" to="" run="" on="" infected="">

    Now take the flash drive for infected patients. Open the flash drive. Right-click on XpExeFix.reg and choose merge. Confirm the prompt. You should receive a message that the information has been added to the registry.

    Then, double-click RemoveProxy and run it. Once the operation is completed, you should be able to access the internet. If you are unable to run the file go to the step below and run RKill and then return to this step.

    Then, from the flash drive double click on RKill and choose to run it. It may take a while to complete but, just let it run. You will get a window similar to that of the command prompt and must be informed when the process is complete.

    Once the RKill completed, double-click Malwarebytes and choose to install it. Update to update the installation, then run a full scan. Remove any detected object. If you are unable to update just for some reason any run it.

    Post when you have completed these steps for additional instructions.

  • Drop-down menu came not in internet explore

    Hello

    I have created a Web site drop-down list came not on mouseover internet explore, works fine in safari, firefox.

    Please help me Weblink

    Try wmode = "transparent" for the second flash movie like you did with the first flash movie.

    GRAMPS

  • make-weight: bold;  -works in firefox, safari, internet explore 6 BUT NOT ie7

    font in bold. on an external style sheet style sheet works in all browsers (INCLUDING ie6) but NOT ie7?

    I just don't understand. It even works in ie6.

    NOTE: One thing I should mention is that I have a conditional statement of Internet Explorer to Internet Explorer specific style sheet that targets ie6 and ie7.

    But I don't think that's the question because all other styles works properly EXCEPT make-weight: bold. It's absolutely maddening.

    I tried searching around solutions and the only head I found was written [police-weight: "BOLD"! important;]  ] in using this "!" important"statement I thought would somehow ie7 to recognize. But no dice. He failed.

    Here's the cursed code:

    #date {}

    are-family: Arial, Helvetica, without serif.

    make-weight: bold! important;   / * "BOLD" appearing is not in ie7!  */

    are-size: .85em;   / * Is the size of the police affecting "BOLD" in ie7? -85% * /.

    color: #000000;

    text-transform: uppercase;

    margin-bottom:-.75em;

    margin-top: 6th;

    }

    Again, this works in all browsers, including the ie6... BUT NOT in IE7.

    Any help will keep me from pulling my hair. Thank you.

    I'm agree that these validation errors are probably not what is responsible for the lack of a "BOLD" weight, but just to finish.

    ALT = "retouchTest02" / >

    Note the capital P!

    Setting which will remove all the errors in these paragraphs.

    -Here's the shocking news.  I think you * are * getting the bold characters in IE7.  It's just that they are small.  At least, it looks like this myself in IE test...

Maybe you are looking for