Dr. Mark Humphrys

School of Computing. Dublin City University.

Home      Blog      Teaching      Research      Contact

Search:

CA249      CA318      CA425      CA651

w2mind.computing.dcu.ie      w2mind.org

Missing
DCU student

CASE3 student Paul Bunbury is missing since Thur 2 Feb 2012.
See appeals on crime.ie and garda.ie and facebook.

He is a great coder. See DCU page and boards.ie page.
He won major coding contests in 2010 and 2011.
He is author of the brilliant "FloodItWorld".
DCU can confirm that in Jan 2012 he passed all 6 modules comfortably.


Javascript menu demo



JavaScript rollover menu

View Source to see how this is done:

<a href="file.html"
 onmouseover="document.menu3.src='menu.3.on.png'" 
  onmouseout="document.menu3.src='menu.3.off.png'"
><img src="menu.3.off.png" border="0" name="menu3" /></a>


Or colors reversed:




Version that doesn't need images

<td onMouseOver

Worlds Install Client Registration About Contact


Entire cell is a link instead of just the text

<td onClick

Worlds Install Client Registration About Contact


Version that doesn't need Javascript

Can be done in CSS.

See main navigation links of one of my sites which uses something like this:

a.main-navigation:hover    {
  text-decoration: underline ;
}
in the stylesheet.

Can change color, font, size, etc. on hover.



Feeds      HumphrysFamilyTree.com

Bookmark and Share           On Internet since 1987.