Hi,
I am trying to alter some css using external javascript. I have 48 thumbnails on a page which bring up a pointer cursor onmouseover. The thumbnails have div ids of 'thumb_2_2' up to 'thumb_2_49'...
indeed!
btw i really liked the effect your *(i-2) suggestion had on the fade - subtely sequential rather than simultaneous - so i'm going to add it. so many thanks for that.
Acestuff / Declan1991,
Problem solved! My apologies, I was doing something rather stupid - 'pop_2_x' was actually the name I had given so i could access the divs through the window object. The...
Acestuff/ Declan1991, Hi, yes they were all meant to happen simultaneously. The fade function is pasted below. It works fine with any single div elements I send to it, but doesn't do anything with...
thanks for your reply acestuff. I can post the code for the fade function if you think it would be helpful, but I know that the fade function is working fine. I am sending several different objects...
thanks declan1991 but i'm still not really understanding. will that amendment not just alter the speed of fade ie - multiply the speed by the incrementer minus 2 ?
hi, can anyone help me to code the following correctly. I am trying to fade up a whole load of thumbnail images with sequential ids pop_2_2 to pop_2_49. I am calling a fade function called fadeFull...
Hi,
I have been using firefox as my main browser for building a web site. Firefox developed a problem and I had to re-install it. I lost all my add-ons in the process. I was using an add-on which...
Tcobb & Thraddash, many thanks for your help.
I discovered a fix :
I was getting the image id confused with the div id. In the html I had coded the id alongside the image src of the thumbnail and...
Hi,
Can anyone help me with a javascript / z-index problem.
I have sets of thumbnails which onmouseover bring up tooltips. Problem is, I'm toggling visibility between the sets of thumbnails which...
Tirna, many thanks for reply. Problem is the actual tooltip code came from a library so I don't really fully understand it. I'm trying to keep things simple by just varying the text inside it, but I...
Hi,
Can anyone help me with this tooltip problem. I'm trying to use the same tooltip but to vary the text that apears inside the tooltip according to what you hover over. I thought I could just have...
Feeling pretty stupid but I just discovered that IE was set to 125% zoom, which obviously accounted for the size problem.
So that's the problems solved and everything works. Time now to try to...
I managed to resolve my tooltip problem by using code from a different library, sixrevisions.com. For any other interested novices out there, I found this a really good resource.
Still got the...
Govinda
Thanks for that advice. Yes, absolutely, the problem is I didn't realise the extent of cross browser non-compatibility. I made the whole thing in IE. Probably a crazy idea!!
I will break...
Ok thankyou, I will post a link to a test page later today if you think it is worthwhile. As I said, I am trying to learn javascript so I am at an early stage. My capabilities are obviously limited...
Kor, many thanks for reply. Yes I suspected my code would be messy and pretty weird. I'm totally new to javascript, as you can gather, but keen to learn. I know about loops but haven't managed to get...
Hi, I wonder if someone could please help me with a big javascript headache. I am trying to build a site using html, css and javascript. problem is it works perfectly in IE but practically not at all...