|
Posted by Jim Moe on August 7, 2007, 3:41 pm
Please log in for more thread options
CJM wrote:
> I'm gradually upgrading and improving a website. it was bodged together by a
> marketing agency so you can imagine the starting point. Things are much
> improved but I've got a couple of layput problems that need addressing with
> the following page: http://new.eminox.com/home/index2.shtml
>
Fix the validation errors first.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fnew.eminox.com%2Fhome%2Findex2.shtml>
The text in the News boxes is too small to read.
The News boxes do not adapt to the text size they contain. When the text
size is increased to a readable size, it overlays into whatever is below it.
Lots of pixel-perfect positioning. Given the layout I see no reason for
all the absolute positioning.
>
> The second (and arguably more import issue) is that of the footer on this
> page. This page is a modification of the original which is designed to
> demonstrated various design options to the customer. In FF the footer
> appears at the bottom of the page which is fine. However in IE it appears
> midway through the text, and in Opera it doesn't display at all. [...]
>
What is the second page? The Company Profile? Anything besides the home
page?
The .bottombar class is absolutely positioned without any placement
properties specified, i.e., no top/left/right/bottom. Who knows where it
will be placed?
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|