Hello All!
This ones a little different as I'm using flash actionscripting to control some javascript swaping.
The following page uses a hideDiv, ShowDiv Javascript and the following actionscript that is working flawlessly in Firefox/PC, Firefox/Mac, Safari/PC, and Safari/Mac but not ie6 or 7. They both have the same issue. They will hide/show divs once but afterwards all divs are set to hide.
Heres an...
User Profile
Collapse
-
show/hide css divs with flash actionscripting
-
Hi Ramanan,
Thanks for looking at the code.
So my new javascript code at the top of the doc looks like this:
...Code:<script language=javascript type='text/javascript'> function hideDiv(id) { document.getElementById(id).style.display = 'none'; } function showdiv(id) { document.getElementById(id).style.display = 'block'; } </script> -
Sorry neglected two things-
one- I apologize for not wrapping the code in [CODE] tags. obviously I realized my folly as soon as I hit submit!
two- I did read this related post:
http://bytes.com/forum/thread707179.html
But unsure of where/if I should be changing onclick to onchange
thanks!!...Leave a comment:
-
hideDiv, ShowDiv - Javescript ie issue
Hello all,
This ones a little different as I'm using some flash actionscript to control the swaping.
The following page uses a hideDiv, ShowDiv Javascript that is working flawlessly in Firefox/PC, Firefox/Mac, Safari/PC, and Safari/Mac but not ie6 or 7. They both have the same issue. They will swap divs once but afterwards all divs are set to hide. Please view the page below and hopefully it will clarify what I... -
Mootools.js - Accordion atStart background not displaying in ie6
Hi guys and gals,
This is a mootools js question, for any of those familiar with it. I'm using the accordion on this page:
http://admire.previsuals.com/product.../resources.php
Now when I test across browsers the only issue I have is when testing in ie6, the background color for the very first element is not displaying. The colors for the type display fine, just the bg thats the issue. ... -
Animation smoothing
Hi Guys quick question regarding transitioning between sections of a movie. So far this is what I have animated:
http://technologytherapy.com/veeq/flash/test.html
(click the boxes in the center)
When I showed this to the client they asked if it could be a little smoother animated between window clicks. This is especially difficult for me since this is a homage to Coverflow in a sense and the client has seen... -
At first I thought - It couldn't be that simple, nor can i be that stupid...
Then I looked it up and you were absolutely correct- there's the answer. So I tried it and wha-lah! It worked!
now that I officially feel like an idiot- I have to say thanks again acoder- you're the bestLeave a comment:
-
Fade.js and Safari 3 - WTF
Using fade.js for a simple rotating image gallery I discover that everything worked flawless in Firefox and IE 6 & 7 but when I tried testing it in Safari 3, the images were just MIA, in fact the images are in a div with a background image and even that has mysteriously disappeared. Since I'm just a lowly designer and not a js coder by any means I figured maybe this was something simple that some of you have run into before.
... -
Well I originally placed the flash in a div element so that I can control the z-index- when this didn't work and I attempted placing it in an iframe to attempt the shim like you suggested, I discovered that the original flash code fix (using the wmode="transpar ent") worked once it was outside of the div. So with some simple floats to move the animation into the right position all was good in the world....Leave a comment:
-
Unfortunately placing alt tags on this test page didn't really help the issue out at all- Luckily I reposted this in the javascript forum and received some helpful suggestions- but I appreciate the reply anyway!...Leave a comment:
-
Thanks acoder! This really helped- it didn't end up being the solution but trying this technique showed me what I was doing wrong. I appreciate the help!...Leave a comment:
-
Drop down Menu / Flash level issues
Hello everyone. Not sure if I should be posting in the html/css forum, the flash forum, or this one since the problem deals with all three!
So my issue is this: My company is updating a homepage on a site that uses mm_menu.js drop down menus and we have a flash object that will be sitting virtually underneath a few o these drop downs. Everything seems to work fine except in IE6 & 7 Where the drop down appears behind the flash!... -
Drop down Menu / Flash level issues
Hello everyone. Not sure if I should be posting in the javascript forum, the flash forum, or this one since the problem deals with all three!
So my issue is this: My company is updating a homepage on a site that uses mm_menu.js drop down menus and we have a flash object that will be sitting virtually underneath a few o these drop downs. Everything seems to work fine except in IE6 & 7 Where the drop down appears behind the...
No activity results to display
Show More
Leave a comment: