[Pro] do you think this will ever be possible w/CSS menus?

Hi all,

Happy New Year!!!

Do you think the ability to have the font color change when the visitor hovers over the link with CSS menus will be possible?

Right now, I can see that I can easily have the background change with hover, but it would be nice to have the font change too when hover.

ex. starts off with black background with white font, and when hover, changes to white background and red font.

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Have a look at http://www.deltadesign.co/FW6Test/hoff-css.html

Assuming that my server recovers to get uploaded to before you get up.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hey Dave,

Not working for me.

For now just trying to do this:

when looking at it, pink background, white font.
When hover, blue background, yellow font.

See my settings here…

http://www.hoffkids.com/practice.html

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It works like a charm for me all the time. Looking at your example I’m amazed by the mess your page contains, I can see all kinds of manipulation done manually … that’s 99 out of a 100 times the reason things don’t work out. Even when I use several CSS menu’s on one page, it still works perfectly (check work in progress here: ontwerpzaam.nl ).

When breaking down your code, it seems to me you’ve manually added a class to the CSS Menu text (style17) which overrules all earlier loaded styles in the section. Style17 turns your text white, even though the CSS Menu styles loaded earlier had a different colour in mind.

Try removing this applied style and things will look different. You should create a body style where you already define your font, text-colour, and all things that can act as standard. Create DIV styles to target DIV that need different styles (larger font, different style behavior) and don’t interfere with CSS Menu’s outside the Actions-palette.

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes it is very important that you do not have any colour styling except that from within the action.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks.

still learning this end of things.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options