Make an entire <div> linkable when a module is loaded inside to it
问题 My question relates to make an entire DIV linkable when a module is loaded inside to it (Joomla 2.5.latest). I have 4 boxes side by side, all as below in my custom-css. .box1 { width: 22%; height: 225px; border-radius: 5%; -moz-border-radius: 5%; etc. etc. etc. In my HTML I have this: <div class="box1">{module Colours module: Challenges}</div> I use Joomla 2.5. latest and I loaded a module inside a module, i.e. the colours module challenges goes into box1 and box1 is inside a Joomla module