Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
vesp webforumsuser@macromedia.com #1
Re: Rollover menus
Hi -
I looked at your rollover and liked them. I have a question for you. I am trying to create a simple rollover menu behavior and I continue to get an error message that says my imgName is not defined. Do you have any suggestions?
thanks!
vesp webforumsuser@macromedia.com Guest
-
Creating Rollover Menus
You can see this sort of navigation menu (rollover and dropdown) on sites like alienware.com, but how do you create them? Thanks for any help!... -
trying to do a rollover - please help!!!
Hi, I'm a bit new to Director and i'm trying to make a rolloverbutton so that when i entermouse i want the transparency to go from 100 to 0. And... -
Implementing Rollover Menus
Thanks to the advice of the forum I've abandoned the Fireworks method of creating drop-down menus. Instead I've followed the steps outlined in the... -
Rollover and making another rollover with links
Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does... -
Rollover ???
hi, I am trying to build my first site with flash and i have a question. what I am trying to do is to get photos to change from grayscale to... -
Murray *TMM* #2
Re: Rollover menus
Did you name your images?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"vesp" <webforumsuser@macromedia.com> wrote in message
news:ben3bm$pfn$1@forums.macromedia.com...am trying to create a simple rollover menu behavior and I continue to get an> Hi -
> I looked at your rollover and liked them. I have a question for you. I
error message that says my imgName is not defined. Do you have any
suggestions?> thanks!
>
>
Murray *TMM* Guest
-
Murray *TMM* #3
Re: Rollover menus
vesp:
Show me your code, please. There is no specific name requirement for
images....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"vesp" <webforumsuser@macromedia.com> wrote in message
news:bepab7$lr5$1@forums.macromedia.com...or format? Thanks for any helps you might be able to give me...> Hi -
> Yes, I do name my images - does it need to be some specific type of name,> Vesp
>
>
Murray *TMM* Guest
-
Richard Cornford #4
Re: Rollover menus
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:bepeu8$r91$1@forums.macromedia.com...Not specifically for images but the HTML specification does place some>... There is no specific name requirement for
>images....
restrictions on NAME and ID attribute strings:-
<quote cite="http://www.w3.org/TR/html401/types.html#h-6.2">
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
followed by any number of letters, digits ([0-9]), hyphens ("-"),
underscores ("_"), colons (":"), and periods (".").
</quote>
(It is also better to avoid colons, periods and hyphens in the names or
IDs if they are going to be interacting with JavaScript)
Though in reality browsers tend to be much more tolerant than the
specification, but there is no reason to expect them to be.
Richard.
Richard Cornford Guest



Reply With Quote

