|
Posted by Gιrard Talbot on 10/28/06 21:52
Followup-to set: alt.html
> Here's the *correct* URL: http://lazycomic.blogspot.com/
1-
You've got 284 validation markup errors
http://validator.w3.org/check?uri=http://lazycomic.blogspot.com/
Your problem could be related to those, you know.. Without fixing those
first, it's counter-productive to try to figure out what could be the
problem.
Using Web Standards in Your Web Pages
The benefits for valid markup code
http://www.mozilla.org/docs/web-developer/upgrade_2.html#benefitsvalidmarkup
Mozilla Web author FAQ
http://www.mozilla.org/docs/web-developer/faq.html
Why we won't help you
http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you
2-
Some of your CSS declarations imply a font-size of 10px. Now, that's
very small for people (over 40 years old) who may have set a minimum
font-size of over 12px for webpages in Firefox. Have you checked your
layout with such minimum setting?
3-
You have many errors in your css declarations: here's a few:
Invalid number : float center is not a float value : center
# Line: 96 Context : #rightcontent
Invalid number : margin only 0 can be a length. You must put an unit
after your number : 10 10 10 10
# Line: 100 Context : #rightcontent
Invalid number : padding only 0 can be a length. You must put an unit
after your number : 10 10 10 0
4-
You have all kinds of CSS, javascript and a deep and wide DOM tree: this
is exactly the type of code that requires strict validation, combining
and compressing declarations and reduction of DOM tree.
5-
Font-size should never be defined with px. This is well known:
W3C Quality Assurance tip for webmaster:
Care With Font Size: Forget <font>, use CSS
"Do not specify the font-size in pt, or other absolute length units for
screen stylesheets. They render inconsistently across platforms and
can't be resized by the User Agent (e.g browser).
Use relative length units such as percent or (better) em"
http://www.w3.org/QA/Tips/font-size#css
Followup-to set: alt.html
GΓ©rard
--
remove blah to email me
Navigation:
[Reply to this message]
|