![]() |
|
|
|
#1 |
|
Greetings! I'm wondering if there is a way to disable the nasty little yello boxes that appears in IE when one hoovers over an image with the alt attribute set. I mean, is there an other way to do it than simply setting alt to " jspyr ----------------------------------------------------------------------- Posted via http://www.forum4designers.co ----------------------------------------------------------------------- View this thread: http://www.forum4designers.com/message29238.htm jspyro |
|
|
|
|
#2 |
|
Posts: n/a
|
jspyro wrote:
> I'm wondering if there is a way to disable the nasty little yellow > boxes that appears in IE when one hoovers over an image with the alt > attribute set. Get a better browser, like Mozilla. |
|
|
|
#3 |
|
Posts: n/a
|
In article <IcJKb.86$>,
says... > > I'm wondering if there is a way to disable the nasty little yellow > > boxes that appears in IE when one hoovers over an image with the alt > > attribute set. > Get a better browser, like Mozilla. Why mislead a newbie like that? You are too cruel. -- Whitecrest Entertainment www.whitecrestent.com |
|
|
|
#4 |
|
Posts: n/a
|
Whitecrest wrote:
>>>I'm wondering if there is a way to disable the nasty little yellow >>>boxes that appears in IE when one hoovers over an image with the alt >>>attribute set. >> >>Get a better browser, like Mozilla. > > Why mislead a newbie like that? You are too cruel. Mozilla doesn't have the incorrect behavior that the OP didn't want. It blocks popups and spam. It's more secure. It has better standards compliance. |
|
|
|
#5 |
|
Posts: n/a
|
On Tue, 6 Jan 2004 18:50:02 -0600, jspyro declared in alt.html:
> Greetings! > > I'm wondering if there is a way to disable the nasty little yellow > boxes that appears in IE when one hoovers over an image with the alt > attribute set. > I mean, is there an other way to do it than simply setting alt to "" Set the title attribute as well. If you don't want anything in there, try adding title="". From memory, that will stop IE from doing that, though I can't remember offhand whether it causes side effects in other browsers. -- Mark Parnell http://www.clarkecomputers.com.au |
|
|
|
#6 |
|
Posts: n/a
|
Whitecrest wrote: >>>I'm wondering if there is a way to disable the nasty little yellow >>>boxes that appears in IE when one hoovers over an image with the alt >>>attribute set. >> >>Get a better browser, like Mozilla. > > > Why mislead a newbie like that? You are too cruel. How is Leif's comment misleading? The manner in which IE handles ALT attributes is incorrect. Therefore, this is a clear case where Mozilla is indeed better, as it handles the ALT attribute correctly according to the standard. Perfect example from our discussion in the "View source" thread -- you may PREFER that the ALT pop up as a tooltip, but QUALITATIVELY, doing so is incorrect. -- *** Remove the DELETE from my address to reply *** ================================================== ==== Kevin Scholl http://www.ksscholl.com/ ------------------------------------------------------ Information Architecture, Web Design and Development ------------------------------------------------------ We are the music makers, and we are the dreamers of the dreams... ================================================== ==== |
|
|
|
#7 |
|
Posts: n/a
|
In article <15KdnYek3cfc4GaiRVn->,
says... > > Whitecrest wrote: > > >>>I'm wondering if there is a way to disable the nasty little yellow > >>>boxes that appears in IE when one hoovers over an image with the alt > >>>attribute set. > >>Get a better browser, like Mozilla. > > Why mislead a newbie like that? You are too cruel. > How is Leif's comment misleading? Don't be stupid. -- Whitecrest Entertainment www.whitecrestent.com |
|
|
|
#8 |
|
Posts: n/a
|
use title="" as well, it will override it in ie
mark "jspyro" <> wrote in message news:... > > Greetings! > > I'm wondering if there is a way to disable the nasty little yellow > boxes that appears in IE when one hoovers over an image with the alt > attribute set. > I mean, is there an other way to do it than simply setting alt to "" > > > jspyro > ------------------------------------------------------------------------ > Posted via http://www.forum4designers.com > ------------------------------------------------------------------------ > View this thread: http://www.forum4designers.com/message29238.html > > > |
|
|
|
#9 |
|
Posts: n/a
|
Kevin Scholl <> wrote in message news:<15KdnYek3cfc4GaiRVn->...
> Whitecrest wrote: > >>>I'm wondering if there is a way to disable the nasty little yellow > >>>boxes that appears in IE when one hoovers over an image with the alt > >>>attribute set. > >> > >>Get a better browser, like Mozilla. > > > > Why mislead a newbie like that? You are too cruel. > > How is Leif's comment misleading? The manner in which IE handles ALT > attributes is incorrect. Therefore, this is a clear case where Mozilla > is indeed better, as it handles the ALT attribute correctly according to > the standard. Are we looking at the same standard here? I see nothing that forbids UAs giving access to alt-text as a tool tip. --- Safalra (Stephen Morley) --- http://www.safalra.com/hypertext |
|
|
|
#10 |
|
Posts: n/a
|
Safalra wrote: >>>>>I'm wondering if there is a way to disable the nasty little yellow >>>>>boxes that appears in IE when one hoovers over an image with the alt >>>>>attribute set. >>>> >>>>Get a better browser, like Mozilla. >>> >>>Why mislead a newbie like that? You are too cruel. >> >>How is Leif's comment misleading? The manner in which IE handles ALT >>attributes is incorrect. Therefore, this is a clear case where Mozilla >>is indeed better, as it handles the ALT attribute correctly according to >>the standard. > > > Are we looking at the same standard here? I see nothing that forbids > UAs giving access to alt-text as a tool tip. That discussionhas been had ad naseum here and elsewhere. The TITLE attribute is for tooltips. The ALT attribute was not intended for such use, but rather for those who had/have text-only browsers, or images turned off. -- *** Remove the DELETE from my address to reply *** ================================================== ==== Kevin Scholl http://www.ksscholl.com/ ------------------------------------------------------ Information Architecture, Web Design and Development ------------------------------------------------------ We are the music makers, and we are the dreamers of the dreams... ================================================== ==== |
|