PDA

View Full Version : Changing link behavior for a Style Class


wbdesigner
04-03-2008, 11:16 PM
I'm trying to make rollovers with drop down menus and I'm trying to use class styles to do it. When you look up help for Changing link behavior for a Style Class the item is there but nothing is in the help for it.

Anybody ever figure this out?
Here's a test page I'm using to try a bunch of different things. http://www.wbprints.com/rollover/

What I've done is in the style menu I've added a background color and CSS blink to the navigation and the other text. It only works with plain text??? I think.

Also anyone know how to increase the hangtime of the drop down menu?

Patti

Support_JH
04-04-2008, 02:36 AM
Yeah, I see I'm going to have to do a Style Classes FAQ. That tool is just too powerful.

What do you mean by hangtime? For me, the dropdowns pop up pretty much immediately and stay up till I move off the rollover. Do you want a delay in the popup?

wbdesigner
04-04-2008, 03:58 AM
the pop up goes away before I can click on it.
Patti

Support_JH
04-04-2008, 04:21 AM
You're passing over an inactive field when you go to click on the popup item. You can jury-rig a text-based popup by adjusting the size of the text box a little bit toward the text, being that the popup always appears to show up to the right of the text box.

I'm not finding anything that I can say specifically refers to popups in CSS 2.

Speaking of which, here's something for you to chew on...

http://webdesign.about.com/od/css/a/aastylelibrary.htm

wbdesigner
04-04-2008, 08:43 PM
so the style rollover can only be created on text?
Patti