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...
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...
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.
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...
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:
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...
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...