[Pro] Scritpyaccordian puzzle

http://www.forrmhp.com/hidden/index.html

Hi is there a way to decrease the line height in the far left menu (top box) - I am using h6 for the trigger element and para for the hidden text? As you can see the h6 separate from each other way too much? I would ideally like it looking like the box below it?

Cheers!!!


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

You can create a style in your Styles palette for h6, and set space before and space after to whatever you like (or 0 if that’s how tight you want it to be). Just follow the directions for making a Tag-only style: http://actionsforge.com/articles/view/9-tag-only-styles

Walter

On Oct 11, 2011, at 12:54 PM, Justin Easthall wrote:

http://www.forrmhp.com/hidden/index.html

Hi is there a way to decrease the line height in the far left menu (top box) - I am using h6 for the trigger element and para for the hidden text? As you can see the h6 separate from each other way too much? I would ideally like it looking like the box below it?

Cheers!!!


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


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

Great thanks - if I want to add a style to two or more ids? i.e. menu1 and menu2?

would this work?

#menu1,menu2 H3

Cheers!


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

As a side dish - is it possible to have text change colour on rollover without it actually being a link?

CHEERS!


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

On Oct 11, 2011, at 1:45 PM, Justin Easthall wrote:

As a side dish - is it possible to have text change colour on rollover without it actually being a link?

Yes, in any browser besides IE: #item1:hover { color: red; }

If you have to cover IE, then you can do this by using a class attribute and JavaScript.

Walter

CHEERS!


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


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

Not quite. You would do #menu1 h3, #menu2 h3. What you wrote would target #menu1 itself, and then the h3 in #menu2.

Walter

On Oct 11, 2011, at 1:40 PM, Justin Easthall wrote:

Great thanks - if I want to add a style to two or more ids? i.e. menu1 and menu2?

would this work?

#menu1,menu2 H3

Cheers!


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


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

great thanks! -

Re link Ill just create a link to the same page (i.e. about us would link to abous us.html to add the hover colour - think thats easier

Cheers for the help


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