PHP, Java, and Safari weirdness (Mac Web Genius needed)

If you know a good deal about the three, visit this thread:
http://wordpress.org/support/topic/46465
The basic question boils down to: is this a Safari issue, or a code error. If you see the error, please suggest a solution.
Thank you.

"After reading your post at the WP support forum, it obviously looks like the code you're using works by itself. It's only after you add it into the WP "loop" that it breaks. This is definitely not an issue with Safari, but an issue with other browsers which are not as strict with standards."
Respectfully, this is a backwards conclusion. I've add this exact javascript to 2 WordPress blogs and 1 PHP board.
1. The Javascript works fine in one blog, all browsers.
2. Only Safari can't properly load the same script in another blog. (the one in question)
3. The Java script works fine in my PHP board, all but for one browser: Safari
Logical conclusions:
A. Something about the chosen themes in that one WP and PHP don't play nice with Safari (though different themes from different developers are unlikely to make the same mistake)
B. Safari doesn't play nice with something in PHP, since it screws up both a WP blog and PHPboard. Remember, Opera and Firefox can run these sights fine, and IE nearly so.
Right?

Similar Messages

  • Opening Safari for Mac Web Archives in Safari for Windows???

    I need to open Safari for Mac Web Archives (saved html web pages on a Mac) on my Windows PC at work. Does anyone know how I can accomplish this? The original Web Pages are no longer available and the data in the Archives is the only set left.
    I've tried opening the files with Safari for Windows but that doesn't work. I've also tried renaming the web archives from file.webarchive to file.html and that doesn't work either.
    Does anyone out there have any suggestions for accomplishing this task??? Thanks in advance for your help!
    YV

    If you can move your archives to a Mac I think you can convert them to folders with Webarchive Folderizer and then move back to your pc:
    http://www.versiontracker.com/dyn/moreinfo/macosx/29095

  • Is there any diffence in rendering websites with safari for windows and safari for mac os, or are both equal?

    Is there any diffence in rendering websites with safari for windows and safari for mac os, or are both equal?
    So is it necessary to buy a mac to guarantee that a website acts like it should, or is the Safari for Windows enough?

    So is it necessary to buy a mac to guarantee that a website acts like it should, or is the Safari for Windows enough?
    Pages render the same for Mac and Windows in Safari.

  • Problems with java and Safari

    i have a mack G3 i book .... OSX 10.3.9 safari keeps quitting at random - so does firefox and java chat keeps freezing !!! very frustrating what can i do to sort this ? any help offerd with be greatly appreciated ....

    Welcome to Apple Discussions!
    Unfortunately there is no one Java standard out there and many Java websites break on the web when you don't have the standard they have. My FAQ* here should help you somewhat in both isolating the buggy sites, and telling them nicely they should avoid using non-standard web creation material, while at the same time, hopefully find you a web browser you can use to browse each site you want:
    http://www.macmaps.com/browser.html
    - * Links to my pages may give me compensation.

  • Spry drop down menu not working when tested in ie7, does in FF and safari on mac

    Please help! I have a spry dropdown menu on a page, when tested in FF and Safari it works fine, but when tested in IE the menus don't drop down and the styling to the over state seems to be being ignored. I have attached the code and css below.
    As I am just on the build stage it is in a template, I have not made any editable regions on the template as yet, this should not matter should it? As is probably obvious already I am quite new to this! Please help!
    CODE
    <ul id="MenuBar1" class="MenuBarHorizontal">
         <li><a href="../about us/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>about us</a>
           <ul>
             <li><a href="../calander/index.html" target="_self"><p></p>calendar</a></li>
             <li><a href="../oompah page/index.html" target="_self">oompah brass</a></li>
             <li><a href="../merchandise/index.html" target="_self"><p></p>merchandise</a></li>
           </ul>
         </li>
         <li><a href="../beer/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>beers</a>
           <ul>
             <li><a href="../beer/book a keg/index.html" target="_self"><p></p>book a keg</a></li>
           </ul>
         </li>
         <li><a href="../events/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>events</a>
           <ul>
             <li><a href="../events/oktoberfest events/index.html" target="_self"><p></p>oktoberfest events</a></li>
             <li><a href="../events/corporate/index.html" target="_self"><p></p>corporate</a></li>
             <li><a href="../events/stag hen/index.html" target="_self"><p></p>stag/ hen</a></li>
             <li><a href="../events/birthday group/index.html" target="_self">birthday/ group</a></li>
           </ul>
         </li>
         <li><a href="../sports/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>sports</a>
           <ul>
             <li><a href="../bayern supporters club/index.html" target="_self"><p></p>Bayern Munich uk</a>          </li>
    </ul>
         </li>
         <li><a href="../menu/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>food</a>
           <ul>
             <li><a href="../menu/everyday menu/index.html" target="_self"><p></p>everyday menu</a></li>
             <li><a href="../menu/special menu/index.html" target="_self">special menu</a></li>
           </ul>
         </li>
         <li><a href="../package and tickets/index.html" target="_self" class="MenuBarItemSubmenu">packages and tickets</a>
           <ul>
             <li><a href="../terms and conditions/index.html" target="_self">terms and conditions</a></li>
           </ul>
         </li>
         <li><a href="../double knuckle challenge/index.html" target="_self">double knuckle challenge</a></li>
         <li><a href="../gallery/index.html" target="_self"><p></p>gallery</a></li>
         <li><a href="../contact/index.html" target="_self"><p></p>contact us</a></li>
       </ul>
    CSS
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 900px;
    text-align: center;
    vertical-align: middle;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 100px;
    float: left;
    height: 50px;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 100px;
    position: absolute;
    left: -1000em;
    background-color: #f8ba16;
    color: #000099;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 100px;
    color: #300;
    background-color: #f8ba16;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #000099;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #000099;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #f8ba16;
    color: #300;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;
    Many thanks in advance.

    Please help! I have a spry dropdown menu on a page, when tested in FF and Safari it works fine, but when tested in IE the menus don't drop down and the styling to the over state seems to be being ignored. I have attached the code and css below.
    As I am just on the build stage it is in a template, I have not made any editable regions on the template as yet, this should not matter should it? As is probably obvious already I am quite new to this! Please help!
    CODE
    <ul id="MenuBar1" class="MenuBarHorizontal">
         <li><a href="../about us/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>about us</a>
           <ul>
             <li><a href="../calander/index.html" target="_self"><p></p>calendar</a></li>
             <li><a href="../oompah page/index.html" target="_self">oompah brass</a></li>
             <li><a href="../merchandise/index.html" target="_self"><p></p>merchandise</a></li>
           </ul>
         </li>
         <li><a href="../beer/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>beers</a>
           <ul>
             <li><a href="../beer/book a keg/index.html" target="_self"><p></p>book a keg</a></li>
           </ul>
         </li>
         <li><a href="../events/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>events</a>
           <ul>
             <li><a href="../events/oktoberfest events/index.html" target="_self"><p></p>oktoberfest events</a></li>
             <li><a href="../events/corporate/index.html" target="_self"><p></p>corporate</a></li>
             <li><a href="../events/stag hen/index.html" target="_self"><p></p>stag/ hen</a></li>
             <li><a href="../events/birthday group/index.html" target="_self">birthday/ group</a></li>
           </ul>
         </li>
         <li><a href="../sports/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>sports</a>
           <ul>
             <li><a href="../bayern supporters club/index.html" target="_self"><p></p>Bayern Munich uk</a>          </li>
    </ul>
         </li>
         <li><a href="../menu/index.html" target="_self" class="MenuBarItemSubmenu"><p></p>food</a>
           <ul>
             <li><a href="../menu/everyday menu/index.html" target="_self"><p></p>everyday menu</a></li>
             <li><a href="../menu/special menu/index.html" target="_self">special menu</a></li>
           </ul>
         </li>
         <li><a href="../package and tickets/index.html" target="_self" class="MenuBarItemSubmenu">packages and tickets</a>
           <ul>
             <li><a href="../terms and conditions/index.html" target="_self">terms and conditions</a></li>
           </ul>
         </li>
         <li><a href="../double knuckle challenge/index.html" target="_self">double knuckle challenge</a></li>
         <li><a href="../gallery/index.html" target="_self"><p></p>gallery</a></li>
         <li><a href="../contact/index.html" target="_self"><p></p>contact us</a></li>
       </ul>
    CSS
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 900px;
    text-align: center;
    vertical-align: middle;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 100px;
    float: left;
    height: 50px;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 100px;
    position: absolute;
    left: -1000em;
    background-color: #f8ba16;
    color: #000099;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 100px;
    color: #300;
    background-color: #f8ba16;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #000099;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #000099;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #f8ba16;
    color: #300;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;
    Many thanks in advance.

  • Unable to go any https site using FF and safari. Mac OS 10.6.7. Https sites are not displayed at all.

    I was able to do all https sites before.  Recently I have notied that whenever I go to any https site , the site is not displayed at all.
    FF 4.0.1  and safari
    e.g. go to www.skype.com and click on login link
    can't login to FB
    Can't display https://mail.yahoo.com
    funny thing is  I can't even go to  http://www.apple.com
    I get blank page and the browser keeps spinning.
    Cleared all cache.
    Pl. help.
    thank you so much for your help.

    Those sites display correctly provided they supply HTTPS. Which Yahoo does (HTTPS) and Apple doesn't on their main page (it's HTTP), but the forums here are HTTPS.
    Go to your KeyChain Access.
    Under Preferences > Certificates set the following
    1: Best Attempt
    2: Best Attempt
    3: OCSP
    Reboot the machine.
    When you request a secure site it will check the certificates immediately instead of using Apple's outdated lists which require Apple to include them in a Software Update.
    If someone is using these outdates certificates maliciously then that's likely the problem.
    Also install the  HTTPS Everywhere Add-on for Firefox, to ask websites to provide HTTPS. They always can't do it because of third party unencrypted content.
    Also when that's finished. Run all the cleaning and maintenance aspects of the free OnyX and reboot (you can cancel reboots in between jobs)
    Does a good job of cleaning out gremlins.
    http://www.titanium.free.fr/

  • I lost all email 6months and older in mac mail. Need Serious Help!

    I lost all email 6 months and older in mac mail. In my in-box as a well as all other folders I created. I expected that the mac email software would keep all email as it did for me in when I used to use Outlook. As well I thought I was covered with the Time Machine I have installed. Well.....The Time Machine that I was aggressively encouraged to buy apparently doesn't back up email. If it does, I must need some secret decoder ring to unlock where it is. I need serious help. I lost months of professional and personal data. I need to fix this immediately and find some way to get my email back. Please help.

    In March when I upgraded to Lion and iCloud I also experienced a similar problem (cluster of problems) which was solved by a password reset (conforming to new requirements) for my Apple ID. I'm glad to see that many nice people contributed and your primary problem is fixed.  My comment is on your Quicken problem.
    Your data inside Quicken 2004 is on borrowed time.  In the process of researching personal budgeting apps I found many reports on the web that indicate Intuit as a company is scaling down Quicken (desktop) development and its future attention to the Mac platform will be minimal.
    Did you know that Intuit is behind Mint.com?  You may be hesitant to put your financial data "in the cloud" and I may be being sheepish, but.. bbaaaa, bbaaaaa, the cloud is where it's going.  I know first-hand want a pain in the arse it is to customize an app to your liking.  I spent several hours on Mint.com setting up categories and tagging transactions.  It's tedious. I didn't look because I wasn't a Quicken user, but perhaps Intuit was nice enough to provide a data conversion path for Mint.com.  It is worth a look.
    My second suggestion is to scour the web for a hack solution.  You can't be the only person who is facing this problem.  Quicken was very popular.  I just bet someone has posted directions or some code for exporting the Quicken 2004 data and manipulating it for something else.
    Good Luck.
    Ellee H.

  • Mail.app and Safari weirdness

    For several months I've noticed 2 instances of Safari appearing while command tabbing to shut down applications. One is 1.2.3 and the other is 1.3.1. I tracked the older version to a duplicate of my Applications Folder that I put on another drive a couple of years ago. But I didn't know what was launching it.
    So I put it in the trash. Tonight while going through my mail using Mail.app, I clicked on a link in an email and up popped a dialog box saying"No application can be found to open this URL." So I'm assuming that Mail is somehow linked to the older Safari even though the newer version was running when I clicked the link.
    Anybody else experience this? Any ideas for a fix?
    G4 Quicksilver 933   Mac OS X (10.3.9)  
    G4 Quicksilver 933   Mac OS X (10.3.8)  

    If you have an html document, you could try Command-i in Finder to bring up the info window and in the "open with" drop down go to other, then navigate to your Safari app and select it. Then click change all before closing the window.
    I looked in mail's preferences file, but can't see anything that would cause it to latch on to the old version. If you click a link elsewhere (web page, word document ...) what browser is used?
    AK

  • Java and c++ on mac OS X

    Hi
    I need to access from java to c++ code on mac OS X.
    How do I define the methos in the java code and in c++ code?
    Is it the same way like with PC?
    Can anyone give me a short example of how can i do it?
    Do you know good links with good examples about this issue?
    Thanks very much

    Check out
    http://www.onjava.com/pub/a/onjava/2003/10/08/macosxjava.html
    Good Luck
    Lee

  • FYI -- Tab Index and Safari 4 (Mac)

    I finished building a website recently and had incorporated Tab Sets on a few different pages.  Additionally some Accordion Sets as well.  Didn't think anything of it and finished off the project - let the site go live and haven't thought much about it since - except to tweak a few things and make some minor edits at the request of the client.
    One thing I had noticed repeatedly during the last half of the project as I was testing was all of a sudden this semi-translucent - grey - maybe 6px thick border would appear every time I clicked on a Tab or Accordion Tab (see screenshot below - No - the project was not for IHOP - just an example to show).  During this time the Safari 4 Beta had come out and I had grabbed a copy to play with.  Lots of interesting stuff in the Beta and several things I have noticed there and in the Final release.  For one thing Safari 4 Beta/ Final both handle Color Profiles different than Safari 3 or FF 2.x and 3.x.  I had this muted green background image (PNG file) that would show up fine in FF or Safari 3 but Safari 4 Beta/ Final both had it showing up as this bright Lime-green color.  Even IE 7 had it showing correctly - and Explorer doesn't typically play nice with PNGs - even version 7.
    Anyway - back to the Tabs.  That prompted me to pay more attention to the differences in the versions.  At first - I thought it might simply be some testing mechanism in the Beta.  As it was also showing up in the WebKit Nightlies (look it up).  But when Safari 4 Final was released this same grey box surrounding the Tabs/ Accordion Panels was still there.  It was bothering me but I had more important things to tend to.
    Tonight - I was testing something unorthodox with Tabbed Panels (no dirty thoughts) - just trying something out a client had mentioned they'd like done with their site.  Leave it to a random client to ask for the impossible and expect it to happen.  Yay!  Well as I was testing stuff out there this grey border/ box was again.  I went out to Adobe's Site - Apple's Site - Yahoo - and a couple of other big names that I knew had some form of Tabbed Paneling.  Their websites weren't doing it.  Well - I couldn't vouch for anyone other than Adobe using the SPRY Framework and wondered why Adobe had no problem getting rid of this grey border but I couldn't.
    The main site code was a little chaotic  to start with - knew this from previous experience - so I jumped to the Labs and looked at the Tabbed Panels Samples:
    http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm
    Very interesting results.  I found that some of the examples were showing the grey border while other were not - on the same sample page.  Much easier than the main site as the code on the Labs Sample pages is straight forward and there for everyone to use.
    Turns out it's the tabindex="0" element that gets listed along with the TabbedPanelsTab Class in the Tabbed Panels or the main Accordion DIV.  I don't know whether there is a way to disable this or not - but it's what was default when I built my pages and inserted the SPRY Frameworks.  And with a simple "Search and Replace" - it goes away rather easily.  Once I figured that out - it was gone and that makes me like my client's new site just a little bit more.
    Anyway - thought I'd share. I'm not following up on this or tracking it or whatever this forum has to do that sort of stuff with - like I said just an FYI (on the fly).  The TabIndex element is good for Compliancy and Accessibility stuff - so it's nothing to totally kick to the curb.  And I'll probably have to later go back and figure out a balance between the annoying grey border and compliancy demands at some point in the future - but I'll jump off that bridge when I get there.
    Later!

    The border that you are referring to is called the outline. It usually helps the users to identify where they have clicked.
    You can simply delete the outline by adding the following to affecting css selector in your style sheet:
    outline:none;

  • Problem with Java and safari with 10.6.8

    Everytime I try to load a game from Pogo.com the window that actually loads the Java, closes before the actual game can be loaded. Safari isn't crashing.... Its just closing the window. There's no error report or anything. Any ideas?
    Java is enabled. Data has been cleared in Java preferences.

    I just got off phone with AppleCare about same issue. Here is how to fix:
    How to reinstall Java for 10.6.8:
    - Go to:  /System/Library/Java/Support/CoreDeploy.bundle/Contents
    -  Move: javaAppletPlugin.plugin to the trash
    -  Run update   ---   Found at: http://support.apple.com/kb/DL1573
    -  Reset safari
    -  Empty cache

  • PDF visibility issue in Firefox and Safari on MAC

    Hi Guys,
    I am using iframe to embed pdf in html:-
    <iframe visible="true" id="ipdf" src="pdf/filename.pdf" height="600" width="665" runat="server" frameborder="0" scrolling="auto" allowtransparency="true"> </iframe>
    My problem is in some browsers it asks the user to install Missing plugins and nothing happens.
    Is it possible to deteact and install pdf reader plugin just like in flash.
    Gaurav

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Since upgrading to FF6 and now through FF7 web pages need repeated refreshing to load this does not happen with other browsers. I have tried many solutions. None have worked. Any ideas?

    Problem began after a Firefox 6 update (i do not remember which one) and has continued through current use of Firefox 7.0.1. Almost all '''web pages load only through repeated refreshing'''. If I do not refresh the web page it will just continue to try to load (as seen by the green rotating ring continually revolving) in a new window with a new tab (as I have set it to do). Nothing stops, nothing crashes. Once the web page completes and opens (after the refreshings) I can close the window click on the bookmark icon or originating link and the web page will load and open quickly (as it should). I have searched for solutions on the Mozilla site and have done many of the possible solutions (deleting history and caches, etc.) Problem seems to be communication in origin (my FF browser talking to web page server). I do not use a proxy. My set up to the internet is: laptop thru Verizon USB modem to internet. Operates as a wireless dial-up with speeds averaging 55 kbs (fast enough for me). I have used this set up for years with no previous trouble. Anyone have similar trouble, ideas or solutions?

    Thanks for your reply cor-el. I had never heard of nor seen the pref network.http.max-connections until I read about it in some of the replies in this support forum. People were saying 256 was the old setting and a new setting of 48 would correct my problem. When I followed the instructions to get to - see - and change the setting I discovered that my network.http.max-connections was already set to 48. I never did this. The only way I can think of that this setting was changed is that it happened by an automatic update to my Firefox browser. So, the problem I have was probably happening while this setting was at 48 all along. It is still set at 48 and I am still having the same problem. I will try as you suggest and set it to 30 and see what happens. I'll let you know the results. That's again for your response.

  • Mozilla will not allow me to update flash player and java and keeps saying 'oops crashed' i need to uninstall it but nothing works

    Please help me uninstall mozilla. I downloaded it ages ago but didn't use it. I have Vista 32 bit computer. Every time I try to update java or flash a box pops up from mozilla to say it's crashed and wont let me update.

    I would have preferred to help you get Mozilla Firefox working, although I will admit that Firefox is currently having some problems with FlashPlayer on Windows. Note by the way that FlashPlayer for Internet Explore is a completely different installation.
    Instructions for uninstalling Mozilla Firefox are here:
    * [[Uninstall Firefox from your computer]]
    If you have not used Firefox you will have no saved passwords or bookmarks to worry about, but most users would normally wish to transfer these where possible to another computer if so see
    * [[Export bookmarks to Internet Explorer]]
    *also this list of help articles [/products/firefox/download-and-install]
    I have not attempted to provide a solution to crashes, but there are several help articles on that, and on Flash issues and java.

  • I want to get an app on the app store and it says mac OS x needs to be updated and software update doesn't have any updates

    can u please help me

    Restart the computer.
    BTW please advise what version of OS X is installed. Also in the App Store click Quick Links - Support and you can find help for the App Store there.

Maybe you are looking for

  • Jtree: "check if tree node is a folder"  not wrkin

    Hi, I have a JTree and If a folder does not has any file, it displays as file not folder. Is there any way to fix it. I want to represent an empty folder as folder not file. here is the code. Thanks for help. if(!f.isDirectory()) {      System.out.pr

  • Error during production order released

    The profile selected for the  capacity availability is not suitable error comes during po released. Pls tell me how to resolve it

  • Resource cannot be displayed with XMLResourceRenderer

    Hi all. I have a NW04s Portal (version 7.0 SP10). I have imported the Common Parts, Maintenance Technician and Best Practices for Enterprise Portal Business Packages. I am testing the Portal role eu_role and for that I've created some news into the K

  • HTML embedded servlet

    Hi, I am after some advice on Servlets. I have a web site running on Microsoft IIS 5.0. :( I need to write a HTML page that shows some static text (no problems here) and connects to an Oracle database that holds some images broken up into 2K chunks.

  • Authorize a computer to back up my iPhone?

    How do I authorize a computer to back up my iPhone?