A4 (B5 Platform) Discussion Discussion forum for the B5 Audi A4 produced from 1995-2001 B5 FAQ

Question for all of the HTML aces out there (Audi related)...

Thread Tools
 
Search this Thread
 
Old 05-29-2001, 12:15 PM
  #1  
AudiWorld Super User
Thread Starter
 
jussnb's Avatar
 
Join Date: Oct 2000
Location: Pittsburgh, PA
Posts: 16,575
Likes: 0
Received 0 Likes on 0 Posts
Default Question for all of the HTML aces out there (Audi related)...

Here's the deal...

When I drag my mouse over the banner ads, a small text box pops up.

How do I assign that attribute to an image on a website? I'm using Dreamweaver3 and it seems like it should be a piece of cake, but I can't seem to figure it out.

Audi content: I want to incorporate this into an Audi site I'm working on. See the link for a sneak peek.<ul><li><a href="http://www.tdlracing.com">TDL Racing</a></li></ul>
Old 05-29-2001, 12:20 PM
  #2  
Senior Member
 
D.Ross's Avatar
 
Join Date: Jun 2000
Posts: 7,903
Likes: 0
Received 0 Likes on 0 Posts
Default is it a popup window, or an alert?

if it's a new window, the url should be the location of the image. If it's an alert, it cannot be done.
Old 05-29-2001, 12:24 PM
  #3  
AudiWorld Super User
Thread Starter
 
jussnb's Avatar
 
Join Date: Oct 2000
Location: Pittsburgh, PA
Posts: 16,575
Likes: 0
Received 0 Likes on 0 Posts
Default Huh? Then why do all of the banner ads at the top of this forum have it?...

It's definitely not a popup window.

Go to the banner ad at the top of the page. Put your mouse on the ad & leave it there...VOILA! Text! Now how do I do that?
Old 05-29-2001, 12:27 PM
  #4  
Senior Member
 
D.Ross's Avatar
 
Join Date: Jun 2000
Posts: 7,903
Likes: 0
Received 0 Likes on 0 Posts
Default set in the image tag... the alt="" attribute... if you want something like that with an image

you'd have to use layers.
Old 05-29-2001, 12:28 PM
  #5  
AudiWorld Member
 
Mike D.'s Avatar
 
Join Date: Mar 2000
Location: South Jersey
Posts: 502
Received 3 Likes on 2 Posts
Default Sounds like your talking about the ALT tag...

In the image tag, you can assign text that will appear when you hold the mouse over it.

&lt;!-- &lt;img src="whatever.jpg" alt="This text will show up"&gt; --&gt;
Old 05-29-2001, 12:29 PM
  #6  
AudiWorld Super User
 
WYSIWYG's Avatar
 
Join Date: Nov 2000
Posts: 19,970
Likes: 0
Received 0 Likes on 0 Posts
Default

ALT="HPA Motors Banner Ads" ???
Old 05-29-2001, 12:29 PM
  #7  
AudiWorld Senior Member
 
cloudious's Avatar
 
Join Date: Jan 2001
Posts: 912
Likes: 0
Received 0 Likes on 0 Posts
Default I think you're referring to the ALT tag.

I don't know about in Dreamweaver, but the HTML way is to do something like:

&lt;IMG SRC="audi.jpg" ALT="This is an Audi"&gt;

The text, "This is an Audi." will appear when you move your mouse over the image and leave it there for a second. Note: This only works on IE, not Netscape. Hope this helps.
Old 05-29-2001, 12:32 PM
  #8  
AudiWorld Super User
 
WYSIWYG's Avatar
 
Join Date: Nov 2000
Posts: 19,970
Likes: 0
Received 0 Likes on 0 Posts
Default

if you want pics popping out youre going to use DHTML
Old 05-29-2001, 12:33 PM
  #9  
Elder Member
 
Matt H.'s Avatar
 
Join Date: Apr 2001
Posts: 26,881
Likes: 0
Received 0 Likes on 0 Posts
Default Those are what we call "Alt Tags"

Their use is limited for us, they are a text description of the image, for 3 things:

1. Images that aren't loading properly
2. people that choose to stop loading pages before all the images all load
3. Computers set up for blind people actually read the image tag and create a sound byte based on it (so I'm told)

Heres one of our image tags....you'll see where it says alt="bla bla"....thats where you put the text you want in the image tag.

<img src="../../images/logo_leader.gif" border="0" alt="Bally Total Fitness">

What you are trying to do is what we call a mouse-over. We use Javascript here, but I am a newbie, therefore I suck really bad at Javascript. I fear Javascript. I'm trying to learn more VB script, then I'll overcome that fear.

This probably doesn't help, but hopefully theres a Javascript guru on the board.
Old 05-29-2001, 12:35 PM
  #10  
Elder Member
 
Matt H.'s Avatar
 
Join Date: Apr 2001
Posts: 26,881
Likes: 0
Received 0 Likes on 0 Posts
Default Or you won't see cause its actually trying to display the image

I'm a dumbass and I need to go home.....soon


Quick Reply: Question for all of the HTML aces out there (Audi related)...



All times are GMT -8. The time now is 04:12 AM.