Hi Adam, just some tips: - an ID used for something must be unique. so, for example, it's not allowed to have more then 1 ID <div id="picr">. Change that to class="picr", as a class is allowed more then once. The same hoes for the other ID's you use more then once. - try to validate your pages with the w3c validator: http://validator.w3.org/check?verbose=1&uri=http%3A//adam.lylix.net/germany/day_2.html
Errors in the html often lead to unexpected results, so getting rid of them is a good start. good luck, Matthijs ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
