Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
maximom229 #1
Netscape and Mozilla not recognizing tags
Hi, i am doing an image map and mapped out the coordinates using fancy tooltips
and links and it works great in MSIE but the tooltips don't show in Netscape
8.0 or Mozilla 1.0.6. Dreamweaver is telling me "the title attribute of the
AREA tag is not supported in Netscape 4 & 6". Does anyone know what the
substitution is so it will work on all of the browsers?? Thanks in advance!
Holly
maximom229 Guest
-
sidebar at the wrong place with mozilla and netscape
Hello, I've chosen a page structure which is fine on IE6 but not fine in Mozilla, Netscape Navigator and IE7. You may see the page at... -
img in textfield tag crashes Netscape/mozilla on Mac
Hi. I have made a dynamic textfield and a String object that contains a link to an image. When I attach the string to the textfield.htmlText the... -
php download management - netscape/mozilla bug
I am using the script as below, but there is a problem, in Netscape, and Mozilla Firebird, a .php is added to the filename when the user is prompted... -
This code fails on IE but works with Netscape / Mozilla
<script language="Javascript1.1" type="text/javascript"> function xso_popup(url,name,options) { var cw=window.open(url,name,options);... -
Netscape/Mozilla Problem
Hi all, On my site using Netscape versions or Mozilla etc, the main left hand text navigation menu (blue bar left hand side), red coloured 'New'... -
Murray *ACE* #2
Re: Netscape and Mozilla not recognizing tags
You are getting the correct information - it's not supported in those
browsers, which together probably account for 0.5% of your site visitors or
less. You can ignore it, if you are not interested in supporting those
browsers.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"maximom229" <webforumsuser@macromedia.com> wrote in message
news:e72e4f$8po$1@forums.macromedia.com...> Hi, i am doing an image map and mapped out the coordinates using fancy
> tooltips
> and links and it works great in MSIE but the tooltips don't show in
> Netscape
> 8.0 or Mozilla 1.0.6. Dreamweaver is telling me "the title attribute of
> the
> AREA tag is not supported in Netscape 4 & 6". Does anyone know what the
> substitution is so it will work on all of the browsers?? Thanks in
> advance!
>
> Holly
>
Murray *ACE* Guest
-
maximom229 #3
Re: Netscape and Mozilla not recognizing tags
Hi, two things. yes, i do want to fix the code to support all the browers that
I can, so i still need the fix.
Actually, between AOL, netscape, mozilla, opera and the many others, MSIE
share is only 85% in the US and the others are more common in Europe. I don't
want to lose 15% of the population so if you can point me to the conversion,
i'd appreciate it. :)
Thanks again.
Holly
maximom229 Guest
-
Murray *ACE* #4
Re: Netscape and Mozilla not recognizing tags
All you are really worried about here is NN4x and NN6. As I said, I doubt
that there is more than .5% of your visitors using these browsers.
Certainly nothing like 15%.
Sometimes you have to make the tough decisions. There is no way to MAKE
these browsers support the title attribute on <area> tags, and any
workaround would be far more work that this tiny segment would justify.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"maximom229" <webforumsuser@macromedia.com> wrote in message
news:e73k9a$j2g$1@forums.macromedia.com...> Hi, two things. yes, i do want to fix the code to support all the browers
> that
> I can, so i still need the fix.
>
> Actually, between AOL, netscape, mozilla, opera and the many others, MSIE
> share is only 85% in the US and the others are more common in Europe. I
> don't
> want to lose 15% of the population so if you can point me to the
> conversion,
> i'd appreciate it. :)
>
> Thanks again.
> Holly
>
Murray *ACE* Guest
-
maximom229 #5
Re: Netscape and Mozilla not recognizing tags
Hi, no, it doesn't work in either Mozilla or Netscape - the new versions either
- not just 4 and 6 of NN. that's alot of people. Is there a work around? a
second script that detects browsers and loads a different script perhaps?
maximom229 Guest
-
Murray *ACE* #6
Re: Netscape and Mozilla not recognizing tags
The workaround would be not to rely on the title attribute, but to use an
entirely different method, something like what you find when you Google for
"overlib", although that's adding quite a bit of code overhead to the page.
Alternatively, you could not use hotspots for this, and replace them with
individual images - in this case the title attribute would work fine.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"maximom229" <webforumsuser@macromedia.com> wrote in message
news:e73och$ncr$1@forums.macromedia.com...> Hi, no, it doesn't work in either Mozilla or Netscape - the new versions
> either
> - not just 4 and 6 of NN. that's alot of people. Is there a work around?
> a
> second script that detects browsers and loads a different script perhaps?
>
Murray *ACE* Guest
-
maximom229 #7
Re: Netscape and Mozilla not recognizing tags
Hi, i found the overlib script but it too uses the area tag so it's no
different. I emailed the overlib list right after your response but they never
answered. the option of swapping images won't work here so i need another
attribute that is supported by at least MSIE, Mozilla and NN. will <object>
work here???
maximom229 Guest
-
Murray *ACE* #8
Re: Netscape and Mozilla not recognizing tags
> Hi, i found the overlib script but it too uses the area tag
Then you are not understanding what it does. Of course it uses the area
tag - that's where you are applying it. But instead of relying on the title
attribute of the <area> tag, which is not working for you, overlib triggers
a javascript behavior, which WILL work for you.
Don't expect one....> I emailed the overlib list right after your response but they never
> answered.
Try overlib. It should work fine.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"maximom229" <webforumsuser@macromedia.com> wrote in message
news:e76tol$mlr$1@forums.macromedia.com...> Hi, i found the overlib script but it too uses the area tag so it's no
> different. I emailed the overlib list right after your response but they
> never
> answered. the option of swapping images won't work here so i need another
> attribute that is supported by at least MSIE, Mozilla and NN. will
> <object>
> work here???
>
Murray *ACE* Guest
-
ValPolyakh #9
Re: Netscape and Mozilla not recognizing tags
[q]Originally posted by: maximom229
Hi, i am doing an image map and mapped out the coordinates using fancy
tooltips and links and it works great in MSIE but the tooltips don't show in
Netscape 8.0 or Mozilla 1.0.6. Dreamweaver is telling me "the title attribute
of the AREA tag is not supported in Netscape 4 & 6". Does anyone know what the
substitution is so it will work on all of the browsers?? Thanks in advance!
Holly[/q]
Maybe you should use alt attribute instead of title?
ValPolyakh Guest
-
Murray *ACE* #10
Re: Netscape and Mozilla not recognizing tags
Will not work....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"ValPolyakh" <webforumsuser@macromedia.com> wrote in message
news:e7eb04$21g$1@forums.macromedia.com...> [q]Originally posted by: maximom229
> Hi, i am doing an image map and mapped out the coordinates using fancy
> tooltips and links and it works great in MSIE but the tooltips don't show
> in
> Netscape 8.0 or Mozilla 1.0.6. Dreamweaver is telling me "the title
> attribute
> of the AREA tag is not supported in Netscape 4 & 6". Does anyone know
> what the
> substitution is so it will work on all of the browsers?? Thanks in
> advance!
>
> Holly[/q]
> Maybe you should use alt attribute instead of title?
>
>
Murray *ACE* Guest
-
maximom229 #11
Re: Netscape and Mozilla not recognizing tags
thanks. i did get some help from the Overlib list and it worked great.
maximom229 Guest
-
Murray *ACE* #12
Re: Netscape and Mozilla not recognizing tags
Yep. I thought it would be the best option.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"maximom229" <webforumsuser@macromedia.com> wrote in message
news:e7ef7c$790$1@forums.macromedia.com...> thanks. i did get some help from the Overlib list and it worked great.
Murray *ACE* Guest



Reply With Quote

