Lots of popups on one page.

Permalink
Hi,

I've got a page with a list of services and each one has a 3 sentence description (roughly). There are about 40 of these different services and the client either wants to be able to display a description to each in a popup when the user clicks on the text link but I'm open to other solutions to suggest such as an ajax area on the page which will change text when a link is clicked on.

The static page with the links (more to be added):http://www.csib.uk.com/products.php....

I'm currently migrating it over to concrete.

Any advice/ideas very welcome.

Cheers,
Richard

 
adajad replied on at Permalink Best Answer Reply
adajad
I would consider using pure css or js/jQuery for the information to show up inline instead of pop-ups. Pop-ups are evil...

Here are some inspiration for you: http://jsfiddle.net/REqfm/

The fiddle above is just a rough, unstyled example, but I guess you can work on that.
rpain replied on at Permalink Reply
Heh - that's an interesting site. In the end I think I'll just use the expand/collapse add-on - seems to be working a treat.

Cheers
adajad replied on at Permalink Reply
adajad
:)

I guess that might be the quickest way to go.

And just for the record, here is a css approach: http://jsfiddle.net/rUZDU/