Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Lionsanime Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-23-2004, 01:45 PM   #1 (permalink)
Contributing Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
iTrader: 0 / 0%
raciviusdawn is on the right pathraciviusdawn is on the right pathraciviusdawn is on the right path
Send a message via AIM to raciviusdawn
Mouseovers...

how do you make these different and not just the generic box...

for instance on images with Alt tags when you mouseover them it shows your Alt tag in a box...how would you change the box into something else like on this site http://www.rockstargames.com
if you mouseover the images they have like a quote box with the Alt tags.

and also, how do i make text and a link in a pop up box? like when users mouseover a link a message would pop up detailing that item and also providing a link to purchase that item...i tried in Dreamweaver but the pop up will only let me do text and not a url+text
raciviusdawn is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-23-2004, 01:54 PM   #2 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,199
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Well for starters, that's Flash. Dunno how to do it in normal web pages, maybe there's some dHTML or summat that could do it? Or java.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 02:04 PM   #3 (permalink)
Contributing Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
iTrader: 0 / 0%
raciviusdawn is on the right pathraciviusdawn is on the right pathraciviusdawn is on the right path
Send a message via AIM to raciviusdawn
yeah i know it's Flash but i was thinking the sameprinciples would apply..

what about the pop up message question of mine?
raciviusdawn is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 02:47 PM   #4 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,894
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
You could use layers.
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 03:49 PM   #5 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
something like this ?
http://dynamicdrive.com/dynamicindex4/imagetooltip.htm
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 05:19 PM   #6 (permalink)
Contributing Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
iTrader: 0 / 0%
raciviusdawn is on the right pathraciviusdawn is on the right pathraciviusdawn is on the right path
Send a message via AIM to raciviusdawn
that's cool Rico...any idea about changing what's in the Pop up message to texts/links
raciviusdawn is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-23-2004, 07:10 PM   #7 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
there is a place in the "head" script that writes:

[code:1:40b7099f2d]// tooltip content goes here (image, description, optional bgColor, optional textcolor)
var messages = new Array();
// multi-dimensional arrays containing:
// image and text for tooltip
// optional: bgColor and color to be sent to tooltip
messages[0] = new Array('red_balloon.gif','Here is a red balloon on a white background',"#FFFFFF");
messages[1] = new Array('duck2.gif','Here is a duck on a light blue background.',"#DDECFF");
messages[2] = new Array('test.gif','Test description','black','white');[/code:1:40b7099f2d]

just have to remove the images, unless you want images, and then write the text you want
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Having a problem with mouseovers Pipeline-Webdesign Coding Forum 18 09-03-2004 03:18 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:44 PM.
© Copyright 2008 V7 Inc