Post Reply 
[SOLVED] HTML/JAVA mouseover code
I solved my problem! Thanks for all the help!!! :D
Author Message
Mc Cabe
Storm Trooper

Posts: 1,218.1771
Threads: 177
Joined: 14th Aug 2007
Reputation: 1.43435
E-Pigs: 38.5281
Offline
Post: #4
RE: [HELP] HTML/JAVA mouseover code
Hmmm I always try to use css instead of javascript. Try this:

Code:
<a href="javascript:history.go(-1)"><span>goback</span></a>


Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
a {
   width: ##px;
   height: ##px;
   display: block;
   background: #000 url(insert-image-url) top left no-repeat;
}

a:hover {
   background: #000 url(insert-hover-image-url) top left no-repeat;
}

span {
  visibility: none;
}


umm?
02/08/2009 12:03 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] HTML/JAVA mouseover code - Gadget - 01/08/2009, 10:38 PM
RE: [HELP] HTML mouseover code - Mickey - 01/08/2009, 11:02 PM
RE: [HELP] HTML mouseover code - Gadget - 01/08/2009, 11:19 PM
RE: [HELP] HTML/JAVA mouseover code - Mc Cabe - 02/08/2009 12:03 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: