safari

JQuery UI Accordion Glitch

Hey everyone, I'm working with JQuery UI 1.6rc5 and I'm having a bit of trouble using an accordion widget. Here's the code I'm using. <script> $(document).ready(function(){ $('#find-panel').accordion({ header:"h3", autoHeight:true, alwaysOpen: false, }); }); </script> <div id="find-panel" class="ui-accordion" ...

Does jquery work on the iphone´s safari?

I am working on a web-site where I use the slimbox2 plug-in (similar to lightbox) for jquery to generate photo enlargements. The plugin works in every browser I have tried except for Safari on the iPhone. It does work as expected on Safari for Windows but on the iphone there are two problems: The darkening of the rest of the page only...

Images do not load on website in Safari (Mac 10.4)

I'm having trouble with a website of ours that is not displaying images on Mac Safari The exact same website is on a dedicated server and works fine. When we moved it to a load balanced environment the images stop working only in Mac Safari, but still works in all other browsers including windows safari, and Firefox on the mac that had ...

Chrome/Safari ignoring my reset rules?

link text In Safari/Chrome it has extra spacing on the left/top of ol's, blockquotes and other elements. I can't isolate this, however when I look in the web inspector in Safari, its picking up a margin-left: of 26px on some elements. I have not specified any such rules, so is this a bug in Web inspector? Can someone enlighten me as t...

Can an iPhone xcode application read cookies previously stored by Safari Mobile?

Can an iPhone application read cookies previously stored by Safari Mobile? ...

Creating a combo box for the iPhone

Since there is no pre-existing component for creating a combobox (or select box) as seen on webpages through Safari, can someone provide an example or pre-existing 3rd party component of creating one? ...

Global console object in Safari/Chrome being reset.

I'm working on a jQuery plugin and am trying to make a uniform, cross-browser console object for debugging. The plugin will utilize Firebug or FirebugLite but also allows the user to choose the browser's native console object, if available. For Safari/Chrome, the console methods accept only 1 argument, while the Firebug console API (whic...

Scrolling a page using location.hash in Safari

I have a forum page that displays a tree view of messages below the currently selected message. When you click on a message in the tree the new message body is loaded into a div near the top of the page using AJAX and then the following code is run: window.location.hash = "page_top"; Of course "page_top" is an anchor element near the ...

How to access programmatically to a style sheet in webkit engine (Chrome/Safari)

In IE with document.getElementById("css_id").styleSheet or in Firefox document.getElementById("css_id").sheet I've a style sheet object to manipulate but in Chrome and Safari browser that property there is not. How can I get that object? Thanks ...

Safari centers the text in my website when firefox, IE left-align it. Easy fix?

I've run into a weird quirk. The website I'm building for Escondido Arts Gallery has all of it's text in each element left-aligned in firefox and IE, but for some reason everything is center aligned in Safari. Is there one simple css or html fix I can do to fix this, or am I going to have to 'text-align: left' every element? ...

scripty (scriptaculous) draggable onEnd not executing in Safari

hey all, i've created a very iphone-y slider element that is both restricted in overall movement horizontally (0-400px and it does not move vertically) and "snaps" to either side of the 400px "container" when it has passed the 200px mark and the drag has ended. It works perfect in firefox. In Safari, the onEnd function that positions th...

Amazon S3 temporary URL to image works in IE and Firefox but not Safari

I'm using Amazon S3 to host images. The S3 bucket is private, so I generate a temporary URL (using Right AWS) with a 5-minute expiry to allow the image to be rendered. The URL looks like this (note: URL below will not work): https://mybucket.s3.amazonaws.com:443/attachments%2F30%2Fsmall.png?Signature=J%2BXzQd95myCNv0Re8arMhuTFSvk%3D&...

Safari3 and Safari4 side by side

I've just read about the release of Safari4 (beta) and its much improved Javascript engine. I was planning to start playing with it, but I am wondering if anybody knows if both Safary 3 and Safari 4 can be run side by side. ...

Hiding textarea resize handle in Safari

I'm using textarea components in my application, and I control their height dynamically. As the user types, the height is increased whenever there is enough text. This works fine on IE, Firefox, and Safari. However, in Safari, there is a "handle" tool in the lower right that allows user to resize the textarea by clicking and dragging. ...

iPhone web applications and specific input types

I remember seeing a tutorial a while back on this but am unable to re-Google it. Supposedly there is a way to get Safari on the iPhone to give keyboards other than the default. It went something along the lines of this, where certain keywords in the input name attribute triggered it... This would give the default keyboard: <input type...

Object Focus problem with Safari and Chrome browsers

I have the following javascript being called to request a focus when page is loaded. This code works 100% OK with Firefox and IE7, but Chrome and Safari do not seem to move the focus at all. How to make it work with all browsers? document.getElementById("MyFlashFile").focus(); ...

CSS not working in IE?

Been working on this site for some time now, works perfectly on Mac and PC Firefox, as well as Safari. However, IE is making the site almost blank - any ideas on what is going on? Any workarounds? Thank you in advance for your help! http://www.alliedprintingsolutions.com http://www.alliedprintingsolutions.com/style.css (Stylesheet) ...

problem with frameset in Safari.

Hi All, I am facing one problem with Frames . when i am trying to redirect one page from the another framset then its giving "Undefined" error . Let say i have a frameset which i have divide into 2 horizontal frame, and again the lower the frame, i have again divide into 2 vertical frmaes and now i want to reload the right side of fra...

How could be HTML markup working in Safari and not working in Chrome

The problem is on my blog - blog.dynback.com. Right panel goes down in Chrome, and stayed normal in all other browsers including Safari 4. And without Firebug its hard to find where is the problem. ...

drawImage in Java applet flickers in Safari

I'm having a flicker problem in a Java applet in Safari (Mac). However, it's not the usual double buffering problem. I have isolated it down to one single drawImage call (no redundant repaint, no clear is called), which gives a white flicker before painting the image but not on every repaint. In fact, I measured the duration of the draw...