Hyperlinks work in Firefox not in IE

I am having trouble to get some of my hyperlinks to work in
IE. They work fine in Firefox but not at all in IE. I am using
relative links as the website will be run off of a CD that will be
sent to many people. My current code looks like this for the links
that are not working correctly.
<th width="156" scope="col"><div
align="center"><a
href="../../../meca.htm"><strong>MECA Training
Home</strong></a></div></th>
and the actual source is:
D:\Work\Web Page\meca
coming from:
D:\Work\Web Page\media\meca\meca1\meca1
the links that are working look like this:
<th width="235" scope="col"><div
align="right"><a href="../meca2/meca2.html"
class="style2">Next (Unmanaged)</a></div></th>
The links are set relative to the document. Anyone know if
there's a way to get them to work in IE and Firefox? Thanks.

Happy New Year -
A correctly formed link will work in both browsers, and a
broken link be
broken in both browsers.
Are you clear about how each ../ in front of the path targets
one folder
higher than the folder containing the page with the link?
Could you please upload and give us a link to a troubled
page.
"ChristopherCarl" <[email protected]> wrote
in message
news:flbmpr$h1e$[email protected]..
>I am having trouble to get some of my hyperlinks to work
in IE. They work
>fine
> in Firefox but not at all in IE. I am using relative
links as the website
> will
> be run off of a CD that will be sent to many people. My
current code
> looks
> like this for the links that are not working correctly.
>
> <th width="156" scope="col"><div
align="center"><a
> href="../../../meca.htm">
MECA Training Home</a></div></th>
>
> and the actual source is:
>
> D:\Work\Web Page\meca
>
> coming from:
>
> D:\Work\Web Page\media\meca\meca1\meca1
>
> the links that are working look like this:
>
> <th width="235" scope="col"><div
align="right"><a
> href="../meca2/meca2.html"
> class="style2">Next
(Unmanaged)</a></div></th>
>
> The links are set relative to the document. Anyone know
if there's a way
> to
> get them to work in IE and Firefox? Thanks.
>
>

Similar Messages

  • Site Works on Firefox, not on Safari

    This old website:
    http://commtechlab.msu.edu/Sites/aslweb/browser.htm
    uses an embedded QuickTime video in frames.
    The video works on Firefox, but it doesn't appear at all on Safari.
    Could I maybe have Safari configured wrong?
    --Gil

    Works fine for me too.
    Could I maybe have Safari configured wrong?
    Maybe.
    These are the downloads and the settings you need in order to view/hear pretty much everything that the net can throw at you: The setup described below has proved repeatedly successful on both PPC and Intel macs, but nothing in life carries a guarantee!
    Assuming you already run OS 10.4.9 or above and have Quicktime 7.2, and are using Safari 2 or 3, download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer from http://uk.real.com/player/
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    Adobe FlashPlayer from http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    In Quicktime Preferences, under advanced, UNcheck Enable Flash, and under Mime settings/Miscellananeous only check Quicktime HTML (QHTM).
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them).
    Important: Now repair permissions and restart.
    The world should now be your oyster!
    You should also have the free VLC Player from http://www.videolan.org/ in your armory, as this plays almost anything that DVD Player might not.

  • MozCancelFullScreen() not working and firefox not exiting fullscreen even though this function was called on document

    I have a container which gets into full screen mode using mozRequestFullScreen() API but I want to get back to non-fullscreen mode after one of my custom event is fired.
    As soon as my custom event is fired, I call mozCancelFullScreen() API to exit full screen but this seems to be not working. Firefox is not exiting fullscreen even though this function was called on document.
    I have to press "Esc" to get into non-fullscreen mode.
    I am uding Firefox 21.0 version.

    Hi visionmax, could you post a link to your page, or create a demo on http://jsfiddle.net/ ?

  • GetElementById from parent works for Firefox not  for IE

    I am trying to access an element in my Edge Animate animation (which is a menu bar) from the parent document.  The element has an onClick event which is triggered depending on the #bookmark in the URL of the parent web page.  My code works perfectly in Firefox but does not work in Internet Explorer(10).  IE is unable to see any elements within the 'Stage' div whereas Firefox can.
    This is the JavaScript code on my parent page: -
    <script language='javascript'>
          var thisPage = window.location.pathname;
          var fullurl = document.URL;
          var xxx = fullurl.substring(fullurl.indexOf('#'));
          var pageString = xxx.replace("#", "");
          pageString = pageString.replace("http://www.mydomain.com/portfolio/photography.html", "");
          if (pageString == "corporate") {
                window.onload = function()  { 
                var iframe = document.getElementById('U10511_animation');
                var innerDoc = (iframe.contentDocument) ? iframe.contentDocument : iframe.contentWindow.document;
                var corporateRectangle = innerDoc.getElementById('Stage_Corporate_Rectangle');
                corporateRectangle.click();
    </script>
    The above code will select the Corporate tab in the menu when viewed in Firefox but not IE when the URL has the suffix #corporate.
    When I insert an 'alert' for the variable 'corporateRectangle' in Firefox it returns [HTMLObj] and in IE it returns 'null'.
    Any ideas anyone?  Thanks.

    The issue was that the menu animation has a preloader.  Firefox ignores the preloader whereas IE treats the preloader as onLoad being complete.  Therefore the attempt to access the element ID is null as it hasn't been loaded yet.
    I decided to approach the problem from a different tack and read my bookmark from within the animation.  This turned out to be a very simple solution once I figured out that I had to put the code in the first frame of the animation NOT in creationComplete or compositionReady.
    This was the code: -
        var bookmark = parent.window.location.hash;
        bookmark = bookmark.replace("#", "");
        if (bookmark == "corporate") {
         sym.play("corp");
    yes, as simple as that.

  • Broken page links: works in Firefox not IE

    Before I jump in the river . . . I have put up sites with 70+ pages but this defeats me. I am building a titchy 5 page site (not yet uploaded) all from same template. There are no broken links. On preview everything works fine in Firefox but not in IE: I cannot get off the Home Page. I have rebuilt cache, and validation of template shows no errors. Any ideas you clever people please?
    The navbar code couldn't be simpler (it is of course in the locked area).
    <div id="navBar">
        <a href="../index.html">Home</a>      |
        <a href="../howToFindUs.html">How to find us</a> |
        <a href="../terms.html">Terms</a> |
        <a href="../testimonials.html">Testimonials</a> |
        <a href="../petSitting.html">Pet sitting</a> |
        <a href="../contactUs.html">Contact us</a><br />
      </div>

    Nancy, thanks for that, but endlessly fiddling around I seem to have just cracked it. How – or why – I do not know. On the index page I have a 90sec .flv. To preview I have "Mark of the Web" clicked, which always sounds a bit creepy. The video is there and plays of course but I can't shift off the Home Page. If I preview from another page then all the other pages are accessible OK but when I land on the index then I'm stuck (but only with IE nor FFx).
    However . . . if I open the Template and add "Mark of the Web" even though a message pops up saying DW can't accept it and will be discarded, by some mysterious spell unknown on this (civilised) side of The Pond, it seems to clear the problem and all is hunky dory.
    Life is full of mysteries.

  • Movie works with firefox not with IE

    Do you have any idea why i have a flash movie who works fine
    in Firefox but not in internet explorer?? the swf file running
    directly in the computer works perfectly, but in the internet
    explorer when i load a movie this does not stop when i have a stop
    action in a frame..
    some help please ! thanks !!

    this is the url
    http://www.grupocaletto.com/revision/fraccionamientos.html
    when i push the right button called "san luis potosi" i go to frame
    in the same movie, then i have a button called "Cerrada del Real" i
    load a file called cerradadelreal.swf to here this works fine...
    here is where the error starts... i have a button in the up left
    called "FRACCIONAMIENTOS" when i push this button i load again the
    movie of the url but the movie play all the timeline, i mean i have
    a stop in the frame 2 and is not working... i just have this error
    with IE Explorer.. with the firefox works fine...
    any idea?

  • Preload works in firefox, not in ie

    Hi all,
    i create a swf called preload that load an external swf, it
    works only with firefox and not in ie.
    This is the code in preload.swf:
    import mx.controls.Loader;
    import mx.controls.ProgressBar;
    this.createClassObject(ProgressBar,"my_pb",998);
    this.createClassObject(Loader,"my_ldr",999);
    my_pb.move(350,300);
    my_ldr.move(0,0);
    my_pb.source = "my_ldr";
    var loadListener:Object = new Object();
    loadListener.progress = function(eventObj){
    // eventObj.target è il componente che ha generato
    l'evento progress,
    // ovvero, il loader.
    my_pb.setProgress(my_ldr.bytesLoaded, my_ldr.bytesTotal); //
    Visualizza l'avanzamento.
    my_ldr.addEventListener("progress",loadListener);
    my_ldr.scaleContent = false;
    my_ldr.contentPath = "/files/movie.swf"+"?cvc=" + cvc;
    where cvc, is a session coookie.
    I have to do this preload, because movie.swf contain some
    component that load an application in a flash media server.
    Someone can help me?
    thank you a lot.

    I test your preloader, work fine with opera and ie , maybe
    the problem is in your ie.Because here everything work good
    :)

  • Works with firefox not internet explorer

    My navigation works with one click in firefox. In internet
    explorer it takes two. What can I do? When I open the site in
    dreamweaver it tells me the <object> tags might not work in
    internet explorer. Is this the same thing? I am new to both of
    these programs. Thanks in advance.
    This is
    where I am testing the site.

    you are number 1001
    I spend my time to search these for you, so please read them
    all, this is for your own good.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=221&threadid =1233806&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1218372&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1183686&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1183187&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1179664&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1178667&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1214867&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=196&threadid =1214258&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1204958&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1188211&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=196&threadid =1149215&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=196&threadid =1149215&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1187305&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1197077&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1194380&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1203335&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1197531&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1197077&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=221&threadid =1208206&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1206247&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1205155&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1205046&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1217527&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1214260&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1223527&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1221170&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1219123&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1222981&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1226331&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1228581&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1228581&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1229661&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1229332&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1233358&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1234428&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1236046&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=196&threadid =1236501&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1239294&highlight_key=y&keyword1=Active%20Content
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1232323&highlight_key=y&keyword1=Active%20Content

  • Spry Menu bar 2.0 from Widget Browser only works in Firefox, not other browsers

    Hello,
    I have downloaded and customized the Spry Menu Bar 2.0 from Adobe Widget Browser.
    I have made a seemingly functionable horizonatl navigation bar that will be displayed on all of my website's pages.
    While in live view in Dreamweaver and when I preview the page in FireFox the entire navigation bar works and displays perfectly.
    However, when I preview the page in another browser, like Safari, the navation does not display and shows up as an ordered list. I have tried a couple of fixes with no success. I have also spent some time searching the forums for an asnwer, but more commonly I find that people have problems with the spry menu functioning in Firefox while I have the exact opposite problem.
    Please help!  I'm to have this website completed by the end of next week!
    Thank you!!

    Hi John,
    Thanks, however, my site is still only on my local computer and not live or on a testing server yet. I could copy and paste my code in, I thought that may be cumbersome, but here goes :
    <!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" />
    <title>Pennsylvania Academy of Music, Welcome</title>
    <link href="css/global.css" rel="stylesheet" type="text/css" />
    <link href="NavigationDec2.html" rel="stylesheet" type="text/css" />
    <link type='text/css' href='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css' rel='stylesheet'/>
    <title>Spry Menu Bar - Basic : December 2</title>
    <link type='text/css' href='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css' rel='stylesheet'/>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/SpryDOMUtils.js'></script>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/SpryDOMEffects.js'></script>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/SpryWidget.js'></script>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/SpryMenu.js'></script>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPl ugin.js'></script>
    <script type='text/javascript' src='file:///Macintosh HD/Users/ABaer/Documents/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPl ugin.js'></script>
    <style type="text/css">
    /* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
        these rules, with the exception of the images used for down or right pointing arrows, which are in the file SpryMenuBasic.css
         These assume the following widget classes for menu layout (set in a preset)
        .MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical - 2nd level subs and beyond are pull-right.
        .MenuBarVertical - vertical main bar; all submenus are pull-right.
        You can also pass in extra classnames to set your desired top level menu bar layout. Normally, these are set by using a preset.
        They only apply to horizontal menu bars:
            MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
            MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
            MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned. 
            MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered',
                            and centered in its parent container.
            MenuBarFullwidth - Grows to fill its parent container width.
        In general, all rules specified in this file are prefixed by #MenuBar so they only apply to instances of the widget inserted along
        with the rules. This permits use of multiple MenuBarBasic widgets on the same page with different layouts. Because of IE6 limitations,
        there are a few rules where this was not possible. Those rules are so noted in comments.
    #MenuBar  {
        background-color:#f9e440;   
        font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                                                    MenuItem, and MenuItemLabel
                                                    at a given level all use same definition for ems.
                                                    Note that this means the size is also inherited to child submenus,
                                                    so use caution in using relative sizes other than
                                                    100% on submenu fonts. */
        font-weight: normal;
        font-size: 14px;
        font-style: normal;
        padding:0;   
        border-color: #ffffff #ffffff #ffffff #ffffff;
        border-width:12px;
        border-style: none none none none;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
        display:none;
    .MenuBarLeftShrink {
        float: left; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarRightShrink {
        float: right; /* shrink to content, as well as float the MenuBar */
        width: auto;
    .MenuBarFixedLeft {
        float: left;
        width: 750px;
    .MenuBarFixedCentered {
        float: none;
        width: 750px;
        margin-left:auto;
        margin-right:auto;
    .MenuBarFixedCentered br {
        clear:both;
        display:block;
    .MenuBarFixedCentered .SubMenu br {
        display:none;
    .MenuBarFullwidth {
        float: left;
        width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuBar  .MenuItemContainer {
        padding: 0px 0px 0px 0px;
        margin: 0;     /* Zero out margin  on the item containers. The MenuItem is the active hover area.
                    For most items, we have to do top or bottom padding or borders only on the MenuItem
                    or a child so we keep the entire submenu tiled with items.
                    Setting this to 0 avoids "dead spots" for hovering. */
    #MenuBar  .MenuItem {
        padding: 4px 6px 4px 4px;
        background-color:#f9e440;   
        border-width:0px;
        border-color: #cccccc #ffffff #cccccc #ffffff;
        border-style: none solid none solid;
    #MenuBar  .MenuItemFirst {
        border-style: none none none none;
    #MenuBar .MenuItemLast {
        border-style: none solid none none;
    #MenuBar  .MenuItem  .MenuItemLabel{
        text-align:center;
        line-height:1.4em;
        color:#003366;
        background-color:#f9e440;
        width:82px;
        padding-top: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
        padding-left: 8px;
    .SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
        width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuBar .SubMenu  .MenuItem {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: lighter;
        font-size: 13px;
        font-style: normal;
        background-color:#c82f6a;
        padding:2px 2px 2px 2px;
        border-width:1px;
        border-color: #cccccc #cccccc #cccccc #cccccc;
        /* Border styles are overriden by first and last items */
        border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst {
        border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
        padding-top: 6px;
    #MenuBar .SubMenu .MenuItemLast {
        border-style: solid solid solid solid;
    #MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
        padding-bottom: 6px;
    #MenuBar .SubMenu .MenuItem .MenuItemLabel{
        text-align:left;
        line-height:1em;   
        background-color:#c82f6a;
        color:#000000;
        padding: 6px 10px 6px 5px;
        width: 25em;
        width:auto;
    /* Hover states for containers, items and labels */
    #MenuBar .MenuItemHover {
        background-color: #ffff99;
        border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
        background-color: #ffff99; /* consider exposing this prop separately*/
        color: #000000;
    #MenuBar .MenuItemHover .MenuItemLabel{
        background-color: #ffff99;
        color: #000000;
    #MenuBar .SubMenu .MenuItemHover {
        background-color: #cc99ff;
        border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
        background-color: #FFFDB8;
        color: #333366;
    /* Submenu properties -- First level of submenus */
    #MenuBar .SubMenuVisible {
        background-color: #c82f6a;
        min-width:100px;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
        border-color: #ffffff #ffffff #ffffff #ffffff;
        border-width:0px;
        border-style: none none none none;
    #MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
        top: 100%;    /* 100% is at the bottom of parent menuItemContainer */
        left:10px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
                        and your personal taste.
                        0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0
                        on MenuItemContainer and MenuItem on the parent
                        menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
                        the dropdown with the left of the menu item label.*/
        z-index:10;
    #MenuBar.MenuBarVertical .SubMenuVisible {
        top: 0px;   
        left:100%;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuBar .MenuLevel1 .SubMenuVisible {
        background-color: #c82f6a;
        min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
        top: 0px;    /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
                    that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
                    vertically 'centered' on its invoking item */
        left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
                    negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
                    to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
    * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
    .SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
        background-color: #ffff99; /* consider exposing this prop separately*/
        color: #000000;
    .SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
        background-color: #cc99ff; /* consider exposing this prop separately*/
        color: #333366;
    .SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
        margin-left: -2px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    <style type="text/css">
    </style>
    </head>
    <body class="oneColFixCtr">
    <div id="container">
      <div id="Header"> </div>
      <div id="mainContent">
        <div id="Nav"><ul id="MenuBar">
      <li> <a href="index.html">Home</a> </li>
      <li> <a href="about.html">About Us</a>
      <ul>
        <li> <a href="history.html">History and Mission</a> </li>
        <li> <a href="admin.html">Administration</a>
        <li> <a href="faculty.html">Faculty</a>
        <li> <a href="artists-in-residence.html">Artists in Residence</a> </li>
      </ul>
      </li>
      <li> <a href="#">Programs</a>
      <ul>
        <li> <a href="lessons.html">Lessons</a> </li>
        <li> <a href="classes.html">Classes</a>
        <li> <a href="ensembles.html">Ensembles</a>
      <li> <a href="adultprograms.html">Adult Programs</a> </li>
      </ul>
       </li>
      <li> <a href="#">Departments</a>
        <ul>
          <li> <a href="choir.html">Choir</a> </li>
          <li> <a href="ealrydevelopment.html">Early Development</a> </li>
          <li> <a href="guitar.html">Guitar</a> </li>
          <li> <a href="jazz.html">Jazz</a></li>
            <li> <a href="piano.html">Piano</a></li>
              <li> <a href="strings.html">Strings</a></li>
               <li> <a href="theory.html">Theory and Composition</a></li>
                   <li> <a href="voice.html">Voice</a></li>
                       <li> <a href="windsandpercussions.html">Winds and Percussion</a></li></ul></li>
                        <li> <a href="admissions.html">Admissions</a> </li>
                         <li> <a href="#">Events</a>
                           <ul>
        <li> <a href="concertseries.html">Concert Series</a> </li>
        <li> <a href="studentevents.html">Student Events</a>
        <li> <a href="festivals.html">Festivals</a>
      </ul></li>
        <li> <a href="community.html">Community</a> </li>
            <li> <a href="#">Support</a>
             <ul>
        <li> <a href="donate.html">Donate</a> </li>
        <li> <a href="volunteer.html">Volunteer</a>
    </li></ul></li>
    <li> <a href="contact.html">Contact Us</a> </li>
          </li>
        </ul>
      </li>
      </ul></div>
    <div id="connect"> <div id="connectbox">
    <img src="emailus.jpg" width="55" height="52" alt="Email Us" /><p>
    <img src="apply.jpg" width="55" height="52" alt="Apply" /><p>
    <img src="newsletter.jpg" width="55" height="52" alt="Newsletter" /><p>
    <img src="Facebook.jpg" width="52" height="53" alt="Facebook" /><p>
    <img src="Twitter.jpg" width="55" height="55" alt="Twitter" /><p>
    <p></div>
    </div>
      <div id="pageheader"><img src="adultprograms.gif" width="800" height="61" alt="adult programs" /></div>
      <div id="MainCopy"> <div id="copywide">General Copy about Adult Programs
        <div id="classbox"><img src="earlymusicensemblece.gif" width="770" height="42" />
          <p>
         Directed by Rainer Beckmann, the Pennsylvania Academy of Music's Early Music Program provides opportunities for students to learn more about historical performance practice. The program's current activities focus on the school's Early Music Ensemble, made up of enthusiastic amateur musicians performing on recorders and violas da gamba. The recent donation of a two-manual harpsichord will allow the program to include special Baroque ensemble lessons in the near future. In addition, individual Academy students will have the possibility to be accompanied on an instrument regularly used in music of the 17th and 18th centuries. The class meets 1 hour per week.
       </div>
       <div id="smallclassbox"><img src="grouppiano.gif" width="770" height="42" />
    <p>
    Learn to play the piano in a group setting of 4-6 students. Classes are offered for all beginner piano students. Our qualified teachers will teach you to read notes and make music with your family and peers!</div>
    <div id="smallclassbox"> <img src="amateurchamber.gif" width="770" height="42" />
      <p>
    This course is designed for the adult amateur who would like to play his/her instrument in a chamber music setting with other amateurs of the same level. Groups meet once a week for a one-hour coaching and prepare a work to be performed at the end of the semester. Coachings address both individual needs and techniques of collaborative playing.
    </div>
        <div id="largeclassbox"><img src="rockandroll.gif" width="770" height="42" />
    This course traces the American popular music from the work songs of enslaved Africans through the Beatles.  The course focuses on the history, theory, and sociological implications of gospel, blues, bluegrass, rhythm and blues, rock and roll, and psychedelic rock.  Class will include lecture, discussion, and demonstration.  Students will give presentations on popular styles of the 1980s, 1990s, and beyond.
    Course Objectives:
    In this course, students will:<br/>
    1.  Understand the development of various styles/genres of popular music.
    2.  Understand the connectivity of the cultural, political and social, with the musical.<br/>
    3.  Become familiar with music terminology in order to discuss music with insight and authority.<br/>
    4.  Develop keen listening skills enabling them to discern such elements as instrumentation, stylistic characteristics, and beats/grooves.<br/>
    5.  Gain insight into the recording industry and its effects on American culture.
       </div>
    </div>
    </div>
      <!-- end #mainContent --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    var MenuBar = new Spry.Widget.MenuBar2("#MenuBar", {
          widgetID: "MenuBar",
          widgetClass: "MenuBar  MenuBarLeftShrink",
          insertMenuBarBreak: true,
          mainMenuShowDelay: 100,
          mainMenuHideDelay: 200,
          subMenuShowDelay: 200,
          subMenuHideDelay: 200
    </script>
    </body>
    </html>

  • Why don't my hyperlinks work in firefox?

    everything works fine in safari. but not everyone uses safari, so…
    was wondering if anyone has any ideas re what to do.
    my site is kleinmarc.com. and the links that are the problem are the picture links in the alt section and the web section.
    for whatever reason you can see that there are links there as the page is drawing up but once it's done the pictures go to being dumb and no ammount of clicking does anything.
    I tried rebuilding the pages but that didn't work.
    help.

    My two sites worked fine in firefox until today. Suddenly the navigation bar is no longer showing up. www.reallyreallybig.com works fine in safari but nothing else... ANyone else having this issue? Firefox or Apple just change something in their latest updates?

  • Hyperlink works locally but not on Intranet

    Hi,
    Very strange behavior since most of other hyperlinks in
    separate projects only work on the Intranet, but not locally. All
    setting for hyerlinks are the same since they were pulled from a
    template.
    Any ideas
    lisa

    Lisa,
    Your inability to get your Captivate files working properly
    from a local machine may be related to the Flash Player security
    restrictions issue:
    Link
    to Adobe Knowledge Base Article
    The article is a bit misleading as it implies that you only
    need to change your settings if your Captivate file is actively
    passing information to the Internet somehow, but I've found that I
    pretty much always run into the security issue when previewing
    files locally in the browser.
    Since I tend to help out on lots of other people's projects
    at work, it turns out it's easier for us as a group to simply
    publish directly to an Intranet server and preview from there via
    HTTP (i.e. navigating to the correct web server URL in a browser).
    This allows us to not only avoid the security issues, but ensures
    that we've copied all the necessary files to the server.
    For my own projects, I've also specified a common "published"
    folder on my local machine as "safe" in the Flash Player Settings
    Manager so I can quickly test my projects using the "View Output"
    button in Captivate's Publish dialog.
    This last tidbit is something that people often overlook.
    Unless you specify your publish location as "safe" in the Flash
    Player Settings Manager,
    any file you launch via the View Output button is considered
    "local" and subject to the tighter security restrictions associated
    with locally-accessed files.

  • Hyperlinks work traffic lights not green

    Hi, We made docs with lots of hyperlinks, which all work fine when we click on them in the panel, but ... lights aren't green and the tell us the URL isn't working or unavailable (some of the links are https, others aren't. Any suggestions why the lights aren't green?

    Seems to be related to the our network privileges. At home it works just fine, all lights show up green and are working. At the office they are working and showing up orange.

  • Works in Firefox, not in IE

    I have a weird problem with an Application developed in JDev 10.1.3 (10.1.3.0.4 (SU4)), using JSFs.
    At the moment it works fine in Firefox, but when I run it in IE, I get error messages saying it can't open my View Objects. These all need WhereClauseParams which are set each time you go to the appropriate page. However, the first time you do that in IE it gives SQL errors saying that there is a "Missing IN or OUT parameter" for each object. Subsequently it doesn't give the error, but likewise it doesn't seem to be bound to an open object.
    I have print statements that indicate that each view object is being closed, the parameter reset, and then executed each time (whatever the browser). Cookies are being accepted, if that's an issue.
    It does the same thing in Opera that it does in IE, but gives an extra warning message: "The agent type is unknown; creating an agent with null agent attributes."
    David C

    Sounds reasonable. But could these agent settings affect something like whether the JSP has access to the model layer? That seems fairly odd.
    David C

  • Can get into my hot mail account but can not open any emails or delete any nothing works. can get into hotmail on explorer but not firefox. everything else works on firefox not hatmail .

    Well I get into msn hotmail can look who is sending me messages bit can not open the message?

    Hello Steven Gordon1,
    The article linked below details how to utilize the Connection Doctor in Mail to diagnose and correct issues with your mail accounts.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Cheers,
    Allen

  • Some Hyperlinks on Safari, Firefox and chrome not working

    after the recent update some hyperlinks on webpages are not working. I have a macbook pro with snow leopard.
    After the new update i noticed that on some web pages the hyper links are there but when i click nothing happens. its like it is an object but not a link.
    I tried Firefox and Chome and they all have the same issue.
    Any ideas? thanks

    Boot in safe mode and test. Same problem?
    Mac OS X: Starting up in Safe Mode

Maybe you are looking for

  • BSOD when I connect my ZEN Neeon to my

    Hi, As said in the subject title.. My computer goes to the BSOD (Blue Screen of Death) each time I connect my Zen Neeon mp3 to it. This is the first time this has happened, just recently it started doing this, I've connected and disconnected the MP3

  • Logic express and plugins

    i have been using logic express for some time and have recently aquired "reason" and "amplitube" as well as a few other random bits and peices. im not particularly computer savvy and although have installed all items successfully can't seem do find t

  • Filter attachments by name

    Hi All, I'd like my c100 Ironport appliances to filter (strip?) attachments of a certain name. I don't want to filter by file extension (ie. vbs, scr, etc.), only by the full filenames. I have a list of 20+ files I'd like the Ironport to lookout for,

  • Exchange calender not syncing properly

    I have configured the iPhone for exchange and it seems to work fine. Contacts and E-Mail are all fine. The Problem is the calendar. I have received all my calendar-entries but I see them as "appointment-requestes ?". I can confirm them or decline the

  • Snow Leopard Update Keyboard Issue

    hi all, i recently updated my mac pro from ~2007 to snow leopard (finally!) and have encountered a fairly serious problem. Everything seems to work fine, but there are a few instances in which my keyboard fails to read my typing: in Spotlight and, mo