What's new

anyone know the html code for... (1 Viewer)

Sam E. Torres

Second Unit
Joined
May 31, 1999
Messages
436
i want to know if there is a javascript or something for something on my website. i have a series of pictures, and i would like to know if its possible for text to appear under the thumbnails in a blank white area, when the mouse goes over the pictures. i want to use this so that i can put descriptions of the pictures. if you need me to elaborate, or don't really understand, just ask more questions. here's my website(go to pictures) http://hometown.aol.com/[email protected]
 

Ricky Hustle

Supporting Actor
Joined
May 29, 2000
Messages
976
Sam,
Try to get your hands on Macromedia's Fireworks program. Using this tool, you can easily accomplish what you need to do.
 

Ross Williams

Supporting Actor
Joined
Feb 9, 1999
Messages
653
Try finding it at: http://htmlgoodies.com/
It's the best Html / Javascript site I've found yet. Good luck!
------------------
"You know, there's a million fine looking women in the world, dude. But they
don't all bring you lasagna at work. Most of 'em just cheat on you." - Silent Bob
"No matter where you go, there you are." - Buckaroo Bonzai
Optimus Prime Films
 

Sam E. Torres

Second Unit
Joined
May 31, 1999
Messages
436
i use htmlgoodies.com and yes it is really good...i don't like to use programs though, i do my html on notepad.
------------------
signature.jpg

[email protected]
 

DaveF

Moderator
Senior HTF Member
Joined
Mar 4, 2001
Messages
28,670
Location
Catfisch Cinema
Real Name
Dave
Sam,
There are various ways to do it, but I think the easiest is to use a style-sheet (CSS). The following should do the trick. Just copy and paste into a new html file, and change the link reference, image name, and text label to suit your purposes.
Code:
   Example File - Hover Link
   
A {
   background-color : White;
   color : White;
}
A:HOVER {
   color : Black;
}
   


   [URL="index.html"]
Graphic Description Text[/URL]
If I may be so bold, I recommend looking at some of the excellent HTML editors. Notepad is a poor excuse for a text editor, much less a HTML editor. Check out Arachnophilia (freeware, http://www.arachnoid.com/arachnophilia/index.html),
 

Users who are viewing this thread

Forum statistics

Threads
356,710
Messages
5,121,134
Members
144,146
Latest member
SaladinNagasawa
Recent bookmarks
0
Top