active questions tagged safari - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T00:30:01Zhttp://stackoverflow.com/feeds/tag/safarihttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1846179/float-issue-with-jquery-javascript-and-webkit0 Float issue with jQuery/javascript and WebKit Robin Jakobsson2009-12-04T10:43:35Z2009-12-04T23:52:39Z
<p>Hi,</p>
<p>I'm having a problem related to WebKit:
<a href="http://demo.frojd.se/webkit/index.html" rel="nofollow">http://demo.frojd.se/webkit/index.html</a></p>
<p>When you click "Menu item 1" it shows it's children.
This renders fine in Firefox 3.5, IE8 and in Opera 10.
In WebKit-browsers (Safari 4 and Chrome 3) it doesn't.</p>
<p>However, if I preset all the different classes and css-settings in the
html, it renders correctly (without the javascript click events). I've got an URL to show you, but can't since this is my first post.</p>
<p>Any ideas on why this might be?</p>
<p>Cheers,
Robin. </p>
http://stackoverflow.com/questions/1849137/safari-conditional-css0Safari Conditional CSSElliott2009-12-04T19:30:11Z2009-12-04T19:53:15Z
<p>How can I add css to be only read by safari? bascially a div needs moving 5pixels to the left, as it shows fine on ff/ie etc</p>
<p>Thanks</p>
<p>EDIT - added code</p>
<p>code:</p>
<pre><code>#subheading
{
background-color: #004376;
color: #ffffff;
height: 25px;
padding: 10px;
margin: 0 933px;
margin-top: -25px;
width: 761px;
}
</code></pre>
http://stackoverflow.com/questions/1848390/safari-ignoring-tabindex0Safari ignoring tabindexDhana2009-12-04T17:14:45Z2009-12-04T17:14:45Z
<p>I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002. The second textbox has a tabindex of 1003.</p>
<p>When I press tab, the tabindex works fine in all browsers except for Safari, where it immediately moves from the first textbox to the second textbox although the tabindex has been set properly. Any ideas on how to prevent this issue?</p>
http://stackoverflow.com/questions/1691873/safari-chrome-webkit-cannot-hide-iframe-vertical-scrollbar1Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbarBrainCore2009-11-07T03:26:20Z2009-12-04T17:04:28Z
<p>Hello,</p>
<p>I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the frame will not need any scrollbars to display the contained webpage. On Firefox and IE this works great, there is no scrollbar since I use <iframe ... scrolling="no"></iframe>. However, on webkit browsers (Safari and Chrome), the vertical scrollbar persists even when there is sufficient room for the page without the scrollbar (the scrollbar is grayed out). How do I hide the scrollbar for webkit browsers?</p>
<p>Thanks,</p>
<p>Ken</p>
http://stackoverflow.com/questions/1846341/localhost-working-127-0-0-1-broken-in-safari0localhost working 127.0.0.1 broken in Safaricodebox_rob2009-12-04T11:18:11Z2009-12-04T11:22:12Z
<p>I'm running an http server on a non-standard port on a Mac Powerbook G4 running OSX 10.5.8 and attempting to open a page in Safari 4.0.4. When I use the IP address 127.0.0.1 in the url Safari shows an error:</p>
<blockquote>
<p>Safari can’t open the page “<a href="http://12.34.56.78/" rel="nofollow">http://12.34.56.78/</a>” because the server where this page is located isn’t responding</p>
</blockquote>
<p>where the IP address is the external IP of the machine, so somehow Safari translates 127.0.0.1 to my internet-facing IP. When I use the alias 'localhost' in the URL it works as expected and shows the page.</p>
<p>The /etc/hosts file is as follows:</p>
<pre><code>127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
</code></pre>
<p>Any ideas what might be happening here?</p>
http://stackoverflow.com/questions/1825599/testing-web-application-on-mac-safari-when-i-dont-own-a-mac2Testing web application on Mac/Safari when I don't own a MacSimonF2009-12-01T11:33:25Z2009-12-03T11:21:57Z
<p>Having been caught out recently when a web site I launched displayed perfectly on IE, Firefox, Chrome and Safari on Windows but was corrupted when viewed using Safari on the Mac (by a potential customer), I need to start testing how my sites look when viewed on a Mac. </p>
<p>Problem is, I don't own a Mac.</p>
<p>I've tried BrowsrCamp, which claims to provide VNC access to a Mac with lots of browsers installed, but after finding it unreliable (so far, it's worked 1 day in the last 5) I need another solution.</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/1837926/css3-resize-in-webkit-safari0CSS3 Resize in Webkit/Safariarbales2009-12-03T05:54:03Z2009-12-03T06:22:58Z
<p>I'm attempting to use CSS3's <code>resize</code> to make an absolutely positioned div resizable in Safari and Firefox Beta. No matter what I do I can't seem to make it work – are there situations that <code>resize</code> cannot be used?</p>
http://stackoverflow.com/questions/1831734/iphone-web-app-disable-cache1iPhone Web App disable cacheBenoit2009-12-02T09:29:29Z2009-12-02T18:38:51Z
<p>Hi,</p>
<p>I have an built an iPhone webapp using PHP. The main (and only) page includes the <em>apple-mobile-web-app-capable</em> and <em>apple-touch-fullscreen</em> meta tags so that it can run fullscreen once added the the homescreen. However, it seems every time I launch the app from the homescreen, the cache version of the page is used instead of refreshing the page (and of course, I need the page to be updated on startup, and cannot use Ajax here - need to dynamically authenticate the user with SSO phpCAS). I did not use any manifest file and tried adding meta tags about cache without success. Does anybody know how to fix this?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1830080/jquery-scrolltop-doesnt-seem-to-work-in-safari-or-chrome-windows1jQuery scrollTop() doesn't seem to work in Safari or Chrome (Windows)Pointy2009-12-02T01:14:49Z2009-12-02T01:34:05Z
<p>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:</p>
<pre><code>var target = /* code */;
target.offsetParent().scrollTop(target.offset().top - fudgeValue);
</code></pre>
<p>The target of the scroll and the fudge value are determined by a couple of hints dropped on the page, and I'm having no problems with that part of this mechanism anywhere. In Firefox and IE8, the above code works exactly like I want: the scrolled box (in this case, the page body) correctly scrolls the contained stuff to the right point in the window when it's told to do so.</p>
<p>In Chrome and Safari, however, the call to scrollTop() apparently does nothing at all. All the numbers are OK, and the target refers to the right thing (and the offsetParent() is indeed the body element), but nothing at all happens. As far as I can tell from googling around, this is supposed to work. Is there something funny about the renderer under Safari and Chrome?</p>
<p>This is jQuery 1.3.2 if that matters.</p>
<p>Test page: <a href="http://gutfullofbeer.net/scrolltop.html" rel="nofollow">http://gutfullofbeer.net/scrolltop.html</a></p>
http://stackoverflow.com/questions/1829273/force-safari-form-autofill-entry-when-using-javascript-to-prevent-the-forms-subm0Force Safari form AutoFill entry when using JavaScript to prevent the form's submitEric Ferraiuolo2009-12-01T22:06:01Z2009-12-01T22:06:01Z
<p><strong>I want Safari's form AutoFill feature to work on the forms in my web app.</strong> All of our <strong>form's submit events are prevented</strong> and instead we <strong>send data to the server via XHR (Ajax) POST</strong>.</p>
<p>The problem is, Safari's default for creating a new entry in it's AutoFill (autocomplete) "database" <em>requires</em> the form's submit event to fire <em>and</em> bubble all the way up. From my testing this is what I concluded and works for form GET and POST methods.</p>
<p>This issue is <em>not</em> present in Firefox; all of our forms retain the previous values that were "submitted" for each field. This is the desired behavior we want in Safari.</p>
<p>In our app a user will fill in the same form multiple times over multiple sessions. In some cases it would be useful for the browser to autocomplete (AutoFill in Safari's case) these fields for the user based on their previously submitted values.</p>
<p>I was wondering if anyone else has ran into this issue with Safari? And better yet if they have a solution (even if Safari-specific) to tell (or force) Safari to save form-field values into it's AutoFill database even if the form's submit event is prevented?</p>
<p>I've tried preventDefault() higher-up in the DOM, letting the submit event bubble-up to the form's parent DOM node; no difference in behavior. It's possible this is just a bug in Safari…</p>
http://stackoverflow.com/questions/1827321/disable-slow-script-dialog-in-safari-while-debugging-javascript0Disable "Slow script" dialog in Safari while debugging javascript?db2009-12-01T16:29:25Z2009-12-01T16:33:39Z
<p>I'm using the built-in javascript debugger in Safari 4 on Windows (the WebKit Web Inspector), but when I'm stepping through code I keep getting the "Slow Script" dialog pestering me to abort/continue the script every few seconds. This is irritating.</p>
<p>Is there a way to turn this off or otherwise prevent it from prompting me every few seconds?</p>
http://stackoverflow.com/questions/262158/disabled-input-text-color4Disabled input text colorIncidently2008-11-04T15:26:50Z2009-12-01T15:34:42Z
<p>Hi</p>
<p>The simple HTML below displays differently in Firefox and WebKit-based browsers (I checked in Safari, Chrome and iPhone). </p>
<p>In Firefox both border and text have the same color (#880000), but in Safari the text gets a bit lighter (as if it had some transparency applied to it). </p>
<p>Can I somehow fix this (remove this transparency in Safari)?</p>
<p><strong>UPDATE:</strong><br />
Thank you for your answers. I don't need this for my work anymore (instead of disabling, I'm replacing input elements with styled div elements), but I'm still curious why this happens and if there is any way to control this behaviour ...</p>
<pre><code><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
input:disabled{
border:solid 1px #880000;
background-color:#ffffff;
color:#880000;
}
</style>
</head>
<body>
<form action="">
<input type="text" value="disabled input box" disabled="disabled"/>
</form>
</body>
</html>
</code></pre>
http://stackoverflow.com/questions/1170262/jcarousel-lite-not-showing-up-on-page-load-in-safari-and-chrome0Jcarousel lite not showing up on page load in safari and chromeJeremy 2009-07-23T07:45:49Z2009-12-01T00:39:41Z
<p>I have this plug-in in use on my home page which is running on WAMP. It works great in every browser except Safari and Google Chrome. In those browsers the carousel doesn’t show up when I first load the page, nor when I hit reload. When I navigate to the home page via the on page navigation link then it shows up. Any ideas what could be causing this?</p>
<p>Thanks,
Jeremy</p>
http://stackoverflow.com/questions/889967/jquery-load-call-doesnt-execute-javascript-in-loaded-html-file3jQuery .load() call doesn't execute javascript in loaded html fileMike2009-05-20T20:07:50Z2009-11-30T22:35:03Z
<p>This seems to be a problem related to Safari only. I've tried 4 on mac and 3 on windows and am still having no luck.</p>
<p>What I'm trying to do is load an external html file and have the Javascript that is embedded execute.</p>
<p>The code I'm trying to use is this:</p>
<pre><code>$("#myBtn").click(function() {
$("#myDiv").load("trackingCode.html");
});
</code></pre>
<p>trackingCode.html looks like this (simple now, but will expand once/if I get this working):</p>
<pre><code><html>
<head>
<title>Tracking HTML File</title>
<script language="javascript" type="text/javascript">
alert("outside the jQuery ready");
$(function() {
alert("inside the jQuery ready");
});
</script>
</head>
<body>
</body>
</html>
</code></pre>
<p>I'm seeing both alert messages in IE (6 & 7) and Firefox (2 & 3). However, I am not able to see the messages in Safari (the last browser that I need to be concerned with - project requirements - please no flame wars).</p>
<p>Any thoughts on why Safari is ignoring the Javascript in the trackingCode.html file?</p>
<p>Eventually I'd like to be able to pass Javascript objects to this trackingCode.html file to be used within the jQuery ready call, but I'd like to make sure this is possible in all browsers before I go down that road.</p>
<p>Thanks for your help!</p>
http://stackoverflow.com/questions/1817146/js-fancybox-and-safari-issue-cannot-quit-the-modal-dialog-in-safari0js fancybox and safari issue: cannot quit the modal dialog in safari!boog2009-11-29T23:32:40Z2009-11-30T05:16:06Z
<p>functions fine in every other browser but safari.
selector is for a.class, in my case: $("a.nav")</p>
<p>When I do <code><a class="nav" href=page.html><img src=icon.png/></a></code>, it becomes not possible to close out of the modal dialog by clicking outside of the dialog or clicking the x icon.
what is my problem?</p>
<p>thanks in advance</p>
http://stackoverflow.com/questions/1800213/are-transactions-possible-with-html5-storage-in-safari0Are transactions possible with HTML5 Storage in SafariSKFox2009-11-25T21:53:43Z2009-11-29T21:15:26Z
<p>Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the data in "BEGIN TRANSACTION" / "COMMIT TRANSACTION" and pass that to the database system in a single call? Looping 1,000+ statements takes too much time.</p>
<p><b>Currently iterating one transaction at a time:</b></p>
<pre>
$j.getJSON("update1.json",
function(data){
$j.each(data, function(i,item){
testDB.transaction(
function (transaction) {
transaction.executeSql(data[i], [], nullDataHandler, errorHandler);
}
);
});
});
</pre>
<p><b>Trying to figure out how to make just one call:</b></p>
<pre>
$j.getJSON("update1.json",
function(data){
testDB.transaction(
function (transaction) {
transaction.executeSql(data, [], nullDataHandler, errorHandler);
}
);
});
</pre>
<p>Has anybody tried this yet and succeeded? </p>
http://stackoverflow.com/questions/1813727/safari-javascript-issue1Safari Javascript IssueBrian Stinar2009-11-28T20:37:43Z2009-11-28T23:35:56Z
<p>Hello,</p>
<p>I am currently working on a Javascript program for my company (Leader Technologies) that is used to register products for Logitech. The URL for that is :
<a href="http://wwwtest.onlineregister.com/logitechreg/" rel="nofollow">http://wwwtest.onlineregister.com/logitechreg/</a></p>
<p>My program looks totally fine on everything single web browser (including IE 6) that I have tried except Safari 4. On Safari 4, after a location, language and product category have been selected, when the actual product menu is clicked (id=WHPR), the div responsible for displaying the product is shown, but the drop-down selections are still visible. On all other browsers, the drop-down and the possible selections inside it in hidden (which is the intended behavior.)</p>
<p>Directly, my question is can I hid this drop-down successfully in Safari 4 WITHOUT completely emptying out the drop down and then repopulating it with only the selected value? I would rather not do this if at all possible, but if it's the only way to accomplish my goal then I can change the site additionally. </p>
<p>I believe the problem is where I set the listeners on the <code><select> </code>: </p>
<p><code><select id="WHPR" class="ui-formulate-ignore" style="width: 280px; visibility: visible;" onchange="whprChanged(this);" onfocus="displaySelector(form, document.getElementById('WHPR')); document.getElementById('imageHolder').focus(); this.blur();" name="WHPR"></code></p>
<p>Thank you all very much for taking the time to help me. I really appreciate all the help available on this site. </p>
<p>-Brian J. Stinar-</p>
http://stackoverflow.com/questions/1804086/fbjs-setinnerfbml-does-not-work-in-safari0fbjs setInnerFBML does not work in Safariuji2009-11-26T14:45:35Z2009-11-27T17:06:17Z
<p>Hi I am having problems using fbjs and creating a div dynamically and then using appendChild to append it to an existing div.</p>
<p>heres an example:</p>
<pre><code>var count = 0;
function addDiv(){
var theDiv = document.createElement('div');
theDiv.setId(count);
theDiv.setInnerFBML('some html here');
count++;
document.getElementById('someExistingDiv').appendChild(theDiv);
}
</code></pre>
<p>can anyone please tell me whats wrong or if there are any issue with appendChild inSafari when using setInnerFBML. This works perfectly fine when using setTextValue.</p>
<p>P.S It works it Firefox but not in Safari (Safari 4.0.3 to be specific)</p>
<p>Thanks</p>
<p>UPDATE: </p>
<p>it worked on the first div appended and failed after</p>
http://stackoverflow.com/questions/1806276/why-doesnt-my-javascript-xml-processing-code-work-in-safari1Why doesn't my JavaScript XML processing code work in Safari?pepelucaz2009-11-27T00:34:39Z2009-11-27T07:09:26Z
<p>I use the following code to open an XML document. It works in Firefox and IE, but fails in Safari. Any idea why?</p>
<pre><code>function crearObjetoXML(archivoXML){
//--- IE.
if(window.ActiveXObject){
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.load(archivoXML);
parsearXML();
//--- FF.
}else if(document.implementation && document.implementation.createDocument){
xmlDoc = document.implementation.createDocument("","",null);
xmlDoc.load(archivoXML);
xmlDoc.onload = parsearXML;
}else{
alert ('Su navegador no puede soportar este script');
}
}
function parsearXML(){
numrows = xmlDoc.getElementsByTagName('advertise')[0].childNodes.length;
lnks1 = new Array(numrows);
for (var i=0;i<=numrows-1;i++)
{
lnks1[i] = xmlDoc.getElementsByTagName('advertise')[0].getElementsByTagName('item')[i].getAttribute('link');
}
}
crearObjetoXML('../imagerotatorxml.php');
</code></pre>
http://stackoverflow.com/questions/1804397/window-location-hash-at-safari-4-0-4-doesnt-increase-the-history-length0window.location.hash at Safari 4.0.4 doesn't increase the history.lengthTamir2009-11-26T15:40:55Z2009-11-26T15:50:32Z
<p>I have a javascript error at the Safari 4.0.4 browser.
I'm using AJAX navigation for the browser, in order to navigate between the result of my AJAX request, but the problem is that sometimes (i couldn't found the exact reasone) the history.lenght stays at the same count, instead of increase its value.</p>
<p>Thanx :-)</p>
http://stackoverflow.com/questions/127040/put-text-on-the-clipboard-with-firefox-safari-and-chrome8Put text on the clipboard with FireFox, Safari and ChromeGvS2008-09-24T13:12:57Z2009-11-25T23:04:35Z
<p>In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in FireFox, Safari and/or Chrome?</p>
http://stackoverflow.com/questions/1799065/safari-books-online-mobile-version-1Safari Books Online - Mobile Version.cdpnet2009-11-25T18:38:04Z2009-11-25T18:38:04Z
<p>Hi,</p>
<p>Has anybody read Safari Books online on Zune HD? Or Could someone please try it on their Zune HD...It's m.safaribooksonline.com</p>
<p>I'm considering buying Zune HD to read it, thinking OLED screen might be better.
Or iPod Touch is a better choice?</p>
<p>One more question... Is there any cheaper way to get this subscription? I'm good with limited no. of books per given time.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1796549/bug-in-mobile-safari-regarding-html-link0Bug in Mobile Safari regarding HTML LINKSander de Jong2009-11-25T12:15:55Z2009-11-25T13:16:56Z
<p>My native iPhone app displays HTML files using UIWebView. These HTML files are stored locally on the iPhone (they ship with the app).</p>
<p>Now I'm also trying to use a central CSS file in the HTML files, using something like:
<code><link href="../../stylesheet.css" rel="stylesheet" type="text/css"></code></p>
<p>In Safari, this works, the HTML files look OK.
In Mobile Safari (both on the simulator and a real device) this does not work: no CSS file found.
So I tried the following:
Store the CSS file in the same directory as the HTML file (plus different LINK of course): no problem.
Store the CSS file one directory higher: no problem, works in both Safari and mobile Safari.
Store the CSS file one directory higher: does not work in mobile Safari, but no problem in Safari.
What gives? In <code>../..</code> are various other directories that I created and use.
Note: <code>../..</code> points to a directory that is an immediate subdirectory of the bundle. <code>../..</code> does not try to go into the bundle directory.</p>
<p>Any ideas? Anyone who saw me demonstrate this was also baffled.</p>
http://stackoverflow.com/questions/1788881/js-compatibility-problem-with-safari0JS : Compatibility problem with SafariR4PaSs2009-11-24T09:19:01Z2009-11-24T15:43:11Z
<p>Hi,</p>
<p>I have a small portion of code which works well on FF but I can't seem to get it to work on Safari unless I put an alert instruction anywhere inside of the whiles.</p>
<p>Anyone knows what may be the problem ?</p>
<pre><code> var liste_ele = document.getElementsByClassName('accordion_content');
i=0;
while(i<liste_ele.length)
{
var j=0;
var liste_sel = liste_ele[i].getElementsByTagName('select');
while(j<liste_sel.length)
{
liste_sel[j].style.visibility = '';
j++;
}
i++;
}
</code></pre>
http://stackoverflow.com/questions/1781681/safari-displaying-the-binary-code-instead-of-downloading-adobe-air-application0Safari displaying the binary code instead of downloading Adobe air application. Varun2009-11-23T07:55:25Z2009-11-23T08:09:41Z
<p>I'm using Adobe Air 1.5 with Safari 4.0.3 on Mac OS Snow Leopard. When the browser attempts to download the Air file, binary code is displayed in the browser instead of downloading the Air application. Firefox has no problems downloading this Air application for either the Mac or the PC.
Also safari on windows correctly downloads the binary</p>
http://stackoverflow.com/questions/1682520/css-how-to-increase-the-size-of-a-osx-submit-button0CSS: How to increase the size of a OSX submit buttonTedH2009-11-05T18:17:13Z2009-11-23T05:46:38Z
<p><strong>How do I increase the native FORM submit button size for OSX-Safari?</strong></p>
<p>I want to keep the native look of a <code>FORM</code> submit button for it's respective operating system while also enlarging the size of the submit button. (Meaning, no use of images, custom borders etc..)</p>
<p>Using the following CSS:</p>
<pre><code>input.submitbutton {font-size:150%;}
</code></pre>
<p>On Windows, this increase the submit button size height and width as desired ... regardless of the browser (Safari, Firefox, IE, Chrome).</p>
<p>But on OSX - Safari does not increase the button size at all. The form button size remains the default size.</p>
http://stackoverflow.com/questions/1780368/change-download-file-name-in-cocoahttpserver0Change Download File Name in CocoahttpserverDon2009-11-22T23:11:46Z2009-11-23T00:13:06Z
<p>I'm using cocoahttpserver in an iphone app, but when I try to download it (by clicking a link in the standard demo app), my sqlite file (myDatabase.sqlite) arrives on my Mac Desktop as "Unknown" with no suffix at all. However, when I "Save As..." it provides the name fine. I would prefer it to save the file with the sqlite suffix.</p>
<p>So, it must be the suffix causing the problems????</p>
<p>If this is the problem, I cannot seem to find a way in the classes to download the correct file name BUT then change it when presenting it to the browser (with a suffix like .backup, or .db, or something that works).</p>
<p>Anyone know where in the classes to change the download file name so the browser (Safari) will not call it "unknown"? Thanks.</p>
http://stackoverflow.com/questions/1051868/html5-database-administration-introspection1HTML5 Database administration / introspection?Parand2009-06-27T01:00:57Z2009-11-22T22:52:07Z
<p>I'm playing around with html client side storage and wanted to know if there are any facilities for introspection of the database - is there an equivalent of sqlite ".tables" or ".schema" ?</p>
<p>Also, I'm not seeing my tables show up in AppData\Local\Apple Computer\Safari\LocalStorage . Is there another place tables are stored?</p>
http://stackoverflow.com/questions/1777070/fix-size-of-login-box-in-drupal-theme1Fix Size of Login Box in Drupal ThemeJon2009-11-21T22:58:54Z2009-11-22T04:25:08Z
<p>I've asked this question previously <a href="http://stackoverflow.com/questions/1733251/change-size-of-user-password-login-box">here</a>, and thought it was fixed, however, it is only fixed in firefox. In Safari the login box is now very wide, jutting out over the page contents. <a href="http://jonrwilson.com/safari%5Flogin.png" rel="nofollow">Here is what it looks like in Safari</a>, and <a href="http://jonrwilson.com/firefox%5Flogin.png" rel="nofollow">here is what it looks like in Firefox</a>.</p>
<p>I originally went about fixing it by creating a drupal module which changed the input "size" from 15 or to 43. I put my widerlogin.module <a href="http://drupal.pastebin.com/m5759d96d" rel="nofollow">code up on paste bin here</a>, where a kind person helped me to where I am now. 43 was chosen by adjusting the number with firebug until it looked good, however, in safari there is no firebug, so I don't know what's going on to make it so wide. (it's also messed up on the iphone, presumably because it is safari)</p>
<p>Thanks in advance for your help!
Oh, and the site that all this is happening on is innovatefortomorrow.org if you want to look at it for some reason.</p>
http://stackoverflow.com/questions/1771649/time-interval-chart0Time Interval ChartSandre2009-11-20T16:29:18Z2009-11-20T16:29:18Z
<p>I have an access database that is fed through an attendnace form. This is an example of what the database looks like: Clients name Time In Time Out. I would like to do a chart that counts the number of clients that are present in crements of 30 minutes. How can i go about this?</p>