Forum: JavaScript / DHTML / AJAX Oct 11th, 2009 |
| Replies: 1 Views: 314 Hi
I have a page with a bunch of divs set to display:none with 70kb background images. As buttons are clicked the divs are displayed. The background images are specified in an external... |
Forum: JavaScript / DHTML / AJAX Oct 1st, 2009 |
| Replies: 2 Views: 680 Didnt seem to work, I need to stop the fades I have going on because they have a delay on them. Any idea how to apply the stop() to a fade, i tried this but it didnt work:
... |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2009 |
| Replies: 2 Views: 680 Hi not sure if its technically a timeout but I am building a sliding jquery nav, the sliding is fine.
theres 4 buttons you can click whatever one and they will slide into place even if they are in... |
Forum: JavaScript / DHTML / AJAX Sep 24th, 2009 |
| Replies: 6 Views: 668 yeah been searching, Ive run into this before hopefully safari will fix it in a new version I dont think theres a fix. |
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009 |
| Replies: 6 Views: 668 wait yeah wmode transparent is on the swf thanks |
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009 |
| Replies: 6 Views: 668 Hi thanks for the reply, I am layering a div over flash not flash over a div, would changing the wmode have any effect on this? thanks |
Forum: JavaScript / DHTML / AJAX Sep 22nd, 2009 |
| Replies: 6 Views: 668 Hi
I have a few javascript calls that hide/show divs over a flash movie and even a css/jquery drop down nav that overlaps over the flash movie.
IE6, IE7, IE8, FF2 pc, FF3 pc, and even FF mac... |
Forum: JavaScript / DHTML / AJAX Nov 11th, 2008 |
| Replies: 1 Views: 1,170 probably cant modify the affiliate code if youre not hosting the ads but just add a z-index:999; to the js hover div? make sure it is position: relative or absolute; |
Forum: JavaScript / DHTML / AJAX Nov 11th, 2008 |
| Replies: 3 Views: 5,113 thanks for the replies i ended up doing this
function createDivs() {
var div = document.createElement('div');
var container = document.createElement('div');
div.id = 'overlay';... |
Forum: JavaScript / DHTML / AJAX Nov 8th, 2008 |
| Replies: 3 Views: 5,113 i have tried a few tutorials but i cant get this working. I am trying to create a div with the id of overlay and insert it right after the body tag when a function is run. can anyone help? thanks |
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2008 |
| Replies: 1 Views: 2,808 hi
i have a parent window with an external url iframe. when the parent loads i want to set the iframe footer to display:none;. is there a way to do this? i have looked all over w/no luck.
... |
Forum: JavaScript / DHTML / AJAX Oct 29th, 2008 |
| Replies: 2 Views: 1,045 first page is just has a target blank link in the flash then the page that is opened has:
function swapWin(winLink) {
if (window.opener != null && !window.opener.closed) {... |
Forum: JavaScript / DHTML / AJAX Oct 27th, 2008 |
| Replies: 2 Views: 1,045 Hi
for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2008 |
| Replies: 1 Views: 533 Nevermind, this code seems to work fine, something else on the site is causing it not to work. If anyone ever wants to use this, use the script above and also:
<a href=""... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2008 |
| Replies: 1 Views: 533 Hi
function winSwap(winLink) {
alert('function called');
var newWin = winLink;
if(window.opener && !window.opener.closed){
window.opener.location = winLink;
window.opener.focus();... |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 0 Views: 1,242 Hi,
I wrote a script to focus back to the parent window and change the url. easy. anyways, it works fine in all browsers but if the browser is using tabs it still changes the url of the parent... |
Forum: JavaScript / DHTML / AJAX May 28th, 2005 |
| Replies: 6 Views: 10,540 I found an example of exactly the effect I am trying to get from another member.
Thank you for the other ideas, I am going to use the dropshadow on some text for another site.
The shadow around... |
Forum: JavaScript / DHTML / AJAX May 26th, 2005 |
| Replies: 6 Views: 10,540 To be more specific, in Photoshop draw a box and double click the layer and select 'outer glow', that is what I am trying to do. Thanks! |
Forum: JavaScript / DHTML / AJAX May 26th, 2005 |
| Replies: 6 Views: 10,540 I guess I am not looking really for a drop shadow, but moreso a border using gradient.gif to give it an even gradient border all around. Thank you for the reply I'll use that script too, thanks! |
Forum: JavaScript / DHTML / AJAX May 21st, 2005 |
| Replies: 6 Views: 10,540 I am still new to CSS, how would I add a drop shadow around the main conent of this page? www.racexpressions.com I have been trying for a while but I can't seem to get it to work. Thanks! |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2004 |
| Replies: 4 Views: 4,845 JavaScript for dummies sucks. Haven't tried any others though. There are a lot of things I would learn way before JavaScript... |