Spry Collapsible panel works in Safari, Firefox but not in IE 7 and 8

Revising a page and wish to have the Spry Collapsible Panel load "closed". Never used Spry before but is works ok as mentioned but when page is opened in IE the panel is open and stays open. Clicking does not close it.
The panel tab reads "CLICK To See Matched Rail & Stile Set-Up Blocks".
Did I mention I am not a programmer? Thanks for the help.
http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/set_3pc_roundover_co ve.htm

jonholcombe wrote:
Did I mention I am not a programmer? Thanks for the help.
Jon,
Not a good way to start. You need to have some basic skills to work on websites. OK, if you want to build a bridge for your toy cars to cross a model railway line, you could probably cope, but to build a bridge in the real world, you need  real knowledge.
Having said that, I have pulled all of the relevant code from your page to re-construct the collapsible panel and, although the markup would not be the one I would have gone for, the widget works in all browsers, see the code below. This means that the problem lies elsewhere.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<script src="http://www.mlcswoodworking.com/SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
<link href="http://www.mlcswoodworking.com/SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css">
<style>
#collapsiblepaneltab {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     height: 18px;
     width: 645px;
     color: #512b05;
     text-align: center;
     margin-top: 0px;
     padding-top: 0px;
     line-height: 21px;
     font-weight: normal;
</style>
</head>
<body>
<table width="645" border="0">
<tr>
    <td><div id="CollapsiblePanel3pcset" class="CollapsiblePanel">
  <div class="CollapsiblePanelTab" id="collapsiblepaneltab" tabindex="0"><img src="http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/graphics4/collapsiblepanelarrow102.gif" alt="" width="8" height="8" border="0" /> CLICK To See Matched Rail &amp; Stile Set-Up Blocks</div>
  <div class="CollapsiblePanelContent"><table border="1" cellpadding="0" cellspacing="0" width="645">
  <tr>
    <td colspan="4" align="center" valign="middle" bgcolor=""><font size="1"><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2" color="black"><strong>SET-UP BLOCKS FOR MATCHED RAIL AND STILE BITS</strong></font></td>
  </tr>
  <tr>
    <td align="center" valign="middle" bgcolor="#cccc99" width="55"><font size="1"><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><font color="black"><strong>Item</strong></font></font></font></td>
    <td align="center" valign="middle" bgcolor="#cccc99"><font size="1"><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><font size="2" color="black"><strong>Set-Up Block Profile</strong></font></font></font></td>
    <td align="center" valign="middle" bgcolor="#cccc99" width="55"><font size="1"><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><font color="black"><strong>Price</strong></font></font></font></td>
    <td align="center" valign="middle" bgcolor="#cccc99" width="58"></td>
  </tr>
  <tr>
    <td align="center" valign="middle" width="55"><font size="1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" color="black"><strong>#9745</strong></font></font></td>
    <td align="center" valign="middle"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Set-Up Block for round over matched rail &amp; stile  bits</font></td>
    <td align="center" valign="middle" width="55"><font size="1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" color="black"><strong>$9.95</strong></font></font></td>
    <td align="center" valign="middle" width="58"><a href="http://www.mlcswoodworking.com/cgi-mlcswoodworking/sb/order.cgi?storeid=*16f8a8beab2fd058071ebc4eb5&amp;dbname=products&amp;sku=%239745&amp;function=add"><font size="2"><img src="../graphics/orderbut.gif" alt="" width="58" height="17" border="0" /></font></a></td>
  </tr>
</table>
<script type="text/javascript">
var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel3pcset", {contentIsOpen:false});
</script>
</body>
</html>
To help you any further would take me way outside the scope of this forum, but if you were to employ me to untangle the mess, I would start afresh.
Gramps

Similar Messages

  • Spry Collapsible Panel Problem with Safari

    Hi my Spry Collapsible Panel looks great in Firefox, Camino, and IE, but the top border, which I am using as a line to divide items in the list, and which I have specified in the CSS page, doesn't show up in Safari and Google Chrome.  Just nothing, and everything else works.  Any help would be GREATLY appreciated!   My CSS page reads as follows:
    .CollapsiblePanel {
        color: #000000;
        border-top-style: solid;
        border-top-width: 0.5px;
        padding-top: 3px;
        padding-right: 0px;
        padding-bottom: 3px;
        padding-left: 0px;
    #apDiv3 #CollapsibleLINE {
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: #330099;
    .CollapsiblePanelTab {
        margin: 0px;
        padding: 20px;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        font-family: sans-serif;
        font-size: 0.7em;
        font-weight: bold;
        color: #3366FF;
        border-top-width: thick;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-top-color: #FF00CC;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    /* This is the selector for a CollapsiblePanel's Content area. It's important to note that
    * you should never put any padding on the content area element if you plan to
    * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
    * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
    * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
    * to make the widget function. You can use any class name you want to style a
    * CollapsiblePanel content container.
    .CollapsiblePanelContent {
        margin: 0px;
        padding: 0px;
    .CollapsiblePanelTab a {
        text-decoration: none;
    /* This is an example of how to change the appearance of the panel tab as the
    * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
    * and removed from panel tab containers as the mouse enters and exits the tab container.
    .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
        color: #666666;
    .CollapsiblePanelFocused .CollapsiblePanelTab {
    #apDiv1 .overlay {
    and my page looks like this:
    <link href="untitled.css" rel="stylesheet" type="text/css">
    <script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    #apDiv1 {
        position:absolute;
        width:808px;
        height:502px;
        z-index:1;
        left: 0px;
        top: 111px;
    #apDiv2 {
        position:absolute;
        width:2;
        height:747px;
        z-index:2;
        top: 109px;
        left: 34px;
        filter: alpha(opacity=75);
    #apDiv3 {
        position:absolute;
        width:128px;
        height:344px;
        z-index:3;
        left: 57px;
        top: 126px;
        filter: alpha(opacity=75);
    -->
    div:active, div:focus, div:hover {
        outline-style: none;
        -moz-outline-style:none;
    </style>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" >
    <style type="text/css">
    <!--
    #apDiv4 {
        position:absolute;
        left:403px;
        top:115px;
        width:164px;
        height:312px;
        z-index:4;
    #apDiv3 #CollapsiblePanel2 .CollapsiblePanelContent font {
        color: #000000;
    #apDiv5 {
        position:absolute;
        left:57px;
        top:22px;
        width:722px;
        height:78px;
        z-index:4;
    #apDiv6 {
        position:absolute;
        left:551px;
        top:22px;
        width:397px;
        height:39px;
        z-index:5;
    #apDiv7 {
        position:absolute;
        left:285px;
        top:123px;
        width:478px;
        height:398px;
        z-index:5;
    #apDiv8 {
        position:absolute;
        left:325px;
        top:174px;
        width:276px;
        height:153px;
        z-index:6;
    -->
    </style>
    <div id="apDiv5"><img src="IMAGES/logo3.jpg" width="843" height="83" /></div>
    <div id="frontphoto"></div>
    <div id="apDiv1"><img src="IMAGES/Backgound.jpg" alt="back" width="1032" height="516" /></div>
    <div id="apDiv2"><img src="IMAGES/overlay.png" alt="Overlay" width="174" height="720" /></div>
    <div id="apDiv3">
      <div id="CollapsiblePanel2" class="CollapsiblePanel">
        <div tabindex="0"><font size="2" face="Georgia, Times New Roman, Times, serif">photography</font></div>
        <div class="CollapsiblePanelContent">
          <table width="118" border="0" align="center" cellpadding="3" cellspacing="0">
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">portraits</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">events</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">landscapes</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">experiments</font></em></td>
            </tr>
          </table>
        </div>
      </div>
      <div id="CollapsiblePanel1" class="CollapsiblePanel">
        <div tabindex="0"><font size="2" face="Georgia, Times New Roman, Times, serif">print</font></div>
        <div class="CollapsiblePanelContent">
          <table width="118" border="0" align="center" cellpadding="3" cellspacing="0">
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">posters</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">books &amp; packaging</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">invitations</font></em></td>
            </tr>
          </table>
        </div>
      </div>
      <div id="CollapsiblePanel4" class="CollapsiblePanel">
        <div tabindex="0"><font size="2" face="Georgia, Times New Roman, Times, serif">motion</font></div>
        <div>
          <table width="120" border="0" align="center" cellpadding="3" cellspacing="0">
            <tr>
              <td width="114"><em><font size="2" face="Georgia, Times New Roman, Times, serif">websites</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">animations</font></em></td>
            </tr>
          </table>
        </div>
      </div>
      <div id="CollapsiblePanel5" class="CollapsiblePanel">
        <div tabindex="0"><font size="2" face="Georgia, Times New Roman, Times, serif">about</font></div>
        <div>
          <table width="120" border="0" align="center" cellpadding="3" cellspacing="0">
            <tr>
              <td width="114"><em><font size="2" face="Georgia, Times New Roman, Times, serif">honors</font></em></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">background</font></em></td>
            </tr>
          </table>
        </div>
      </div>
      <div id="CollapsiblePanel6" class="CollapsiblePanel">
        <div tabindex="0"><font size="2" face="Georgia, Times New Roman, Times, serif">contact</font></div>
        <div class="CollapsiblePanelContent">
          <table width="120" border="0" align="center" cellpadding="3" cellspacing="0">
            <!--DWLayoutTable-->
            <tr>
              <td width="114"><a href="mailto:[email protected]" style="text-decoration:none"><font color="#333333" size="2" face="Georgia, Times New Roman, Times, serif">email</font></a></td>
            </tr>
            <tr>
              <td><em><font size="2" face="Georgia, Times New Roman, Times, serif">202.321.4248</font></em></td>
            </tr>
          </table>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var CollapsiblePanel4 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel4", {contentIsOpen:false});
    var CollapsiblePanel5 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel5", {contentIsOpen:false});
    var CollapsiblePanel6 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel6", {contentIsOpen:false});
    var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1", {contentIsOpen:false});
    var CollapsiblePanel2 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel2", {contentIsOpen:false});
    //-->
    </script>

    I am sorry, I tried in FF, IE7/8 and Chrome and they all look the same.

  • Link to tabs in spry collapsible panel work in IE-8; not Firefox or Safari

    I have little experience with Spry. I've asked my question on the user forum in Dreamweaver several times with no response. I am hoping that someone somewhere in the Adobe community can help me resolve this issue.
    I created links from the top of a page to the tabs of a spry collapsible panel underneath.
    In IE-8, on one page, with a small collapsiable panel, clicking the link creates a rollover effect on the appropriate panel. This effect works wonderfully for my purposes.On another page, with a long collapsible panel, clicking the link jumps the user to the panel AND creates a rollover effect. Perfect.
    In Firefox and Safari, clicking the link does nothing. If I right-click the link in Firefox, I create a duplicate of the page.
    I am using Windows XP and Dreamweaver CS4
    http://www.judydiamondstone.net/Writing.html
    click any of the links in the first section of the page
    Thanks.

    Arnout, Thank you so much for the guidance!
    My code now looks like this:
    (Click the first tab
    below to open; click to close.)
    but it still doesn't work
    (I still like the error effect in IE!)
    Do I need to add to the CSS or JS script that comes with the spry widget?
    I am accessing all the tutorials I can find, including a very clear
    explanation of event handlers in a Safari online search but I'm obviously
    missing one or more basic concepts.
    Page with new code on the
    elements:
    http://www.judydiamondstone.net/Writing.html

  • Customized selectBooleanCheckbox works fine on Firefox but not IE, Opera?

    I'm using a customized selectBooleanCheckbox solution to give me a 'select all' like feature:
    <h:form>
    <h:dataTable binding="#{DialogManager.bean.nodeTable}" value="#{DialogManager.bean.nodeList}" var="nodeItem" border="1" cellpadding="10" cellspacing="1" >
        <h:column>
            <f:facet name="header">
               <h:selectBooleanCheckbox value="#{DialogManager.bean.selectAll}" valueChangeListener="#{MultipleSelectionDialog.allSelected}" immediate="true" onchange="this.form.submit();" />       
            </f:facet>
            <h:selectBooleanCheckbox value="#{nodeItem.selected}" />       
        </h:column>
    </h:dataTable>
    </h:form>When a user clicks on the selectBooleanCheckbox in the header, the other selectBooleanCheckboxs should also be selected. This works on Firefox, but not on IE or Opera. On IE, the checkbox in the header is selected and none of the checkboxs beneath it are selected. On Opera, the checkbox in the header is only selected for a moment before it is deselected.
    Why would this happen? How can I fix it for IE and Opera?

    tried onclick instead of onchange, no difference.
    The IE browser produces browser failure messages:
    'elements' is Null or not an object
    container.jsp row 325
    'elements.dialog:act' is Null or not an object
    container.jsp row 381
    Code: 0 Character 3I checked in the corresponding files and cannot make sense of the error messages.

  • Spry Collapsible Panel Problem in Safari

    When check my site in Firefox, there are no problems, but
    when I open it in Safari, none of the CSS settings are applied to
    the Collapsible Panel widget. Some settings I have make the widget
    200 px width and make it have a black background, but Safari
    doesn't show these. HERE IS THE CODE OF MY HOMEPAGE:
    <!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>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <style type="text/css">
    body {
    background: url(Victorias%20Secret%20models.jpg) fixed
    no-repeat center bottom;
    </style>
    <script src="SpryAssets/SpryCollapsiblePanel.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryCollapsiblePanel.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="CollapsiblePanel1" class="CollapsiblePanel">
    <div class="CollapsiblePanelTab"
    tabindex="0"></div>
    <div class="CollapsiblePanelContent">
    <p>BLOG</p>
    <p>LISTEN</p>
    <p>WATCH</p>
    <p>ABOUT</p>
    </div>
    </div>
    <script type="text/javascript">
    var CollapsiblePanel1 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel1",
    {contentIsOpen:false});
    </script>
    </body>
    </html>
    AND HERE IS THE CODE OF MY CSS
    @charset "UTF-8";
    .CollapsiblePanel {
    margin: 0px;
    padding: 0px;
    width: 200px;
    color: #FFFFFF;
    background-color: #000000;
    .CollapsiblePanelTab {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    font-family: sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    .CollapsiblePanelContent {
    margin: 0px;
    padding: 0px;
    background-color: #000;
    .CollapsiblePanelTab a {
    color: black;
    text-decoration: none;
    background-color: #000;
    height: 40px;
    .CollapsiblePanelOpen .CollapsiblePanelTab {
    background-color: #000;
    color: #FFFFFF;
    .CollapsiblePanelTabHover, .CollapsiblePanelOpen
    .CollapsiblePanelTabHover {
    background-color: #000;
    .CollapsiblePanelFocused .CollapsiblePanelTab {
    background-color: #000;
    THANKS FOR YOUR HELP

    Can't tell by that code, can you post a URL to the page?
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "kkaiser1" <[email protected]> wrote in
    message news:[email protected]...
    > When check my site in Firefox, there are no problems,
    but when I open it in
    > Safari, none of the CSS settings are applied to the
    Collapsible Panel widget.
    > Some settings I have make the widget 200 px width and
    make it have a black
    > background, but Safari doesn't show these. HERE IS THE
    CODE OF MY HOMEPAGE:
    > <!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>
    >
    > <title>Untitled Document</title>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <style type="text/css">
    >
    > body {
    > background: url(Victorias%20Secret%20models.jpg) fixed
    no-repeat center
    > bottom;
    > }
    >
    > </style>
    > <script src="SpryAssets/SpryCollapsiblePanel.js"
    > type="text/javascript"></script>
    > <link href="SpryAssets/SpryCollapsiblePanel.css"
    rel="stylesheet"
    > type="text/css" />
    > </head>
    > <body>
    > <div id="CollapsiblePanel1"
    class="CollapsiblePanel">
    > <div class="CollapsiblePanelTab"
    tabindex="0"></div>
    > <div class="CollapsiblePanelContent">
    > <p>BLOG</p>
    > <p>LISTEN</p>
    > <p>WATCH</p>
    > <p>ABOUT</p>
    > </div>
    > </div>
    > <script type="text/javascript">
    >
    > var CollapsiblePanel1 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel1",
    > {contentIsOpen:false});
    >
    > </script>
    > </body>
    > </html>
    >
    >
    > AND HERE IS THE CODE OF MY CSS
    >
    > @charset "UTF-8";
    >
    > .CollapsiblePanel {
    > margin: 0px;
    > padding: 0px;
    > width: 200px;
    > color: #FFFFFF;
    > background-color: #000000;
    > }
    >
    > .CollapsiblePanelTab {
    > background-color: #000000;
    > margin: 0px;
    > padding: 0px;
    > cursor: pointer;
    > -moz-user-select: none;
    > -khtml-user-select: none;
    > font-family: sans-serif;
    > font-size: 0.7em;
    > font-weight: bold;
    > color: #FFFFFF;
    > height: 40px;
    > }
    >
    > .CollapsiblePanelContent {
    > margin: 0px;
    > padding: 0px;
    > background-color: #000;
    > }
    >
    > .CollapsiblePanelTab a {
    > color: black;
    > text-decoration: none;
    > background-color: #000;
    > height: 40px;
    > }
    >
    > .CollapsiblePanelOpen .CollapsiblePanelTab {
    > background-color: #000;
    > color: #FFFFFF;
    > }
    >
    > .CollapsiblePanelTabHover, .CollapsiblePanelOpen
    .CollapsiblePanelTabHover {
    > background-color: #000;
    > }
    >
    > .CollapsiblePanelFocused .CollapsiblePanelTab {
    > background-color: #000;
    > }
    >
    >
    > THANKS FOR YOUR HELP
    >

  • Why does goolgeearth work with Safari & Chrome but not Firefox

    When in firefox using Google maps and click on "EARTH" I receive a window indicating that to use 3D I need to install 21.0 Google Earth Plug-in with a "Download" option to click on. Note: Firefox 21.0 and MAC OS 10.7.5 have all current software updates installed. Safari & Chrome do not request for any plug-ins and 3D Earth option works fine. ANY HELP?
    PS. my MAC does have an Intel HD Graphics 3000 installed but my MAC, Safari & Chrome work fine.

    JKELLETT, That initially happen to me also. When you go to dolinsky296's suggested website https://www.google.com/earth/explore/products/plugin.html I saw "Download plug-in" box in the middle of the globe. When I click it the download executed but the plug-in never got installed. Then I clicked on "Download Google Earth" in the ''upper right corner'' of the website and life was good. Google Earth now works in Firefox.

  • Toolbars work on Safari 3 but not on v. 4 ?!?!?!?!?

    I installed a third party toolbar on safari (version 3). It worked fine. When I upgraded to Snow Leopard (which included Safari 4) the toolbar disappeared. I can download the .zip file, it goes through the installer and brings up a safari window saying that the toolbar is ready to use - but no toolbar.
    I need this toolbar to work, please help. The toolbar is located at: http://israelradio.ourtoolbar.com/
    Thank you

    Hi,
    The problem is.. according to that site, the Toolbar is for Safari 2.04. You are running 3. Unless the developer updates their software, then the Tool bar isn't compatible.
    Sorry... that site does say they are Firefox compatible...
    Have you tried using Firefox instead? If not, download and install the Firefox browser here.
    http://www.apple.com/downloads/macosx/internet_utilities/mozillafirefox.html
    No guarantees this will work for that site but it can't hurt to try and it's always a good idea to have a back up browser.
    Carolyn
    Message was edited by: Carolyn Samit

  • Audio plays fine in safari, firefox, but not one an iphone, how do I...

      succesfully create the correct plugin, mime type, class, whatever to get this to work on all formats?
    Is my encoding wrong, help I'm a newbie!
    I've tried: mp3 and m4v files, plugin: swf, quicktime and various combinations of plugins and media types.
    Like I said works fine in Safari on a mac but not in safari on an Iphone
    newbie help!
    thanks

    All you can do is hide them. On the Not On This iPhone page, swipe from left to right on the offensive App and Hide will appear - tap it.

  • SWF file opens in safari / firefox but not IE

    Hi.
    I was wondering if someone could help me.  I'm working on a flash project that people can download from the internet and use or just use on the internet.  I'm have a problem with one of the links however.  Its a button that is to link to a excel file,  at the minute the following code works in safari and forefox, it opens the file pefect in a separate window, but in IE it opens on the same window.  does anyone no what the problem could be?  The code i'm using is
    on (release) {
    getURL("../docs/OIA.xls", _blank);

    I can't say if this will fix it, but you can try putting quotation marks around "_blank"... it is a String argument so it should be quoted just like the URL is.

  • Very Strange...10gR3 EM is working fine in Firefox but not in IE6

    Friends,
    OS: Windows XP SP3
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    I am able to work on the "Administration" tab in FireFox browser but not able to open the "Administration" tab in IE6.
    But iam able to connect the db using both the browsers but the problem is opening the "Administration" tab in IE6.
    Mozilla Firefox is not having any problem with any tab.
    when i click the "Administration" tab in IE6 its not giving any error but its keep on browsing without showing the "Administration" screen.
    what might be the problem?
    thanks

    I did it but no use.....
    Thanks
    oh.......
    here is the change.....
    i saw the history part.
    it shows "1" day to keep the page history....
    i make it as "0"
    now its working.....
    Message was edited by:
    VPS

  • Web layout displays fine in Safari, Firefox but not in IE6

    HI there
    Am new to this forum and really hope you can help. I have
    designed a website for someone integrating various flash files into
    dreamweaver 2004 MX.
    Each flash file represents, top nav bar, side nav bar, right
    nav bar, title of body, and body of page.
    I am using server side includes for each flash file such that
    each nav bar etc has its own html doc.
    I have used relative positioning in order that the website be
    centered on the page.
    My problem is this:
    I am using Dreamweaver on Parallels VM on my intel Mac and
    therefore check the layout on Safari and Firefox.
    When trying to position each layer on dreamweaver such that
    they viewed correctly on those browsers they had to be positioned
    such that looked 'skewed' on the dreamweaver preview. In other
    words the left nav bar would appear to be much lower down compared
    to the top nav bar; the right nav bar was even lower on the page,
    about half way down; and the title and body layers were 'pushed' to
    the bottom.
    The thing is i had to position it this way so that it would
    look fine on safari and firefox - -otherwise the layers would
    overlap or be way out place.
    The only way to see this for yourself is to look at the
    website on IE6. ON IE6 it looks exactly as it does on dreamweaver
    preview. however, on IE7, Safari and Firefox it looks as how i want
    it to look.
    So just to recap on my ramblings: Website layers look out of
    position on Dreamweaver preview and IE6, but look fine on other
    browsers.
    Does anyone know why this is happening?
    The website is
    PUURGEN.COM

    HI Murray.
    You dont really seemed to have tried to answer my question
    and you seem to be a little misinformed about flash these days.
    please read the following for example:
    http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html
    http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html
    Ok, this is just for google, but Yahoo is very soon to follow
    suit.
    quote:
    Originally posted by:
    Newsgroup User
    > Each flash file represents, top nav bar, side nav bar,
    right nav bar,
    > title of
    > body, and body of page.
    <OUCH>
    This is a guaranteed no-show in search engine indexes, you
    know? Not only
    can they not index your site, they cannot read any of its
    contents. And as
    for accessability, forget it.
    Are you sure you want to continue on this non best-practice
    road?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "rustypico" <[email protected]> wrote in
    message
    news:[email protected]...
    > HI there
    >
    > Am new to this forum and really hope you can help. I
    have designed a
    > website
    > for someone integrating various flash files into
    dreamweaver 2004 MX.
    >
    > Each flash file represents, top nav bar, side nav bar,
    right nav bar,
    > title of
    > body, and body of page.
    > I am using server side includes for each flash file such
    that each nav bar
    > etc
    > has its own html doc.
    >
    > I have used relative positioning in order that the
    website be centered on
    > the
    > page.
    > My problem is this:
    >
    > I am using Dreamweaver on Parallels VM on my intel Mac
    and therefore
    > check
    > the layout on Safari and Firefox.
    > When trying to position each layer on dreamweaver such
    that they viewed
    > correctly on those browsers they had to be positioned
    such that looked
    > 'skewed'
    > on the dreamweaver preview. In other words the left nav
    bar would appear
    > to be
    > much lower down compared to the top nav bar; the right
    nav bar was even
    > lower
    > on the page, about half way down; and the title and body
    layers were
    > 'pushed'
    > to the bottom.
    >
    > The thing is i had to position it this way so that it
    would look fine on
    > safari and firefox - -otherwise the layers would overlap
    or be way out
    > place.
    >
    > The only way to see this for yourself is to look at the
    website on IE6.
    > ON
    > IE6 it looks exactly as it does on dreamweaver preview.
    however, on IE7,
    > Safari and Firefox it looks as how i want it to look.
    >
    > So just to recap on my ramblings: Website layers look
    out of position on
    > Dreamweaver preview and IE6, but look fine on other
    browsers.
    >
    > Does anyone know why this is happening?
    >
    > The website is
    >
    >
    http://www.puurgen.com
    >

  • Site works good in Firefox but not IE

    If you go to www.360montage.com with firefox it works fine
    and it is all set up and alligned correctly. When you go on it
    through internet explorer it is all messed especially the contact
    page. I will appreciate any bit of help or hints. I just basically
    am stumped on how to make the site Firefox and Internet explorer
    friendly at the same time. Thanks For Your Time Please Help

    Bregent Thanks for the help I fixed all the valadation errors
    on index.html but it is still extended on both sides of IE. But it
    did fix my contact page. If you know why the homepage is not
    working in IE let me know here is the site again
    www.360montage.com, you can view source if you would like.
    Thanks

  • ICloud control panel works with 1 ID but not with another

    I don't get what the issue is. I can't get the iCloud control panel to work with my itunes/iCloud ID. I am running Windows 7 home premium 64-bit. I logged in with my wife's iCloud account and it worked, logged out and tried to use mine and nothing. It just sits there and the little circle next to "sign in" just spins.
    I downloaded the newest update for the control panel and tried it again. Hers works, mine doesn't. This has been going on for about a  year and is really annoying.
    It is just on the control panel, my iCloud credentials work fine everywhere else (iCloud website, here, iPhone, iPad), so I know that is not the problem.

    Here's one way to simplify some of this code. I know that this has nothing to do w/ the original question, but nevetheless, it's an itch that I feel I have to scratch...
    public class ssnBoard extends JFrame implements ActionListener,
        Runnable
        JPanel pane = new JPanel();
        JButton[] numberBtns = new JButton[10];
        Font bigFont;
        Color[] numberButtonColors =
            Color.MAGENTA, Color.red, Color.pink, Color.blue, Color.yellow,
            Color.green, Color.yellow, Color.blue, Color.pink, Color.red
        JButton clear = new JButton("CLEAR");
        JButton cancel = new JButton("CANCEL");
        JTextField RutgersIDField = new JTextField("", 6);and this
            for (int i = 1; i < numberBtns.length; i++)
                pane.add(setUpNumberBtns(i));
            pane.add(setUpNumberBtns(0));
            clear.setFont(smallFont);
            Color c10 = Color.white;
            clear.setBackground(c10);
            clear.setForeground(Color.black);
            clear.addActionListener(this); // register button
            pane.add(clear);
            clear.setFocusable(false);and of course this:
        private JButton setUpNumberBtns(int i)
            JButton myBtn = numberBtns;
    myBtn.setFont(bigFont);
    myBtn.setBackground(numberButtonColors[i]);
    myBtn.setForeground(Color.black);
    myBtn.addActionListener(this);
    myBtn.setFocusable(false);
    return myBtn;

  • Spry email confirmation works in browser preview but not on line

    Hi
    I've got a problem using spry email confirmation.
    It's the usual enter email, then confirm email.
    When I preview it on my browser from the local site on my hard drive, it works fine, however when I put the files up onto my web hosting, I get the following problem.
    Next to the confirm text field, it shows the two messages which are normally reserved for not matching emails, or having not entered an email. This happens even before I put the cursor in the box.
    Code is attached here.
    Any help much appreciated.
    <!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>Bristol Bike Challenges - Register</title>
    <link href="bristol_bath.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationCheckbox.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationRadio.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationConfirm.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationCheckbox.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationRadio.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationConfirm.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div id="banner"></div>
      <div id="top_image"></div>
      <div id="spry_menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="route.html">Route</a></li>
          <li><a href="register.html">Register</a></li>
          <li><a href="#">Gallery</a></li>
          <li><a href="#">Charities</a></li>
    <li><a href="#">Links</a></li>
        </ul>
      </div>
      <div id="main_image"></div>
      <div id="register_image">Registration - Enter your details below then click submit. You will then have the choice to register another person or move on to payment.</div>
      <div id="forms">
        <form id="form1" name="form1" method="post" action="form.cgi">
        <table width="951" border="0">
        <tr>
        <td width="352" height="43"><label for="firstname">First Name(s)</label></td>
        <td width="589"><span id="sprytextfield1">
          <input type="text" name="firstname" id="firstname" accesskey="f" tabindex="10"/>
          <span class="textfieldRequiredMsg">Please enter your first name</span></span></td>
      </tr>
      <tr>
        <td><label for="surname">Surname</label></td>
        <td><span id="sprytextfield2">
          <input type="text" name="surname" id="surname" accesskey="s" tabindex="20"/>
          <span class="textfieldRequiredMsg">Please enter your surname</span></span></td>
      </tr>
      <tr>
        <td><label for="address">Address</label></td>
        <td><span id="sprytextarea1">
          <textarea name="address" id="address" accesskey="a" tabindex="30" cols="45" rows="5"></textarea>
          <span class="textareaRequiredMsg">Please enter your address</span></span></td>
      </tr>
      <tr>
        <td><label for="email">Email</label></td>
        <td><span id="sprytextfield3">
        <input type="text" name="email" id="email" accesskey="e" tabindex="40"/>
        <span class="textfieldRequiredMsg">Please enter your Email</span><span class="textfieldInvalidFormatMsg">Your email address doesn't look right, please check it</span></span></td>
      </tr>
      <tr>
      <td><label for="email_confirm">Confirm Email</label></td>
      <td><span id="spryconfirm1">
        <input type="text" name="email_confirm" id="email_confirm" accesskey="c" tabindex="42" />
        <span class="confirmRequiredMsg">Please enter your Email</span><span class="confirmInvalidMsg">Email addresses don't match</span></span></td>
      </tr>
      <tr>
        <td><label for="telephone">Telephone No.</label></td>
        <td><span id="sprytextfield4">
          <input type="text" name="telephone" id="telephone" accesskey="t" tabindex="50"/>
          <span class="textfieldRequiredMsg">Please enter your telephone number</span></span></td>
      </tr>
      <tr>
        <td><label for="dob">Date of birth (DD/MM/YY)</label></td>
        <td><span id="sprytextfield7">
          <input type="text" name="dob" id="dob" accesskey="d" tabindex="55" />
          <span class="textfieldRequiredMsg">Please enter your date of birth</span></span></td>
      </tr>
      <tr>
        <td>Are you male or female?</td>
        <td><span id="spryradio3">
        <label>
          <input type="radio" name="Malefemale" value="male" id="Malefemale_0" />
          Male</label>
        <br />
        <label>
          <input type="radio" name="Malefemale" value="female" id="Malefemale_1" />
          Female</label>
        <br />
        <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td>Which route do you want to register for?</td>
        <td><span id="spryradio1">
          <label>
            <input type="radio" name="routechoice" value="Challenge" id="routechoice_0" />
            Challenge (£10)</label>
          <br />
          <label>
            <input type="radio" name="routechoice" value="Challenge Extra" id="routechoice_1" />
            Challenge Extra (£15)</label>
          <br />
          <label>
            <input type="radio" name="routechoice" value="Challenge Ultra" id="routechoice_2" />
            Challenge Ultra (£20)</label>
          <br />
          <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td>Do you need to hire a bike (£15/day adults, £10/day child)?</td>
        <td><span id="spryradio2">
          <label>
            <input type="radio" name="bikehire" value="Yes to bike hire" id="bikehire_0" />
            Yes</label>
          <br />
          <label>
            <input type="radio" name="bikehire" value="No to bike hire" id="bikehire_1" />
            No</label>
          <br />
          <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td><label for="height">If you're hiring a bike, please tell us your height.</label></td>
        <td><input type="text" name="height" id="height" accesskey="h" tabindex="60"/></td>
      </tr>
      <tr>
        <td><label for="terms2">Please tick the box to confirm that you have read and agreed to our <a href="terms_conditions.html">terms & conditions</a></label></td>
        <td><span id="sprycheckbox2">
          <input type="checkbox" name="terms2" id="terms2" accesskey="c" tabindex="70" />
          <span class="checkboxRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
      <td> </td>
      <td> </td>
      </tr>
    </table>
          <p>
            <label>Click this button to submit these details and move on to the next step - 
              <input type="submit" name="Submit" id="Submit" value="Submit these details" />
            </label>
          </p><input name="recipient" value="[email protected]" type="hidden">
          <input type=hidden name="subject" value="New Registration">
          <input type=hidden name="redirect"
                                      value="http://www.ukchallengeevents.com/register_more.html">
        </form>
      </div>
      <div id="footer"><a href="about_us.html">about us</a> - <a href="contact_us">contact us</a> - uk challenge events ltd - all rights reserved</div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
    var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "email", {validateOn:["blur"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4");
    var spryradio3 = new Spry.Widget.ValidationRadio("spryradio3");
    var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1");
    var spryradio2 = new Spry.Widget.ValidationRadio("spryradio2");
    var sprycheckbox2 = new Spry.Widget.ValidationCheckbox("sprycheckbox2");
    var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7");
    var spryconfirm1 = new Spry.Widget.ValidationConfirm("spryconfirm1", "email", {validateOn:["blur"]});
    //-->
    </script>
    </body>
    </html>
    Cheers Jon

    sorry sorry sorry!
    Managed to sort it.
    My mistake. Made changes to the html file and uploaded only that to the web.
    There had been changes to the assets, and i hadn't uploaded them!
    I did that and now all is fine
    Cheers
    Jon

  • Spry Menu insert works on MacBook Pro but not on iMac

    I am teaching myself Dreamweaver CS4, having been forced to migrate from GoLive.  Am building a website and want to use Spry Menu Bar.  Create page, save page, insert Spry Menu Bar, save page.  On MacBook Pro, menu bar appears with Spry Menu Tab attached.  On iMac, menu bar shows up WITHOUT Spry Menu Tab, which precludes the correct Property Window from appearing.  Anyone know how to get around this?  I called Adobe and they, without exaggeration, told me that they couldn't support Spry items and that I had to go the this forum for answers.  What BS!

    I called Adobe and they, without exaggeration, told me that they couldn't support Spry items and that I had to go the this forum for answers.  What BS!
    Its not the first time I hear that. Its clearly a Dreamweaver issue instead of Spry issue.
    In design mode, if you hover over the inserted menu bar, does it get a blue color? If yes, what happens if you click the blue label "Spry Menu Bar: Menubar{x}"? It should display in the properties panel.
    If not could please provide us with a screenshot?

Maybe you are looking for

  • Service PO with reference to Contract

    Hi Can anyone help me out, when i create Service PO with reference to service contract system is not copying service line item detail from the contract with Full quantity as it was declared in Contract. For example in Contract service line item with

  • Apps open in a new window/space.. how do I turn this off so all windows open in "desktop"?

    Whenever I open an app it creates a new space to open the app in. All apps do this, and you can see the windows/spaces by hitting F3; the icons are lined up at the top of the screen. How do I disable this feature so all windows and apps open in the "

  • What is the table name having the data enterd in the "CJ40" TRANSACTION?

    HAI GUYS,                AFTER GETTING INTO THE CJ40 TRANSACTION, I HAVE CLICKED "PRIMARU COST". THIS SCREEN IN HAVING TABLE CONTROL , IN THIS TABLE CONTROL THERE WILL BE FIELD CALLED "TOTAL PLAN COST".                IF I ENTER THE AMOUNT IN THE "TO

  • Slide organizer and resolution questions

    Slide organizer -When I'm using the rehearsal mode, pressing the 'menu' button on the remote brings up front row, not the slide organizer. It doesn't matter if the 'allow expose, dashboard to use screen' option is checked or not. I'm wondering how th

  • JFileChooser throws NullPointerException when in a non-traversable Dir

    Hi all I think I found a bug of JFileChooser. Unless one of you knows the issue and the corresponding workaround. It occurs when one extends JFileChooser and overrides isTraversable() to dissalow the navigation to specific directories. When the user