Flash Games

 FAQ   Search   Members   Groups   Register  User Control Panel      Login 

Your time now:
Mon Nov 23, 2009 2:38 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 9 posts ]  Bookmark and Share
Author Message
 Post subject: Highlight Link
PostPosted: Sun Jun 01, 2008 11:54 pm 
Offline
1000+ Club

Joined: Thu May 31, 2007 4:28 pm
Posts: 1204
Location: Belfast, Northen Ireland
Don't really know what to google for. But I want to know how to do that think when you hover over a link the whole thing highlights... Like this http://boagworld.com/ .


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 2:15 am 
Offline
500+ Club
User avatar

Joined: Wed Oct 03, 2007 10:06 pm
Posts: 831
Location: Guelph, Canada
Something like this:

onrollover yadayadayada style="background-color: #FFFF66"

_________________
Image
nnjoi.com - Portfolio
nnjoiart.com - Art & Design Blog
bathroomwriter.com - Interested in helping out with Beta Testing? PM me.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 2:59 am 
Offline
500+ Club
User avatar

Joined: Wed Feb 27, 2008 6:14 am
Posts: 929
Location: Cebu City Philippines
Have you tried something along the lines of:
Code:
<a href="#" onmouseover="this.style.background='#0f0';">Link</a>

_________________
~ Get me some work, I do freelancing ~


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 8:31 am 
Offline
1000+ Club

Joined: Thu May 31, 2007 4:28 pm
Posts: 1204
Location: Belfast, Northen Ireland
dflynn wrote:
Something like this:

onrollover yadayadayada style="background-color: #FFFF66"


Thank You dflynn.


Quote:
Code:
<a href="#" onmouseover="this.style.background='#0f0';">Link</a>


Would I not need to insert that for every link?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 8:50 am 
Offline
500+ Club
User avatar

Joined: Wed Feb 27, 2008 6:14 am
Posts: 929
Location: Cebu City Philippines
Yes, it should be, but this can also be done with a for loop, to access every link.

This should work:
Code:
<script type="text/javascript">
window.onload=function()
{
   var rangAs=document.getElementsByTagName('a');
   for(var rangLoop=0;rangLoop<rangAs.length;rangLoop++)
   {
   rangAs[rangLoop].onmouseover=function()
      {
      this.style.background='#0f0'; //background when hovered
      }
   rangAs[rangLoop].onmouseout=function()
      {
      this.style.background='#fff'; //Background when not on hover
      }
   }
}
</script>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>


See if it helps ;)

_________________
~ Get me some work, I do freelancing ~


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 8:53 am 
Offline
1000+ Club

Joined: Thu May 31, 2007 4:28 pm
Posts: 1204
Location: Belfast, Northen Ireland
But will that not make the links always highlighted and only a different colour on rollover?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 9:02 am 
Offline
500+ Club
User avatar

Joined: Wed Feb 27, 2008 6:14 am
Posts: 929
Location: Cebu City Philippines
What do you mean?

The codes i've given highlights the background when you hovered over it, and returns to its original background.

See coments from the code,..or i'm missing something.

_________________
~ Get me some work, I do freelancing ~


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 2:11 pm 
Offline
1000+ Club

Joined: Thu May 31, 2007 4:28 pm
Posts: 1204
Location: Belfast, Northen Ireland
It's ok I think I understand it now :P, I was in a rush this morning.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 03, 2008 1:13 am 
Offline
500+ Club
User avatar

Joined: Wed Feb 27, 2008 6:14 am
Posts: 929
Location: Cebu City Philippines
No worries, glad to help ;)

_________________
~ Get me some work, I do freelancing ~


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games - TNX Invitation Code - TNX Review


Webmaster - Excruciating - Johnathan - Kotik - Ash - Tomi - rangana - Phate - dflynn - Medley