www.webdeveloper.com

Search:

Type: Posts; User: android1

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,025

    Apologies for late reply and many thanks, that...

    Apologies for late reply and many thanks, that seems to have fixed it. Much appreciated !!
  2. Replies
    2
    Views
    1,025

    using javascript to change css cursor

    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'...
  3. Replies
    10
    Views
    2,135

    indeed! btw i really liked the effect your...

    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.
  4. Replies
    10
    Views
    2,135

    Acestuff / Declan1991, Problem solved! My...

    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...
  5. Replies
    10
    Views
    2,135

    Acestuff/ Declan1991, Hi, yes they were all meant...

    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...
  6. Replies
    10
    Views
    2,135

    thanks for your reply acestuff. I can post the...

    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...
  7. Replies
    10
    Views
    2,135

    thanks declan1991 but i'm still not really...

    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 ?
  8. Replies
    10
    Views
    2,135

    javascript loop problem

    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...
  9. Replies
    1
    Views
    1,626

    I sorted it. Problem was I hadn't attached any...

    I sorted it. Problem was I hadn't attached any text editors to the Dafizilla add-on. Works fine now.
  10. Replies
    1
    Views
    1,626

    firefox view source add-on

    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...
  11. Replies
    7
    Views
    1,850

    Ok, I think I need to do some research on parent...

    Ok, I think I need to do some research on parent / child etc. Many thanks again for your help.
  12. Replies
    7
    Views
    1,850

    Any idea why this script wouldn't work with the...

    Any idea why this script wouldn't work with the image id ? :

    document.getElementById('thumb_2_7').style.zIndex="1000";

    Although the problem seems to be resolved, it would be useful for me to...
  13. Replies
    7
    Views
    1,850

    Tcobb & Thraddash, many thanks for your help. I...

    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...
  14. Replies
    7
    Views
    1,850

    z-index problem

    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...
  15. Replies
    2
    Views
    569

    Tirna, many thanks for reply. Problem is the...

    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...
  16. Replies
    2
    Views
    569

    varying information in a tooltip?

    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...
  17. Replies
    14
    Views
    2,101

    Feeling pretty stupid but I just discovered that...

    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...
  18. Replies
    14
    Views
    2,101

    Hi Kor Here's a link to a test page : ...

    Hi Kor
    Here's a link to a test page :

    http://www.andrewstoanearchitect.co.uk/TESTPAGE
  19. Replies
    14
    Views
    2,101

    tooltip problem resolved

    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...
  20. Replies
    14
    Views
    2,101

    Abracadabra !! Fantastic, the mouseovers now...

    Abracadabra !! Fantastic, the mouseovers now work. Very many thanks for that- much appreciated.

    However, I still have two problems remaining :
    1. on the same pc, in firefox the whole page is...
  21. Replies
    14
    Views
    2,101

    Hi Following on from advice re isolating...

    Hi
    Following on from advice re isolating problems, here's a specific one :
    Many thanks for any help.


    In the example below, when you mouseover the thumbnail "swanstonthumbb+w.gif", the image...
  22. Replies
    14
    Views
    2,101

    Govinda Thanks for that advice. Yes, absolutely,...

    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...
  23. Replies
    14
    Views
    2,101

    javascript doesn't work with firefox

    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...
  24. Replies
    14
    Views
    2,101

    javascript doesn't work with firefox

    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...
  25. Replies
    14
    Views
    2,101

    javascript doesn't work with firefox

    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...
Results 1 to 25 of 25
HTML5 Development Center



Recent Articles