View Single Post
  #2 (permalink)  
Old Sep 17th, 2006, 19:04
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: little help please?

Actually no I can't. Size wise it looks fine to me in both Firefox and IE.

However, there are anumber of validation issues not least of which is the fact that your page does not have a DOCTYPE.

Also, the way you are going about producing it makes your site unusable by anyone using assistive technology. In fact anything other than a standard GUI browser.

You need to stop using all those position: absolute; as well. If you think about the layout, it shouldn't be necessary on that scale. They will cause problems down the road.

Last edited by ukgeoff; Sep 17th, 2006 at 19:08.
Reply With Quote