User Profile

Collapse

Profile Sidebar

Collapse
Corrie
Corrie
Last Activity: Jan 24 '11, 10:05 AM
Joined: Jan 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • p.s. I've tried validating the code at w3schools, it throws up errors but I'm too much of a newbie to understand them.
    I'm not sure any relate to the problem anyway.

    C
    See more | Go to post

    Leave a comment:


  • Why are javascript animated gif hovers not working remotely?

    Hi,

    Can anyone tell why my animated hovers aren't working at the top of my page. It works locally but not remotely and I'm sure I've uploaded the entire site.

    Link:

    http://www.chimpanzoo. com/main_projects_n o_flash.html

    'About Us', 'Product Areas' etc should animate like the ones here which were created in Flash:
    http://www.la-design.co.uk/english/html/main.html

    (I'm...
    See more | Go to post

  • Fixed it...
    My comment <!--// PRELOADING IMAGES
    needed to have --> at the end
    Because Firerfox worked without it I didn't suspect that to be the problem.

    Thanks so much dlite922 for pointing me in the right direction.
    C
    See more | Go to post

    Leave a comment:


  • This block in my <head. tags is what's stopping it working in Safari:

    <script type="text/javascript">
    <!--
    // PRELOADING IMAGES
    if (document.image s) {
    button1_on =new Image(); button1_on.src ="buttons/about_hover.gif ";
    button1_off=new Image(); button1_off.src ="buttons/about.gif";

    button2_on =new Image(); button2_on.src ="buttons/product_areas_h over.gif";...
    See more | Go to post

    Leave a comment:


  • I'm such a donut!

    I still had:
    <script language="javas cript>

    instead of:

    <script type="text/javascript">

    That only fixes the animation problem though and it still won't open in Safari.

    w3c's validator brings up a bunch of things that don't make sense to me e.g.
    'end tag for element "body" which is not open'

    I have an opening...
    See more | Go to post

    Leave a comment:


  • Thank you, I'll give that a go, may seem obvious, but I'm pretty new!
    Thanks
    See more | Go to post

    Leave a comment:


  • Corrie
    started a topic Javascript works locally but not when uploaded

    Javascript works locally but not when uploaded

    Hi,
    I've been trying to create a menu with animated mouseOvers using script instead of Flash. It works locally in Firefox but won't load at all in Safari (blank page). Then when I upload it to the server the mouseOvers stop working in Firefox.


    The broken file is at :
    http://www.chimpanzoo. co.uk/main_projects_n o_flash.html

    The animations should work like the Flash version at this site:
    h...
    See more | Go to post

  • Corrie
    replied to Disappearing divs in Opera
    I've kinda sorted it...
    I switched the code around so the code for the swf in front (2nd row of buttons) is now written before the swf in the background. It now works in both Opera 9 and 10.

    The border shadow is a piece of Firefox CSS3 which won't show in Opera and gracefully degrades to show no shadow - hence the missing border. I'll add a different border to get round this.

    I hope this is useful for anyone else reading!...
    See more | Go to post

    Leave a comment:


  • Corrie
    replied to Disappearing divs in Opera
    ...oh and the border's still missing!
    See more | Go to post

    Leave a comment:


  • Corrie
    replied to Disappearing divs in Opera
    Ok, so I've updated Opera to 10.01 (I'm still on Mac OS Tiger so I can't upgrade to 11) and it's fixed the text which now doesn't disappear, but the second row of links is still not visible.
    Even if Opera 11 fixes this, I guess I still need it to work in older browsers so any pointers would be really helpful

    Thanks
    C
    See more | Go to post

    Leave a comment:


  • Corrie
    replied to Disappearing divs in Opera
    Screen snaps

    Hi, sorry for slow reply, I'm in the UK so was asleep!
    I'm attaching 2 screensnaps. One is from Firefox and looks correct, one is from Opera v9.27 which is missing the second row of links at the top (should be an inserted swf) and the TCS logo and text disappears after a couple of seconds.

    The whole page is also missing its border. It's probably something really simple but I'm still learning!
    ...
    See more | Go to post

    Leave a comment:


  • Corrie
    started a topic Disappearing divs in Opera

    Disappearing divs in Opera

    Hi,
    Link:
    http://www.chimpanzoo. com/index.html
    (index.html only, please ignore the links because I have just renamed the broken page as index so you can see it)

    I have created a gallery which scrolls through iframes as you select on the company names on the lefthand list.

    The 'TCS Huxley' iframe contains an swf in the background which works fine in Safari and Firefox on my MAC, but the text and...
    See more | Go to post
No activity results to display
Show More
Working...