rejetto forum
May 25, 2012, 02:52:12 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to make animate header name?  (Read 2615 times)
0 Members and 1 Guest are viewing this topic.
Avi
Guest


Email
« on: January 15, 2008, 08:13:33 AM »

Ey when people access my HFS, it's written HFS (the version i'm using)-Mozilla Firefox.


I wanted to know how to make it moving.. I successfully changed the header name to my name. Now I want to know if there is a way to animate it. I mean make it moving.


Thxs for ur replies
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #1 on: January 15, 2008, 09:17:31 AM »

i guess it is possible to do it with javascript.
you should google about it, because this has little to do with HFS itself, and you may find it ready around. Smiley
Logged
Avi
Guest


Email
« Reply #2 on: January 16, 2008, 12:37:19 AM »

I don't know javascript  Cry


Can someone help me please?  Sad


I tried to create an animated one but ended in destroying my template completely. Thanx God I did a backup before
Logged
Avi
Guest


Email
« Reply #3 on: January 16, 2008, 12:56:44 AM »

Hey Rejetto I got some javascript codes. I'm using the live template. Can you tell me where to paste the code in the template. Please do tell me. Thanxs a lot
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #4 on: January 16, 2008, 03:44:38 AM »

i can't, i have to work on HFS. i hope someone else will help you.
if you don't find help here, consider finding in any html related forum on the internet, since your problem is not bound to HFS.
Logged
TSG
Operator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #5 on: January 16, 2008, 10:05:20 AM »

What do you mean by an animated header? Do you mean a flash animation, an animated gif, a marquee... Your not very specific about the type of animated header you are after.

In html 4.01? i think its valid to use <marquee></marquee> but to be honest that looks really tacky.
Logged

rejetto forum
« Reply #5 on: January 16, 2008, 10:05:20 AM »

Do you like this software? Consider even $2
 Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #6 on: January 16, 2008, 10:07:18 AM »

I think he is talking about <title>
That's why i told him javascript
Logged
TSG
Operator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #7 on: January 16, 2008, 10:10:34 AM »

Hmm, I have seen that done, and it was javascript... I still think it looks tacky, i'm not a fan of marquee text on websites. When it does look good is when its representing a load sequence or something.
Logged

Unknown8063
Experienced poster
***
Offline Offline

Posts: 96


View Profile
« Reply #8 on: January 16, 2008, 10:51:54 AM »

Hmm, I have seen that done, and it was javascript... I still think it looks tacky, i'm not a fan of marquee text on websites. When it does look good is when its representing a load sequence or something.

I agree.  Animation without purpose is typically a sign of bad design.

Avi, I haven't tested this script but it seems to be what you're looking for.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_72.html
Logged

blackmetal
Occasional poster
*
Offline Offline

Posts: 9


View Profile
« Reply #9 on: January 19, 2008, 02:16:53 AM »

Use this. It works for me  Grin


Code:
<SCRIPT language=javascript>
msg = "(your message here)";

msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos >  msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
    </SCRIPT>
<font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 08, 2012, 12:27:20 PM
anything