www.webdeveloper.com

Search:

Type: Posts; User: supercain

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Man! this board is completely DEAD! Where are all...

    Man! this board is completely DEAD! Where are all the helpful users gone??
  2. Arent proxies supposed to disguise your actual location?

    Hi,

    i have seen some pages that display your current location very accurately and dont seem to be doing it thorough your IP since i tried by using a proxy from another country and they still...
  3. Any answer please?? Man! what happened to this...

    Any answer please?? Man! what happened to this forum?? its going DOWNHILL!
  4. transform:scale in iframe not working properly on iphone

    Hi,

    I need to scale the content of an iframe so it fits and shows right on iphone. Im using transform:scale property and it shows fine in any browser, but safari for iphone, which is exactly the...
  5. Replies
    1
    Views
    543

    Forget it... i had to figure it out myself...

    Forget it... i had to figure it out myself...
  6. Replies
    1
    Views
    543

    How transition works?

    Hi,

    i made a simple toggle visibility button with javascript and css:



    function toggle(iden) {
    if(document.getElementById(iden).className=="exp_open") {...
  7. Replies
    38
    Views
    2,363

    I think i got it! This replaces the...

    I think i got it!



    This replaces the document.write part and now everything seems to work perfect. Unless you have an even better solution? Please tell me what you think.
  8. Replies
    38
    Views
    2,363

    Okay, nevermind. After testing a lot, i just...

    Okay, nevermind. After testing a lot, i just found out its faster to do it with IDs after all. The reason i didnt want to use IDs is because i had to write a new code to automatically generate a...
  9. Replies
    38
    Views
    2,363

    Hi, this time the code seems to almost work...

    Hi,

    this time the code seems to almost work except for one thing. Its kinda delayed when i have more than one element. Lets say that i have 2 objects instead of one:



    if you mouseover the...
  10. Replies
    38
    Views
    2,363

    Sorry but i dont see it working. I press the...

    Sorry but i dont see it working. I press the button but nothing happens. What is supposed to occur?
  11. Replies
    38
    Views
    2,363

    I put your code right above the tag but...

    I put your code right above the </body> tag but still wont work. Am i missing something?

    Thank you.
  12. Replies
    38
    Views
    2,363

    Thanks for your answer s-p-n. Im trying your code...

    Thanks for your answer s-p-n. Im trying your code but i cant get it to work. Is it okay to enclose it like this within the head tags?
  13. Replies
    38
    Views
    2,363

    Yes, i cant use IDs here. Im limited to classes...

    Yes, i cant use IDs here. Im limited to classes only. Could you please tell me why doesnt this work:



    Thank you.
  14. Replies
    38
    Views
    2,363

    I did man, and you are using IDs in both...

    I did man, and you are using IDs in both examples...
  15. Replies
    38
    Views
    2,363

    Man, thank you for trying to help but really, i...

    Man, thank you for trying to help but really, i dont understand what you mean. I only need this code below:



    but with classes instead of IDs. Is it or not possible?
  16. Replies
    38
    Views
    2,363

    That they not resolve my problem because I need...

    That they not resolve my problem because I need the code to work without need of establishing IDs, but only classes. Thats the purpose of this topic.

    Thank you.
  17. Replies
    38
    Views
    2,363

    Hello?? nobody knows??

    Hello?? nobody knows??
  18. Replies
    38
    Views
    2,363

    Whoops, duplicate post.

    Whoops, duplicate post.
  19. Replies
    38
    Views
    2,363

    Yes, what changes for example?

    Yes, what changes for example?
  20. Replies
    38
    Views
    2,363

    But i DO have classes: and the class...

    But i DO have classes:



    and the class exp-banner should change into ret-banner on mouse over. I just want to modify the original work from having id="exp-banner" to class="exp-banner" so i can...
  21. Replies
    38
    Views
    2,363

    Hello?? any help please?

    Hello?? any help please?
  22. Replies
    38
    Views
    2,363

    Hi, thank you for your responses. Im afraid i...

    Hi,

    thank you for your responses. Im afraid i didnt understand very well. Is it mandatory to use IDs for the elements with those codes? because the reason i want to convert my code from "get...
  23. Replies
    38
    Views
    2,363

    Well, the html is quite simple:

    Well, the html is quite simple:


    <div id="exp-banner">
    <img src="transparent.png" onmouseover="expand()">
    </div>



    #exp-banner {
  24. Replies
    38
    Views
    2,363

    Get element by class?

    Hi,

    im using this code right now


    <script type="text/javascript">
    function retract() {
    document.getElementById("ret-banner").id = 'exp-banner';
    }
    function expand() {
  25. Replies
    1
    Views
    721

    Hello??? Any answer please?? What happens with...

    Hello??? Any answer please?? What happens with this forum lately??
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles