网站显示问题 [英] Problems with website display

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

问题描述

我妻子的朋友为他的公司建了一个网站,看起来很棒

使用电脑。


在Mac上查看使用Safari或资源管理器格式化是非常糟糕的。主页不是太糟糕,但是,选择的任何其他页面

在段落之间有很大的空格。


我知道在构建时比较不同的浏览器一个网站,但是什么可以

我建议他解决PC / Mac问题。


网站位于: http://www.estatenet.ca/

评论&建议赞赏。

bill,toronto

My wife''s friend had a website built for his company, and it looks great
using a PC.

When viewed on a Mac using either Safari or Explorer the formatting is
terrible. The home page is not too bad, however, any of the other pages
selected have large spaces between paragraphs.

I know to compare different browers when building a website but what can
I suggest to him for PC/Mac problems.

The website is at: http://www.estatenet.ca/
Comments & suggestions appreciated.
bill, toronto

推荐答案

Bill Davidson写道:
Bill Davidson wrote:
我的妻子'我的朋友有一个为他的公司建立的网站,看起来很好用PC。

使用Safari或资源管理器在Mac上观看格式很糟糕。主页也不错,但是,选择的任何其他页面之间的段落都有很大的空格。

我知道在构建网站时比较不同的浏览器但是什么
我可以向他推荐PC / Mac问题。

网站位于: http://www.estatenet.ca/
My wife''s friend had a website built for his company, and it looks
great using a PC.

When viewed on a Mac using either Safari or Explorer the formatting is
terrible. The home page is not too bad, however, any of the other
pages selected have large spaces between paragraphs.

I know to compare different browers when building a website but what
can I suggest to him for PC/Mac problems.

The website is at: http://www.estatenet.ca/




你(他们)有一些狡猾的CSS。例如,它开始:


textarea {color:#303030; font-family:Arial,Verdana,Geneva,Helvetica,

sans-serif; font-size:11px; }


也许这应该是.textarea?


此外,数字和数字之间应该没有空格。 (例如)line-height:

12 px中的单位别处。如果浏览器将其视为

" line-height:12;"而不是忽略它,那可能会有些奇怪的事情。


它可能是放入DOCTYPE,然后验证HTML&在W3C上CSS

,看看它能找到的其他bug。至少那时你会知道

你是否有错字或更基本的东西。


-

Barry Pearson http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
< a rel =nofollowhref =http://www.ChildSupportAnalysis.co.uk/target =_ blank> http://www.ChildSupportAnalysis.co.uk/



You (they) have some dodgy CSS. For example, it starts:

textarea{ color: #303030; font-family : Arial, Verdana, Geneva, Helvetica,
sans-serif; font-size : 11px; }

Perhaps this was supposed to be ".textarea"?

Also, there should be no space between numbers & units in (say) "line-height:
12 px" elsewhere. That could do strange things if the browser treated it as
"line-height: 12;", instead of ignoring it.

It might be worth while putting in DOCTYPEs, then validating both HTML & CSS
at W3C, to see what other bugs it can find. At least then you will know
whether you have typos or something more fundamental.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/


在文章< Yl *************** @ newsfep3-gui.server.ntli.net>,

" ;巴里皮尔逊 <是ne ** @ childsupportanalysis.co.uk>写道:
In article <Yl***************@newsfep3-gui.server.ntli.net>,
"Barry Pearson" <ne**@childsupportanalysis.co.uk> wrote:
Bill Davidson写道:
Bill Davidson wrote:
我妻子的朋友有一个为他的公司建立的网站,它看起来很棒使用一个PC。

使用Safari或资源管理器在Mac上查看格式非常糟糕。主页也不错,但是,选择的任何其他页面之间的段落都有很大的空格。

我知道在构建网站时比较不同的浏览器但是什么
我可以向他推荐PC / Mac问题。

网站位于: http://www.estatenet.ca/
My wife''s friend had a website built for his company, and it looks
great using a PC.

When viewed on a Mac using either Safari or Explorer the formatting is
terrible. The home page is not too bad, however, any of the other
pages selected have large spaces between paragraphs.

I know to compare different browers when building a website but what
can I suggest to him for PC/Mac problems.

The website is at: http://www.estatenet.ca/



你(他们)有一些狡猾的CSS。例如,它开始:

textarea {color:#303030; font-family:Arial,Verdana,Geneva,Helvetica,
sans-serif; font-size:11px; }

也许这应该是.textarea?

此外,数字和数字之间应该没有空格。 (例如)line-height:
12 px中的单位别处。如果浏览器将其视为line-height:12;而不是忽略它,那可能会有些奇怪的事情。

在放入DOCTYPE,然后验证时可能是值得的。 HTML和&在W3C的CSS
,看看它能找到的其他bug。至少那时你会知道
你是否有错别字或更基本的东西。



You (they) have some dodgy CSS. For example, it starts:

textarea{ color: #303030; font-family : Arial, Verdana, Geneva, Helvetica,
sans-serif; font-size : 11px; }

Perhaps this was supposed to be ".textarea"?

Also, there should be no space between numbers & units in (say) "line-height:
12 px" elsewhere. That could do strange things if the browser treated it as
"line-height: 12;", instead of ignoring it.

It might be worth while putting in DOCTYPEs, then validating both HTML & CSS
at W3C, to see what other bugs it can find. At least then you will know
whether you have typos or something more fundamental.



感谢您输入Barry。


bill


Thanks for your input Barry.

bill


Barry Pearson写道:
Barry Pearson wrote:
Bill Davidson写道:
Bill Davidson wrote:
该网站位于: http://www.estatenet.ca/


你(他们)有一些狡猾的CSS。例如,它开始:

textarea {color:#303030; font-family:Arial,Verdana,Geneva,Helvetica,
sans-serif; font-size:11px; }

也许这应该是.textarea?



You (they) have some dodgy CSS. For example, it starts:

textarea{ color: #303030; font-family : Arial, Verdana, Geneva, Helvetica,
sans-serif; font-size : 11px; }

Perhaps this was supposed to be ".textarea"?




设置textarea元素有什么问题(语法上的)?


-

Brian(按照我的地址中的说明给我发电子邮件)
http://www.tsmchughs.com/



What is wrong (syntactically) with styling the textarea element?

--
Brian (follow directions in my address to email me)
http://www.tsmchughs.com/


这篇关于网站显示问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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