Page 1 of 1

Contents List Format

PostPosted: Wed Aug 31, 2011 2:12 am
by andperry
The easiest way to explain this problem is to give the following set of screenshots (I've linked rather than embedded them because they are rather large):-

http://www.andperry.com/images/xataface_contents_list_1.jpg
http://www.andperry.com/images/xataface_contents_list_2.jpg
http://www.andperry.com/images/xataface_contents_list_3.jpg

Basically the browser window was being stretched to various sizes. As you will see, in the middle one the contents list is all over the place. Have tried it on IE8 and Firefox 6 - problem seems the same. Hopefully it should speak for itself.

Thanks,

Andrew Perry.

Re: Contents List Format

PostPosted: Wed Aug 31, 2011 7:18 pm
by shannah
You can use CSS to fix this issue. The reason for this is because some of the elements are set to float left, so if an element above overlaps it may push them to the right...

Generally either changing the height of the container whose elements are overlapping (from above), or play with the clear:both directive....

Can't be more specific at this time.

-Steve