Help with Idea

3 posts by 3 authors in: Forums > CMS Builder
Last Post: January 6, 2011   (RSS)

Re: [kcmedia] Help with Idea

By Chris - January 6, 2011

Hi Craig,

It would be best to break this into two separate steps:

1. output the store locations just as regular text beside the image

2. make it dynamic (have the locations hidden until mouseover)

If you're not sure how to do (1), can you explain exactly how your have your sections and fields set up? i.e. what is the list field called, does it store "num"s as values, what is the name of the store location section, what are the names of the address and phone number fields. We can help you figure this out.

Our free support can't help you with (2), but our consulting department can — please let me know if that's something you'd be interested in and we can arrange a quote.

I hope this helps. Please let me know if you have any questions.
All the best,
Chris

Re: [chris] Help with Idea

By Rusty - January 6, 2011 - edited: January 6, 2011

If you're inclined to do it yourself, good luck and here are a few pointers.

Use a Multi List page for each motorcycle, and within the div created for each motorcycle create a div for the image, inside that another div sized and positioned to go over the price spot, and then another div for the location info.

Then you can google http://goo.gl/JVVqE CSS Show Hide Hover, to figure out how to show the location info when the mouse is hovered over the price area.

This is ugly but will give you an idea.

For Each
DIV wrapper - motorcycle wrapper container - CSS Position relative
IMAGE
DIV 1 - container sized and positioned absolute to be over the price area
/DIV 1
DIV 2 - location info container - CSS Position absolute
/DIV2
/DIV wrapper
End For Each
Rusty