03-22-2008, 08:55 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Posts: 27
Thanks: 2
|
The 'div': <div class="img">, that is after thumbs, is wrong positioned, in this case: relative. Remove relative, give it:
clear left;
margin: 3px 0 0 0;
And you are done! :)
|
|
|
|