Any of those and more, although the 7 image thing is not my favorite. I
rather like the pure CSS rollovers where you have both the up and the down
images all lined up in the same graphic, e.g.,
button1up button2up button3up button4up
button1down button2down button3down button4down
and then you use that graphic as the background image for all your buttons'
a tags, with CSS position being used to make the right button label appear.
Then your hover state justs shifts the background position.
You can see this in action in the rollovers here (although not as a single
graphic) -
http://www.midwestespresso.com
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"Bradley Williams" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Okay, I'm confused about behaviors like Swap Image and Swap Nav-bar image.
I
have a nav bar, and it is one solid graphic with several different buttons
(its
just an image, but certain areas have the button image). If I just want
the
text on the button to light up when that area is moused over should I:
(A) Make the entire nav bar swap to one of 7 nav bars, each one with one
button text highlighted based on a hotspot mouse over I put over each
button
area
(B) Somehow place text in DW on top of the image for the buttons?
(C) Your own suggestions |