Javascript doesnt display correctly in Safari 1.3.2

I'm a fledgling web designer, and developed a site for an artist. An associate of mine provided me with a php script for a thumbnail viewer, with a scrollbar on the left for viewing the thumbnails -- when you click on a tn, the image appears larger in the viewer window.
Safari 1.3.2 makes the thumbnails run off the bottom of the page and enlarges the viewer module instead of displaying the scrollbar. (As luck would have it, that's the browser my client uses.)
Is there a fix that will make Safari 1.3.2 display my viewer correctly?

Hi,
Firstly, I make no claims to know anything about JavaScript etc so if this info is no use, apologies in advance
http://developer.apple.com/internet/webcontent/eventmodels.html
That page has some information but I'm not sure if it's exactly what you are after. If you haven't already you may want to have a search around developer.apple.com.

Similar Messages

  • HT5648 OS10.6.8 Firefox 24.0  The new Yahoo mail shows no graphics.  However, the new Yahoo mail displays correctly in Safari and Chrome.  I believe this has to to with the settings for Javascript.  Help me, please.

    OS10.6.8, Firefox 24.0 
    The new Yahoo mail shows no graphics using Firefox 24.0 - just identical rectangles where new icons should be.\.  However, the new Yahoo mail displays correctly in Safari and Chrome.  I believe this has to to with the settings for Javascript.  Those settings aren.t easy to access in the most recent Firefox 24.0 version.   Help me, please.

    The settings for Javascript are either on or off, Fireefox 24 doesn't give you a option to turn off Javascript, unless you installed something like NoScript extension (or some other Javascipt blocking add-on)
    If NoScript, then you need to use the View > Toolbars > Customize and drag the NoScript "Temp Allow All" button to the toolbar area to enable all enabled scripts (including Javascript) on that web page.
    Under the Firefox Help menu is a option to restart with add-ons disabled to see if something you might have installed is causing your problem.
    Reinstall Firefox or create another user account and run Firefox there to try to localize your issue.
    I'm having no problem here on 10.6.8 in Firefox, Chrome or Safari, Yahoo Mail works perfectly.

  • Search box not displaying correctly in Safari

    How can the search bar on the Apple site not display correctly in Safari? I find this odd that Apple would allow this. It displays like 2 search boxes overlapping each other. It still functions correctly but it is a little embarrassing since I am always bashing windows pro browser display.

    Hi
    Welcome to Apple Discussions
    Might be a corrupted cache or cookies issue. First, go to Safari Preferences>Security>Show Cookies. Type Apple in the Spotlight panel. Highlight/remove the cookies. Then, go to the Safari Menu>Empty Cache. Try the Apple site.
    If the double search panel still appears, go to the Finder: Your User Account>Library>Caches. There, move to the trash the com.apple.safari file. Restart Safari and try the Apple site again.
    Post back

  • Thumbnails are not displayed correctly in Firefox, but displayed correctly in Safari and G. Chrome

    Firefox display problems regarding this customers site:
    http://gardenia.dk/collections/collection/
    Thumbnails are not displayed correctly in Firefox - only a tiny bit of the picture is visible, incorrect scale (displayed correctly in Safari and Google Chrome).
    Can I do anything to make it work in Firefox, too?
    Kind regards,
    Annette

    This article might help you-
    https://support.mozilla.org/en-US/kb/websites-look-wrong-or-appear-differently

  • Fonts Do Not Display Correctly in Safari and Firefox

    Certain fonts do not display smoothly in Safari and Firefox. They appear to have little pieces of the letters missing. I'm sure others have experienced this problem before but I could not find how to fix this. On the Apple Discussions the fonts look fine... on Google for example, they look messed up. I do not know specifically which font(s) are displayed weird but it happens frequently. This happens in Safari and Firefox on my MacPro and MacBookPro. Is there a setting to fix this?
    Thanks,
    -flash

    Hello Flash, welcome to Apple discussions; )
    Look for Helvetica Fractions and Times Phonetic Fonts, if you have them,
    they can be the usual suspects.
    Check the Text encoding in both Safari & FF, under the "View" menu.
    In System preferences-> Personal (top section) in Appearance tab->
    on the last portion of the panel Font smoothing Style: set that to Automatic
    If those don't help, see this users tip excellent article Kurt Lang's ~ Font Management in Mac OS X
    Look into this application to find any corrupt font[s]Font Finagler
    Good luck, let us know how you fare.
    Eme'~{)
    edited by: Eme

  • Ultrathin Keyboard Cover for iPad2 doesnt display correct character when pressing Shift + number

    I have an Ultrathin Keyboard Cover for iPad2. It will not type the correct character when pressing SHIFT + most of the number keys. (SHIFT + 1 and SHIFT + 4 display correctly with ! and $). The iPad was updated to iOS 8.1.2 yesterday, but that did not aleviate the problem.
    Suggestions??

    What did Logitech say when you contacted them?

  • Website created in FrontPage does not display correctly in Safari

    Using StoreFront software (PC based only), we have created a website that performs beautifully in Explorer and Netscape on a PC. For some reason, not all pages open properly on a MAC. It is the left column that does not open properly on the dynamically generated pages. Does Safari have a problem with style sheets?
    NH Barrie
    G5   Mac OS X (10.3.9)  

    If you would provide the url of your page, it would be a lot easier to help. You might yourself want to check your page against the w3c standards to see how far off it is:
    http://validator.w3.org/

  • Masked QT movie doesn't display correctly in Safari

    I've only tested this in Safari so far, but here's my problem. I have a QuickTime video that I've letterboxed with black bars across the top and bottom. I applied a mask to get rid of the bars. The masked video plays perfectly in QuickTime Player. However, when I play it in Safari (embedded or just in its own window), there's a thin black bar on the left side and the right side looses a good 50 or more pixels, so my video looks off-center. If I take the mask off, it works fine. Any suggestions?
    I think it may have something to do with the 720x480 vs. 640x480 thing (which I still don't fully understand. I tried creating a mask at 720x480 and still get the same problem.

    Could you post a URL so we can check?
    Rather than use a mask you could use an app like MPEG Streamclip (free) to "crop" the file.

  • Firefox 6 doesnt display correctly on my 42" widescreen at resolution 1600x1024

    I recently bought a 42" widescreen and set my resolution to its native 1600x1024 and now the page is shrunk in the center of the screen making it very difficult to read. I dont have any issues with Internet Explorer or any of my other programs. all my drivers are up to date. please help with a solution soon thank you.

    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • EA 2.1  desc of altered type doesnt display correct result

    In SQL developer I created a type:
    CREATE TYPE d AS VARRAY(10) OF NUMBER(5,2);
    TYPE D compiled
    And then a table based on the type
    CREATE TABLE e (kx d);
    CREATE TABLE succeeded.
    Then i altered the type:
    ALTER TYPE d MODIFY ELEMENT TYPE NUMBER(7,3)
    CASCADE NOT INCLUDING TABLE DATA;
    ALTER TYPE d succeeded.
    When i then describe type D in SQL Developer i get a strange result:
    desc d
    user type definition
    TYPE d AS VARRAY(10) OF NUMBER(5,2)
    ALTER TYPE d MODIFY ELEMENT TYPE NUMBER(7,3)
    CASCADE NOT INCLUDING TABLE DATA d VARRAY(10) OF NUMBER(7,3)
    in SQL Plus i get :
    d VARRAY(10) OF NUMBER(7,3)
    kind regards
    Jeroen van Geelen

    This is not an EA2 issue nor indeed deemed to be a bug.
    We had a bug logged initial on being able to support describing Types in the SQL Worksheet and then on making this the same as in SQL*Plus. The bug dates back to the initial days of SQL Developer. The outcome and subsequent closure of the bug is to support more detail, as you have seen, in SQL Developer, than that provided in SQL*Plus, with the conclusion that the DDL is deemed more beneficial than the result given by SQL*Plus.
    Sue Harper
    PM

  • Pic in coverflow from itune 9.2 doesnt display correctly

    http://www.postimage.org/image.php?v=TsIE4dr
    see image. How to fix the problem?

    I haven't had this issue. I'd download a program such as Media Monkey to see what the resolution of artwork is. Generally an image that is 600X600 will be of excellent quality in iTunes. Other than that, it could be a rare bug.
    Have you tried removing the artwork from one song/audiobook and right clicking on it and choose "Get album artwork" to see if that resolves the issue?

  • Youtube doesnt display correctly

    When i opet youtube in firefox it shows like this http://img97.imageshack.us/img97/8370/captureas.jpg
    in ie it oppens regulary only in firefox i have thsis problem, how to fix it?

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • IWeb pages displayed correctly in Firefox but on in Safari/Chrome

    I made a personal web page with iWeb. Now some of the pages are not displayed correctly in Safari and/or Chrome.
    Check this page for example : http://maiklohse.de/Maik_Lohse/media.html
    There are 6 YouTube videos embedded in the page. They all will show up if you use Firefox - but not with Safari or Chrome. Anybody got any ideas?

    An alternative way to add so many Quicktime movie files to a page so it will load faster is to use the method in this demo page: Opening Item in a New, Precisely Sized Window. None of the movies will load until the play button is selected. That will let the page load very quickly. Right now it's glacially slow.
    OT

  • Strange display fonts in Safari...

    What would account for fonts not displaying correctly in Safari? Sometimes sections of a web page appear as jumbled, random characters. Often, it will only be headlines, while the body copy displays correctly. I have my display fonts set to Helvetica and the Encoding set to Western (ISO Latin 1).
    Does this have to do with a conflict of another Helvetica with the System Helvetica dfont?
    Any suggestions would be appreciated.

    Actually I tacked on to this thread because the symtom was the same. I have very few fonts installed.
    in Classic's /System Folder/Fonts:
    - Chicago
    - Courier (Type 1)
    - Geneva
    - Helvetica (Type 1)
    - Symbol (Type 1)
    - Verdana
    In /Library/Fonts: None
    In /System/Library/Fonts:
    - Keyboard.dfont
    - LastResort.dfont
    - LucicaGrande.dfont
    - Monaco.dfont
    - Some Asian fonts
    In ~/Library/Fonts
    - MS PMincho.ttf
    - MT Extra
    - QuickBooks Fonts
    - Monotype Sorts
    - MS Gothic.ttf
    - MS Mincho.ttf
    - MS PGothic.ttf
    Finally, via Suitcase, I have enabled:
    - Arial
    - Arial Narrow
    - Times
    - Times New Roman
    - Courier New
    But I've worked like this for a couple of years, with this small start-up set, then enabling what I need in Suitcase, as disabling fonts is key to my work, and I've not had this problem before, even when duplicates existed. I had some VPN and BlueTooth bugs I could not fix, so I backed up my system, reinstalled, and then had the font problem. (But VPN and BlueTooth work okay.)
    Additionally, the HTML tags PRE and ADDRESS also give the garbage results, even though the typical default for these is Courier New, and it's enabled.

  • Hosted Email pages not displaying correctly

    Hello
    Ive tried searching this forum but didnt have any luck.
    My issue is this:
    I have a .Mac account and i usually make my newsletters for email in iWeb.
    I host it to my server space on .Mac.
    It displays correctly in Safari and even when i send it to myself in Mac MAIL.
    However, ive just started using an email client so that i can send my html emails to all my database contacts in one go.
    Im using iContact for this.
    Within iContact i can create an email by simply adding a web adress (pointing to my page on my server)
    The problem is that when i send it to a GMAIL, HOTMAIL, YAHOO and probably other email apps besides MAIL...all the email does not display fully.
    Images are missing, text is all over the place etc
    I cannot figure out what i could be doing wrong.
    Any help would be appreciated as im not sure whether this is an iWeb or iContact issue....or just me
    Regards

    Have you sent HTML emails to GMAIL, HOTMAIL and YAHOO accounts successfully before? Are those services capable of handling HTML formatted email? Not all email clients can handle that type of email.
    OT

Maybe you are looking for

  • Levels vs auto tone

    Is there a way to set auto tone to work like a modest levels adjustment? I simply can't use auto tone for anything and I am having to apply my levels adjustment by editing in Photoshop. There has to be a better way to do this. thanks

  • Adding another mailbox to Mail

    I have just upgraded to 10.6 on my business computer and configured Mail with exchange support, and it works fine. I do have one question though, regarding adding other mail boxes. I have my own company inbox, but I also need access to other in-house

  • SCCM 2012 Client Communication Issue with SCCM 2007

    My Clients was installed SCCM 2007 client version but somehow those clients reporting to SCCM 2012 Server  Note : My SCCM 2007 Server still active mode . and the SCCM 2007 client IP boundaries was not added into SCCM 2012 server But still communicati

  • Tutorial for webdynpro programming in java

    hi everybody, Can anybody send some kind of tutorials which can help me developing web-application using webdynpro. thanks & regards, Manoj

  • Regex question: escaping bracket  \[

    I get this error when compiling when I try to escape a bracket: illegal escape character The code is this: Pattern p = Pattern.compile("section\["); I'm trying to match one of these: Thanks