DIV阻止而不是流动的文本 [英] Text Blocked by DIV Instead of Flowing Around

查看:62
本文介绍了DIV阻止而不是流动的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在CSS方面经验丰富。


我目前正在开发一个新版本的网站,由

构建,但动态部分,加载了一个PHP包含在

''胸部''DIV被手臂DIV视觉阻挡。


Arm应该是可扩展的侧对齐导航栏,

胸部应该是主要内容。我们的想法是创建一个

部分弹性网站,以便人们可以在任何浏览器中按照自己的喜好扩展它。因为我已经尝试了很多不同的方法来解决这个问题,IE渲染是一个完整的混乱,我明白了。

IEfix css最终会让IE渲染看起来很漂亮,但是对于

现在,我希望得到一个网络标准的工作。

另外,我打算将创造性地命名为''style.css''来设计风格

Navigator 4,IE 4,所有真正的老浏览器,所以它更加空旷

比它好。


我不想前进直到我能得到文字流动

很好在菜单周围,我尝试了大约20种不同的方式来实现它。我在这里请求帮助。


问题是CSS。不是PHP。我正在提供PHP代码

生成网站作为好奇心,将其视为公平交易。

显示我如何编码以便我可以获得帮助回报。我邀请其他人

来使用它。我还在支持PHP5的服务器上运行了PHP代码的html输出,因此任何人都可以轻松地在他们的计算机上查看问题。


包含所有文件的档案位于 www.gt.horizo​​nhouse.ca/help.tar


非常感谢,

Green Tiger

I''m moderately experienced in CSS.

I am currently working on a new version of my site, built from the
ground up, but the dynamic portion, loaded with a PHP include into the
''chest'' DIV is being visually blocked by the ''arm'' DIV.

Arm is supposed to be the scalable side-justified navigation bar,
chest is supposed to be the main content. The idea was to create a
partially elastic site so that people could scale it to their liking
in any browser. Because I''ve tried many different ways to get around
this problem, the IE render is a complete mess, and I get that. The
IEfix css will eventually make the IE render look beautiful, but for
now, I want to get a web-standard one working.

Also, I intend to get the inventively named ''style.css'' to style
Navigator 4, IE 4, all the really old browsers, so it''s much emptier
than it will be.

I don''t want to progress forward until I can get the text flowing
nicely around the the menu, and I''ve tried about 20 different ways to
do it. I am here to request help.

The problem is CSS. Not PHP. I''m offering up the PHP code that
generated the site as a curiosity, think of it as a fair trade.
Showing how I code so that I can get help in return. I invite others
to use it. I''ve also included the html output of the PHP code as run
on a PHP5-capable server, so that anyone can easily view the issue on
their computer.

The archive with all the files is at www.gt.horizonhouse.ca/help.tar

Thanks a bunch,
Green Tiger

推荐答案

gr ******** *@gmail.com 写道:

我在CSS方面经验丰富。
I''m moderately experienced in CSS.



和我一样。我期待有可能提供帮助。

As am I. I look forward to potentially being of help.


>

我目前正在开发一个新版本的网站,由

构建,但动态部分加载了PHP包含在
$ b $中b''胸部''DIV被''手臂'DIV视觉阻挡。
>
I am currently working on a new version of my site, built from the
ground up, but the dynamic portion, loaded with a PHP include into the
''chest'' DIV is being visually blocked by the ''arm'' DIV.



亲爱的老虎先生,还是女士? (也许我可以称你为绿色?):你的

描述风景如画,但不为人知。至少,它有点太多了/ b $ b对我来说模糊不清。你的意思是你的一边有一个垂直导航栏吗?

Dear Mr. Tiger, or is it Ms.? (Perhaps I may call you Green?): your
description is picturesque, but obscure. At least, it''s a bit too
obscure for me. Do you mean you have a vertical nav bar on one side?


>

Arm应该是可扩展的侧面对齐导航吧,

胸部应该是主要内容。我们的想法是创建一个

部分弹性网站,以便人们可以在任何浏览器中按照自己的喜好扩展它。
>
Arm is supposed to be the scalable side-justified navigation bar,
chest is supposed to be the main content. The idea was to create a
partially elastic site so that people could scale it to their liking
in any browser.



优秀!好计划!

Excellent! Good plan!


因为我尝试了很多不同的方式来解决这个问题,
Because I''ve tried many different ways to get around
this problem,



问题?这不是问题,而是机遇。一个哲学!

"problem?" It''s not a problem, but an opportunity. A philosophy!


IE呈现完全混乱,我明白了。
the IE render is a complete mess, and I get that.



哎呀。听起来你在某个地方转了个弯。或者试图获得

太花哨(或特定)。

Oops. Sounds like you''ve made a wrong turn somewhere. Or tried to get
too fancy (or specific).




IEfix css最终将成为IE渲染看起来很漂亮,但是现在为了
,我希望得到一个网络标准的工作。
The
IEfix css will eventually make the IE render look beautiful, but for
now, I want to get a web-standard one working.



哎呀!呐喊!从完全混乱开始美丽的听起来像

*结构*工作是需要的,而不是倾注一个全新的CSS文件来修补


Whoop! Whoop! Going from "a complete mess" to "beautiful" sounds like
*structural* work is needed, not pouring a whole new CSS file to patch
over it.


>

此外,我打算将创造性地命名为''style.css''来设计风格

Navigator 4,IE 4,所有真正的老浏览器,所以它比它更空


>
Also, I intend to get the inventively named ''style.css'' to style
Navigator 4, IE 4, all the really old browsers, so it''s much emptier
than it will be.



这些浏览器的所有二十几个用户将不胜感激。大概。 :-P

All two dozen users of these browsers will be grateful. Probably. :-P


>

问题是CSS。不是PHP。我正在提供PHP代码,

生成网站作为好奇心,将其视为公平交易。
>
The problem is CSS. Not PHP. I''m offering up the PHP code that
generated the site as a curiosity, think of it as a fair trade.



没有交易,格林。 ;-)我想用PHP代码做什么?无论如何,它可能都是特定的

,对我来说没什么价值。如果问题'不在
PHP中,为什么我们应该看到它?

No deal, Green. ;-) What do I want with PHP code? It''s probably specific
to your site anyway, and so of no value to me. If the problem''s not in
the PHP, why should we see it?


显示我如何编码以便我可以获得帮助回报。我邀请其他人

来使用它。我还在支持PHP5的服务器上运行了PHP代码的html输出,因此任何人都可以轻松地在他们的计算机上查看问题。
Showing how I code so that I can get help in return. I invite others
to use it. I''ve also included the html output of the PHP code as run
on a PHP5-capable server, so that anyone can easily view the issue on
their computer.



我会更容易用URL查看它。然后我可以在我的所有浏览器中看到你的(实际)输出

HTML,部署我的开发人员工具,检查你的HTTP

标题等等。

I''d more easily view it with a URL. I could then see your (real) output
HTML in all my browsers, deploy my developer tools, check your HTTP
headers, etc.


>

包含所有文件的存档位于 www.gt.horizo​​nhouse.ca/help.tar



我没有一个方便的方法来处理。 tar文件(我宁愿在briar补丁中投入
),所以我不能再帮助你了。

我不喜欢不要期待太远。 :-(


很抱歉。


-

John

思考UIP的价值: http://blinkynet.net/comp/uip5.html


gr ******** *@gmail.com 写道:

>

我不想前进直到我能得到文字流动

很好地围绕菜单


包含所有文件的存档
>
I don''t want to progress forward until I can get the text flowing
nicely around the the menu

The archive with all the files



对不起,没有人想下载你的PHP代码或设置一个测试服务器来运行你的东西。


将服务器上的网页加载到浏览器中,然后保存页面

作为HTML,完成CSS和图形。将其上传到公共

可访问服务器并发布URL。不要发布代码。


只是不要使用IE来保存页面,因为它会更加恐怖ibly mangle both

HTML和CSS代码。 Firefox或Opera应该造成最小的伤害。


-

Berg

Sorry, nobody wants to download your php code or set up a test server to
run your stuff.

Load the web page from your server into your browser, then Save the page
as HTML, complete with CSS and graphics. Upload that to a publicly
accessible server and post the URL. Do not post code.

Just don''t use IE to save the page because it will horribly mangle both
HTML and CSS code. Firefox or Opera should do minimal damage.

--
Berg


7月12日,上午11:46,John Hosking< J ... @ DELETE.Hosking.name.INVALID>
写道:
On Jul 12, 11:46 am, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:

greentig。 .. @ gmail.com写道:
greentig...@gmail.com wrote:

我在CSS方面经验丰富。
I''m moderately experienced in CSS.



和我一样。我期待有可能提供帮助。


As am I. I look forward to potentially being of help.



讽刺的讽刺答复。我碰巧发现这很有希望,让人想起Joss Whedon的写作,特别是在Firefly上。

允许我在阅读回复时微笑。


至于将文件放在网址上
http://www.gt.horizo​​nhouse.ca/helpme...youbeinground/


开玩笑。他们在 www.gt.horizo​​nhouse.ca/help/output .html


谢谢大家!

An undertone of sarcasm in the reply. I happen to find that very
promising, reminds of Joss Whedon''s writing, especially on Firefly.
Allows me to smile as I read the replies.

As for putting the files online at url
http://www.gt.horizonhouse.ca/helpme...youbeinground/

Kidding. They''re at www.gt.horizonhouse.ca/help/output.html

Thanks Everyone!


这篇关于DIV阻止而不是流动的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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