Lidia-Anain "ZenLoveJoy" wrote:
> This is the final project in my one yr journey of free practice 
> before I launch.  So, I want it to not have errors.

> <http://kristenlemoine.com/category/Art_Supply_Storage/c18>

1: the only problem I can see IE6 having compared to other browsers, is
that IE6 (and older) doesn't support 32bit png transparency. Not a CSS,
problem, and easiest to solve by using 8bit png or gif.

2: your layout breaks into two parts on browser-windows wider than 1024
- in all browsers, as the bottom-part breaks horizontally away from the
rest. This is caused by the end-tag for #container being above the
#bottom container, instead of below it where it should be. Test your
designs on wider windows/screens.

3: the SEO trick with a paragraph inside a headline is invalid markup.
At least make it "a span in a headline" (or something else that's valid)
if you want such a construction.

4: A Transitional doctype may be suitable/necessary when upgrading old
markup - to lower the workload in a transitional period, while a Strict
doctype is for new markup pr. 2008. Nothing old in your markup that
could hold HTML Tidy back, so my debugging-copy became Strict.

5: font-size in points (pt) is more suitable for print than screens. A
more proper unit would be 'em' or percentage. Regardless of unit; your
design shows clear signs of breaking /too early/ when subjected to
font-resizing.

Point 1, 2, 3 and 4 are "demo-fixed" in this example...
<http://www.gunlaug.no/tos/alien/l-a/test_08_0329.html>
...(the 8bit pngs need some more edge-cleaning).

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to