0
votes
1answer
24 views
Is is possible interact with Safari on the iPhone, beyond just opening a URL?
Is there an API or something similar for interacting with Safari on the iPhone? For instance, is it possible to create or read bookmarks?
0
votes
2answers
73 views
CSS menu issue in Safari and Chrome. Submenu disappears on hover unless you’re really fast!
When you hover over the top level links, the submenu appears as it should, but when you move the cursor down over the sub menu, it disappears sometime immediately and sometimes after the 3rd or 4th …
0
votes
1answer
28 views
JQuery SimpleModal crashing on close in windows w/ safari
I'm leveraging SimpleModal on a small thing I'm working on to open an iFrame and later close it. Says to post here if having issues so here I am.
I'm having issues with the simple modal plug-in for …
0
votes
3answers
41 views
How to force a page refresh while pressing the back button in MAC safari
I have two aspx pages(A,B) created using ASP.NET MVC . In the file A i have a few check boxes and textboxes.
When i move to page B and try to navigate to page A by pressing the browser back button(in …
0
votes
1answer
32 views
Webkit browsers pushing a bullet to the right.
The website that I'm currently working on is having a few issues with Webkit browsers (Chrome, Safari, etc.)
One of those issues is that I have a bullet list that is displaying strange.
The top bullet …
0
votes
3answers
52 views
what version of safari is the iphone os using? (as of 12/14/2009)
What version of Safari is on the iphone now? Is it Safari 4? Safari 3? 2? Something in between? In other words, when I'm writing code for the iphone, which version of Safari for the pc/mac will …
1
vote
1answer
26 views
Alt text showing in IE and firefox but not in safari?
Why Alt text not showing in Safari ?
http://gregory.pakosz.fr/stackoverflow/homework.html
0
votes
2answers
37 views
styling XML (not HTML) with javascript & css after rendering in browser
Hi, I'm using a webkit browser (safari), so this question is specific to webkit.
I have safari rendering an XML document (it's not HTML). In order to style certain sections of the document, I've …
0
votes
1answer
39 views
element.style.setAttribute() vs. element.attribute = ‘’
In javascript is there any difference between using
element.style.setAttribute('width', '150px');
and
element.style.width = '150px';
?
I have seen that keywords won't work with the first way …
0
votes
0answers
39 views
iPhone: how to get safari to recognize a vcard?
I'm trying to create a QR code so that iPhone users can import my address book information. I'm doing this by:
putting a VCF (vcard) file on my web server
creating a QR image that contains this …
1
vote
3answers
134 views
jQuery scrollTop() doesn’t seem to work in Safari or Chrome (Windows)
I've got a simple setup to allow a "help"-style window to be loaded and scrolled to a particular point on the page. More or less the code looks like this:
var target = /* code */;
…
0
votes
1answer
37 views
How to check JRE version in safari using java script
Hi I found lots of help for a javascript function which will check JRE version . It worked fine in Internet Explorer. But I am using Mac Operating system and I have Safari. The same examples did not …
0
votes
1answer
26 views
jQuery validation plugin - not setting focus in Webkit browsers
Hi all,
Hope you can help.. am using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ in an ASP.NET MVC project on an address entry form.
I'm really trying to find out whether there is …
0
votes
2answers
63 views
Float issue with jQuery/javascript and WebKit
Hi,
I'm having a problem related to WebKit:
http://demo.frojd.se/webkit/index.html
When you click "Menu item 1" it shows it's children.
This renders fine in Firefox 3.5, IE8 and in Opera 10.
In …
0
votes
1answer
15 views
Workaround for currentStyle in Safari
Accessing an html element's current style using Element.currentStyle only exists in IE. Is there any easy workaround for Safari or other non-IE browsers?
