From: Jon M. <jo...@te...> - 2006-06-21 14:21:37
|
Antony Corfield wrote: > with Safari... > Loose location icons along with search and links except logout. > Could you elaborate? Are the icons missing all the time? > Shrinking window causes text to collapse better but eventually spills > over into login div. > Does the overspilling text overwrite the content of the lower box or push it down? A not very pro CSS solution would be to go back to the use of a table. I.e. one row, two cells. The height of the row could be fixed and the width of the right hand cell fixed. This solution would not be too bad for accessibility because it could be navigated linearly and would work better with browsers that implement CSS to version 1 or dont handle it at all. What do you think about tables? Jon |