SITE CRITIQUE:请评论 [英] SITE CRITIQUE: Please comment

查看:78
本文介绍了SITE CRITIQUE:请评论的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


这是我第一次去一个纯CSS网站,我想要你的意见和

建议。


网址为 http://www.waukeshapumps.com /


非常欢迎评论CSS,设计和内容。


提前致谢,

杰夫

Hi All,

This is my first go at a pure CSS web site and I''d like your comments and
suggestions please.

The URL is http://www.waukeshapumps.com/

Comments on CSS, design and content very welcome.

Thanks in advance,

Jeff

推荐答案

JB写道:
JB wrote:
这是我第一次走纯CSS网站,我想要你的意见
和建议。

URL是 http://www.waukeshapumps.com/

欢迎评论CSS,设计和内容。
This is my first go at a pure CSS web site and I''d like your comments
and suggestions please.

The URL is http://www.waukeshapumps.com/

Comments on CSS, design and content very welcome.



对我来说很好看。干净整洁的布局。 Coupla评论:


将体字体大小改为100%而不是微缩模型,然后除了< hx>之外的所有其他尺寸下降所有

元素,也许85%用于任何

legalese。


访问 http://validator.w3.org/ 并修复错误。


-

-bts

-警告:我为草坪鹿刹车



Looks pretty good to me. Nice clean layout. Coupla comments:

Change body font size to 100% instead of that microfont, then drop all
the other sizing except the <hx> elements, and perhaps use 85% for any
legalese.

Visit http://validator.w3.org/ and fix the errors.

--
-bts
-Warning: I brake for lawn deer


" JB" < me@here.com>写道:
"JB" <me@here.com> wrote:
这是我第一次去一个纯CSS网站,我想要你的意见和建议。

网址为 http://www.waukeshapumps.com/

它不是一个纯CSS网站。它使用了弃用的表示代码。

抛弃过渡编码,切换到严格的doctype可能会使得b $ b验证成为一个更有用的工具。在验证的主题上,你的

页面没有:
http://validator.w3.org/check?uri=ht...eshapumps.com/

XHTML用作text / html很傻:
http://www.spartanicus.utvinternet.ie/no-xhtml.htm

HTML 4.01严格是更好的选择。

关于CSS的评论,设计和内容非常欢迎。


看起来你使用了模板。

< h1>选择正确的替代品< / h1>


您的标题使用完全错误。索引页面的徽标图像应该包含在< h1>中。与Waukesha Pumps UK Ltd.作为alt内容。

此页面中不应使用其他< h1> ;.

* {
填充:0;
页边距:0;
}


这是不明智的,它要求你为需要它的元素明确定义填充和边距

,导致不必要的臃肿的CSS。这是像素精密粉丝中常见的
,不要打架浏览器

默认值,接受不同的东西会有所不同

浏览器,这是设计网络时的一个基本概念。

#leftColumn {
宽度:175px;
浮动:左;
}


文本的容器应使用em单元调整大小,菜单文本

溢出它的容器,因为它的当前像素大小。使用

em单位,容器将适应不同的字体大小,而不是你所看到的




使用基于Gecko的浏览器缩放文本以检查设计是否适应不同的文本设置




此布局不需要固定宽度,它应该适应

可用的视口宽度。

body {
font-size:62.5%;
}
p {
font-size:1.2em;
}
This is my first go at a pure CSS web site and I''d like your comments and
suggestions please.

The URL is http://www.waukeshapumps.com/
It''s not a "pure CSS web site" It uses deprecated presentational code.
Ditch the transitional coding, switching to a Strict doctype might make
validation a more useful tool. While on the subject of validation, your
page doesn''t:
http://validator.w3.org/check?uri=ht...eshapumps.com/

XHTML served as text/html is silly:
http://www.spartanicus.utvinternet.ie/no-xhtml.htm
HTML 4.01 Strict is the better choice.
Comments on CSS, design and content very welcome.
Looks like you used a template.
<h1>Choose the right alternative</h1>
You header usage is all wrong. The logo image of the index page should
be wrapped in the <h1> with "Waukesha Pumps UK Ltd." as the alt content.
No other <h1>s should be used in this page.
* {
padding:0;
margin:0;
}
This is unwise, it requires you to explicitly define padding and margins
for elements that need it, resulting in needlessly bloated CSS. It''s
commonly seen amongst pixel precision fans, don''t fight browser
defaults, accept that things will look somewhat different on different
browsers, this is an essential concept when designing for the web.
#leftColumn {
width: 175px;
float: left;
}
Containers for text should be sized using the em unit, your menu text
overflows it''s container here due to it''s current pixel sizing. Use the
em unit and the container will adapt to different font sizes than the
one you are seeing.

Use a Gecko based browser to zoom the text to check if the design adapts
to varying text settings.

There is no need for this layout to be fixed width, it should adapt to
the available viewport width.
body {
font-size:62.5%;
}
p {
font-size: 1.2em;
}




白痴文字大小调整,单独保留正文字体大小,包括

段落。


-

Spartanicus



Idiotic text sizing, leave the body font size alone, including
paragraphs.

--
Spartanicus


留言< 43 **** ******************@ptn-nntp-reader02.plus.net> ;, JB

< me@here.com>写道
In message <43**********************@ptn-nntp-reader02.plus.net>, JB
<me@here.com> writes
大家好,

这是我第一次去纯CSS网站,我想请你的评论和建议。

网址为 http://www.waukeshapumps.com/

非常欢迎关于CSS,设计和内容的评论。

提前致谢,

杰夫
Hi All,

This is my first go at a pure CSS web site and I''d like your comments and
suggestions please.

The URL is http://www.waukeshapumps.com/

Comments on CSS, design and content very welcome.

Thanks in advance,

Jeff



在主页上,第73行第15列:属性值清除不能

是两个;必须是left,all,right,none之一。


干得好!

-

克里斯休斯

现实就是当你停止相信时,它继续存在。
http://www.epicure.demon.co.uk


这篇关于SITE CRITIQUE:请评论的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆