不在互联网上。如果我可以收集它的所有部分,我可以看到 关于把它放在某个地方。嗯,实际上,我大部分时间都缺少图形。我可能会找到HTML和CSS,如果那个 就足够了吗? 我特别喜欢它让你使用三列布局的方式 页脚,地址的三个部分。但它使用的是显示 表格的东西。Not on the internet. If I can collect all the pieces of it I can seeabout putting it up somewhere. Well, actually, I would mostly bemissing the graphics. I can probably find the HTML and CSS, if thatwould be sufficient?I particularly liked the way it let you use a three column layout in thefooter, for the three parts of the address. But it was using displaytable stuff. 在每个box的结束div之前:< div style =" clear:both">< / div> Before the closing div of each "box": <div style="clear:both"></div> 我以为我曾经尝试过,没有任何成功。清楚是我在两列布局中使用的。 但是我发现使用overflow:auto;在main_box div中似乎 具有将所有内容保存在其框中的预期结果。我确实找到了 讨论使用overflow:hidden;触发更少的错误。由于 我的布局是流动的,我可以试试这个。 将所需的类型属性添加到< style>元素作为验证器告诉你。I thought that I had tried that, without any success. Clear was what Iused in my two column layout.However I found that using overflow: auto; in the main_box div seemed tohave the desired result of keeping everything in its boxes. I did finda discussion that using overflow: hidden; triggered fewer bugs. Sincemy layout is intended to be liquid, I may try this. Add the required type attribute to the <style> element as the validator tells you to. Opps,对不起。现在纠正了。谢谢Spartanicus。 修改后的html和css验证测试页面位于 http://www.architectqueensland.com/trial2.html 我还有几个问题。 我希望底部的蓝色地址框位于页面底部的三列 布局中。谷歌为我提供了一个很好的三篇专栏文章清单,所以我想我会在其中一篇文章中找到一些东西。然而,总是欢迎指向最好的治疗指示 。 我想在该页面的左上角放置一个徽标,其中包含 来自样式表的图像。我设法用 http://www.sheltersrus.com.au 但是当我给它一个像top:10px这样的位置时,我似乎无法重复 定位它的技巧。左:10px;在 的事实上,鉴于CSS 是错误的,我无法看到我如何设置它原来的位置。使用相同的代码(有或没有错误的 边界位)只是不起作用。有什么指针吗?那一点 让我疯了,因为我在前面有一个有效的例子和 不能复制它。 - http://www.ericlindsay.comOpps, sorry about that. Now corrected. Thanks Spartanicus.The revised html and css validated test page is at http://www.architectqueensland.com/trial2.htmlI still have several problems with it.I''d like the blue address boxes at the bottom to be in a three columnlayout all level across the bottom of the page. Google has provided anice list of three column articles for me to read, so I imagine I''llfind something in one of them. However pointers to the best treatmentare always welcome.I would like to put a logo in the top left corner of that page, with theimage coming via the stylesheet. I managed to do this with http://www.sheltersrus.com.au but I can''t seem to repeat the trick ofpositioning it when I give it a position like top: 10px; left: 10px; Infact, I can''t see how I managed to position it originally, given the CSSis wrong. Using the same code (with or without the wrongborderposition bit) just doesn''t work. Any pointers on that? That bitis driving me nuts, given I have a working example in front on me andcan''t duplicate it.-- http://www.ericlindsay.com 不在互联网上。如果我可以收集它的所有部分,我可以看到关于把它放在某个地方。嗯,实际上,我大部分都会错过图形。我可以找到HTML和CSS,如果那个就足够了吗?Not on the internet. If I can collect all the pieces of it I can seeabout putting it up somewhere. Well, actually, I would mostly bemissing the graphics. I can probably find the HTML and CSS, if thatwould be sufficient? 当然。 我特别喜欢这种方式它允许您在页脚中使用三列布局,用于地址的三个部分。但它正在使用显示器表格。 我发现很难相信Safari或Opera会出现问题 it,display:table * stuff(aka CSS tables)不支持由IE怀疑 怀疑。Sure.I particularly liked the way it let you use a three column layout in thefooter, for the three parts of the address. But it was using displaytable stuff.I find it hard to believe that Safari or Opera would have a problem withit, display:table* stuff (aka CSS tables) is not supported by IE as yoususpected. 我以为我曾尝试过,但没有任何成功。I thought that I had tried that, without any success. 在IE,Opera,Gecko中为我工作: http ://homepage.ntlworld.ie/spartanicus/trial1.html 你用什么浏览器进行测试? 但是我发现了使用overflow:auto;在main_box div中似乎具有将所有内容保存在其框中的预期结果。 无法在IE / win中工作。 经过修改的html和css验证测试页面位于 http://www.architectqueensland.com/trial2.html 我还有几个问题。 我希望底部的蓝色地址框位于页面底部的所有级别的三列布局中。谷歌提供了一个很好的三篇专栏文章供我阅读,所以我想我会在其中一篇文章中找到一些东西。然而,总是欢迎指向最佳治疗的指示。 使用绝对定位的方法可能是执行 3列的最佳方法。页脚。使用浮动的方法可能具有必须重新排列内容顺序的的缺点。如果你不需要 支持IE,那么CSS表是最好的。 我想在该页面的左上角放置一个徽标, 图像来自样式表。我设法用 http://www.sheltersrus.com.au 但是当我给它一个像top这样的位置时,我似乎无法重复定位它的技巧:10px;左:10px;事实上,鉴于CSS 错误,我无法看到我最初如何设置它。使用相同的代码(有或没有错误的边界位)只是不起作用。有什么指针吗?Works for me in IE, Opera, Gecko: http://homepage.ntlworld.ie/spartanicus/trial1.htmlWhat browser(s) are you using to test with?However I found that using overflow: auto; in the main_box div seemed tohave the desired result of keeping everything in its boxes.Doesn''t work in IE/win.The revised html and css validated test page is athttp://www.architectqueensland.com/trial2.htmlI still have several problems with it.I''d like the blue address boxes at the bottom to be in a three columnlayout all level across the bottom of the page. Google has provided anice list of three column articles for me to read, so I imagine I''llfind something in one of them. However pointers to the best treatmentare always welcome.A method using absolute positioning is probably the best way to do the"3 column" footer. A method that uses floats likely has the drawback ofhaving to rearrange the order of the content. If you don''t need tosupport IE then a CSS table is best.I would like to put a logo in the top left corner of that page, with theimage coming via the stylesheet. I managed to do this withhttp://www.sheltersrus.com.au but I can''t seem to repeat the trick ofpositioning it when I give it a position like top: 10px; left: 10px; Infact, I can''t see how I managed to position it originally, given the CSSis wrong. Using the same code (with or without the wrongborderposition bit) just doesn''t work. Any pointers on that? 你想把它放在标题中,还是放在标题下面? - SpartanicusDo you want it placed in the header, or beneath it?--Spartanicus 这篇关于想要用流动的文本围绕图像框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-23 09:45