I been trying to show several images inside a tab, nothing fancy, just an HTML plain:
- <img src="./path/to/image_1" />
- <img src="./path/to/image_2" />
- <img src="./path/to/image_3" />
- <img src="./path/to/image_4" />
On the file wich I call on the tab's <a>
Notice that the rest of the tabs load content beatifully
But inside the tab only the first image is shown, the rest are, but hidden, I see them with the Firebug ...
Any ideas why is that ??
Thanks in advance