Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I created new pages on my (soon to be) photography website using Panels and Views. I want to have my own hover effects for pictures on my albums page. How am I supposed to use custom HTML and CSS3 animations like those found here on these images which are loaded by modules such as Panels and Drupal which are basically creating their own markup on the page load i.e. not in hard coded files which I can add markup to.

share|improve this question
Hello, and welcome to Drupal Answers. This question is off-topic as per FAQ. – kiamlaluno Mar 9 at 2:07

closed as off topic by Chapabu, Patrick Kenny, kiamlaluno Mar 9 at 2:07

Questions on Drupal Answers are expected to relate to drupal within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

You can override the views template and create your own template/markup to achieve what you want. You can read more on how to achieve that here: http://drupal.org/node/1089656

share|improve this answer
Thank you! That's what I was looking for. – Matt Mar 8 at 18:17

Not the answer you're looking for? Browse other questions tagged or ask your own question.