Click here to Skip to main content
16,012,028 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: creating a PDF from ASP and ASP.net Pin
Ryan Binns10-Jun-03 5:16
Ryan Binns10-Jun-03 5:16 
GeneralRe: creating a PDF from ASP and ASP.net Pin
DotNet_Newbie10-Jun-03 8:44
DotNet_Newbie10-Jun-03 8:44 
GeneralRe: creating a PDF from ASP and ASP.net Pin
Ryan Binns10-Jun-03 15:08
Ryan Binns10-Jun-03 15:08 
Generalfinding the file size using applet Pin
bob_brown_20009-Jun-03 9:00
bob_brown_20009-Jun-03 9:00 
GeneralRe: finding the file size using applet Pin
Sarvesvara (BVKS) Dasa9-Jun-03 19:05
Sarvesvara (BVKS) Dasa9-Jun-03 19:05 
GeneralTooltip in navigation bar Pin
Txoov9-Jun-03 5:54
Txoov9-Jun-03 5:54 
GeneralRe: Tooltip in navigation bar Pin
alex.barylski9-Jun-03 21:32
alex.barylski9-Jun-03 21:32 
GeneralRe: Tooltip in navigation bar Pin
Paul Watson9-Jun-03 22:48
sitebuilderPaul Watson9-Jun-03 22:48 
Use the title attribute of the a element, that is the proper way to do it. The alt attribute is for alternate text, not tooltips (even though IE does display it as a tooltip.)

e.g.

<a href="myurl" title="This is a tooltip"><img src="myimage" alt="alternate text" /></a>

You can put the title in the img as well. title can actually be applied to almost any active element.

Paul Watson
Bluegrass
Cape Town, South Africa

Chris Losinger wrote:
i hate needles so much i can't even imagine allowing one near The Little Programmer
GeneralRe: Tooltip in navigation bar Pin
Txoov10-Jun-03 3:15
Txoov10-Jun-03 3:15 
GeneralBeginners question on buttons Pin
Trollslayer8-Jun-03 13:11
mentorTrollslayer8-Jun-03 13:11 
GeneralRe: Beginners question on buttons Pin
Roger Wright8-Jun-03 14:52
professionalRoger Wright8-Jun-03 14:52 
GeneralRe: Beginners question on buttons Pin
alex.barylski9-Jun-03 21:31
alex.barylski9-Jun-03 21:31 
GeneralRe: Beginners question on buttons Pin
alex.barylski9-Jun-03 21:32
alex.barylski9-Jun-03 21:32 
Generalms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa7-Jun-03 3:22
Sarvesvara (BVKS) Dasa7-Jun-03 3:22 
GeneralRe: ms access - asp - multiple language Pin
Roger Wright7-Jun-03 4:49
professionalRoger Wright7-Jun-03 4:49 
GeneralRe: ms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa8-Jun-03 4:37
Sarvesvara (BVKS) Dasa8-Jun-03 4:37 
GeneralRe: ms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa10-Jun-03 4:35
Sarvesvara (BVKS) Dasa10-Jun-03 4:35 
GeneralRe: ms access - asp - multiple language Pin
Roger Wright10-Jun-03 6:05
professionalRoger Wright10-Jun-03 6:05 
GeneralRe: ms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa10-Jun-03 6:56
Sarvesvara (BVKS) Dasa10-Jun-03 6:56 
GeneralRe: ms access - asp - multiple language Pin
Roger Wright10-Jun-03 7:42
professionalRoger Wright10-Jun-03 7:42 
GeneralRe: ms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa10-Jun-03 19:12
Sarvesvara (BVKS) Dasa10-Jun-03 19:12 
GeneralRe: ms access - asp - multiple language Pin
Roger Wright10-Jun-03 22:42
professionalRoger Wright10-Jun-03 22:42 
GeneralRe: ms access - asp - multiple language Pin
Sarvesvara (BVKS) Dasa11-Jun-03 3:14
Sarvesvara (BVKS) Dasa11-Jun-03 3:14 
GeneralLoading pictures into a table in the same webpage Pin
Txoov6-Jun-03 4:25
Txoov6-Jun-03 4:25 
GeneralRe: Loading pictures into a table in the same webpage Pin
Megan Forbes8-Jun-03 22:03
Megan Forbes8-Jun-03 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.