Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~392 People Reached
Favorite Forums
Favorite Tags
Member Avatar for buggsword

I need to be able to dynamically assign a variable to the height attribute of a div(flashOverlay) based on the height and t position of another div(pageContent). I am using the following script to capture the variable data. How do I apply this var to the div? <script type="text/javascript"> <!-- …

Member Avatar for Ashriya
0
203
Member Avatar for buggsword

Hi, Can anyone offer guidance on how to implementthe following: I need to capture the browser window size and vertical scroll position. And then pass these variables into Flash every time the browser window is scrolled. Thanks in advance.

Member Avatar for buggsword
0
77
Member Avatar for buggsword

Hello, I am new to javascript and am aware that this topic is well documented, but not in the way I need the script to work? I am able to show/ hide a div using the the following: function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block" } else { e.style.display="none" …

Member Avatar for buggsword
0
112