04.10.2009, 10:46
I have another problem , im trying to change the Login button but i don't know how...can you tell me?
How to...
|
04.10.2009, 10:46
I have another problem , im trying to change the Login button but i don't know how...can you tell me?
04.10.2009, 10:50
You have to replace the sprites.ppg in htdocs/graphic/index
04.10.2009, 10:53
Yeah but there i see only this :
Inregistrare means Register but there i don't see Login
04.10.2009, 11:00
Ah, this: htdocs\graphic\lang\de\login.png
04.10.2009, 11:49
Yes i've changed that file but the Login Button is still the same!
04.10.2009, 12:16
template_c cleaned?
04.10.2009, 12:31
04.10.2009, 12:56
Yes, everything in the template_c folder. But only the datas in the folder!
04.10.2009, 13:55
Oh, you must cleane/delete (leeren) the cache... Bettdecke1 has a tutorial.
Meine Projekte
04.10.2009, 16:47
04.10.2009, 17:51
I've cleaned the cache ,the Login Buton is still the same!
04.10.2009, 23:25
) just replace the Login button from index.tpl (templates folder) with an image button.. and then use a gradual fade script.. to make it fade when moouse over.. .. hope its helpfull if u dont know how to replace it.. ask.. ill give you the source code
05.10.2009, 16:45
<input type="image" src="....LINK TO YOUR LOGIN BUTON...." name="submit">
Replace the whole original code with the provious one !
(This post was last modified: 05.10.2009, 16:53 by LordofDead.)
05.10.2009, 16:52
Thanks it works!
05.10.2009, 17:32
if u want it to fade
.. i have a script for you
05.10.2009, 17:53
Give me the script to try it
Step 1: Insert the below into the HEAD section of your page:
Quote:<script type="text/javascript" src="gradualfader.js"></script> The above code references an external js file, which you need to download: * gradualfader.js (~3.4 kb) - Right Click > Save As "gradualfader.js" - File Type: All Then, to apply the effect to any element on your page with a dimension, give it a class="gradualfader" declaration, for example: Quote:<img src="test.gif" class="gradualfader" /> |
« Next Oldest | Next Newest »
|