UndergroundScene Forums  

Welcome to the UndergroundScene Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!


Go Back   UndergroundScene Forums > SPECIAL AREAS > Information Technology
Register FAQ Site Areas Gig Guides Members Calendar Arcade Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 30th May 2003, 01:03 PM   #1 (permalink)
Misanthropy
Senior Member
 
Misanthropy's Avatar
 
Join Date: Feb 2003
Location: Dundee
Posts: 4,101
Misanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of light
Non-image rollovers?

Non flash either.

I'm trying to find a way to morph one word into another on mouseovers, without using animated gifs. Any ideas? I'm thinking I might have to h4x0r some javascript, but that would involve learning it first =/
Misanthropy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31st May 2003, 12:22 PM   #2 (permalink)
Red_Baron
Senior Member
 
Red_Baron's Avatar
 
Join Date: Apr 2002
Location: Dundee/Alyth hybrid
Posts: 1,491
Band: 15 Minutes
Red_Baron has a spectacular aura aboutRed_Baron has a spectacular aura aboutRed_Baron has a spectacular aura aboutRed_Baron has a spectacular aura aboutRed_Baron has a spectacular aura aboutRed_Baron has a spectacular aura about
how do you mean morph? if you want a slow morph you're gonna have to learn javascript fast.

If you just want to change the text quickly you can use some simple javascript.

If it's not an anchor tag that the text is in, place it in a <span>. You then give the span an id ( call id "morph_text" ). Then but a hendler in for the span's onMouseOver and onMouseOut events.

I'd use a function called morph the function calls would look something like this

<span id="morph_text" onMouseOver="morph(this,'changed Text')" onMouseOut="morph(this,'Text to Change')">Text to Change</span>

and the function would look like this

function morph(element,text){

element.innerHTML = text;


}

i can't remember is span's are represented in javascript DOM so you might have to do the following function instead

function morph(element,text){

document.all.morph_text.innerHTML = text;


}

Hope that's some help if you want a slower morph you could do it charachter at a time ( using an array) with a 0.5 second time delay between function calls.
Red_Baron is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31st May 2003, 02:17 PM   #3 (permalink)
Misanthropy
Senior Member
 
Misanthropy's Avatar
 
Join Date: Feb 2003
Location: Dundee
Posts: 4,101
Misanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of lightMisanthropy is a glorious beacon of light
Cheeeeeeeers dude

I was thinking of a slower morph, but you answered that question too ^.^

now I just need to get off my arse and do it
Misanthropy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd June 2003, 10:39 PM   #4 (permalink)
curlupanddie
Senior Member
 
curlupanddie's Avatar
 
Join Date: Mar 2003
Location: Dundee, Scotland
Posts: 1,233
Band: Sunset Squad (Dundee), We Shall Be Blessed (Aberdeen)
curlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the roughcurlupanddie is a jewel in the rough
what the fuck did that all mean!!! im glad your doin teh website alex!!!
curlupanddie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 09:43 PM.


Powered by vBulletin
UndergroundScene.co.uk is bad-ass and under copyright

Content Relevant URLs by vBSEO 3.0.0 RC8