无法获得三个带有页脚栏的栏目 [英] can't get three columns with footer bar under them to work

查看:65
本文介绍了无法获得三个带有页脚栏的栏目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个三列DIV页面,下面有一个菜单栏DIV。很容易

足够的桌面布局,但有CSS我不能让它工作:

http://tanguay.info/web/examples/threeColumnsColor.htm


1.在Firefox和Explorer左边的背景颜色和

右列不会延伸到底部。


2.在资源管理器中(6) ),页脚栏的颜色会流入

左右列,直到你调整窗口大小,然后它们看起来好像在Firefox中一样。那是怎么回事?让我想起Netscape 4

天。


任何帮助都表示赞赏,特别是如果有人有工作

跨浏览器解决了三根柱子的问题,他们只需要一个页脚吧。


谢谢,


Edward Tanguay
www.tanguay.info

This is a three-column DIV page with a menu bar DIV under them. Easy
enough with table layouting but with CSS I can''t get it to work:

http://tanguay.info/web/examples/threeColumnsColor.htm

1. In both Firefox and Explorer the background colors in the left and
right columns don''t extend down to the bottom.

2. And in Explorer (6), the color of the footer bar bleeds up into the
left and right columns UNTIL you resize the window, and then they look
like in Firefox. WHAT''S UP WITH THAT? Reminds me of the Netscape 4
days.

Any help is appreciated, especially if someone has a working
cross-browser solution to three columns with a footer bar under all of
them.

Thanks,

Edward Tanguay
www.tanguay.info

推荐答案




Edward写道:


Edward wrote:

这是一个三栏DIV页面下面有一个菜单栏DIV。很容易

足够的桌面布局,但有CSS我不能让它工作:

http://tanguay.info/web/examples/threeColumnsColor.htm


1.在Firefox和Explorer左边的背景颜色和

右列不会延伸到底部。
This is a three-column DIV page with a menu bar DIV under them. Easy
enough with table layouting but with CSS I can''t get it to work:

http://tanguay.info/web/examples/threeColumnsColor.htm

1. In both Firefox and Explorer the background colors in the left and
right columns don''t extend down to the bottom.



默认皮肤中的核心博客工具有_two_列,

但该技术应该转移。但是,它并不是真正的CSS

技术。为了让侧边栏的背景颜色延伸到页面底部,他们告诉外部容器做一个相同的gif的b
垂直重复颜色作为侧边栏。


他们用破坏的div将页脚与其他页面分开。


-

Wes Groleau


真相往往因其辩护人的热情而遭受更多的损失,而不是反对者的论据。

- William Penn

The nucleus blogging tools in the default skin have _two_ columns,
but the technique should transfer. However, it''s not really a CSS
technique. To get the background color of the sidebar to extend
to the bottom of the page, they told the outer container to do a
vertical repeat of a gif that was the same color as the sidebar.

They used a breaking div to separate the footer from the rest.

--
Wes Groleau

Truth often suffers more from the heat of its defenders
than from the arguments of its opposers.
-- William Penn


2006-07-30,Wes Groleau写道:
On 2006-07-30, Wes Groleau wrote:

>


Edward写道:
>

Edward wrote:

>这是一个三列DIV页面,下面有一个菜单栏DIV。使用表格布局很容易
但是使用CSS我无法使用它:

http://tanguay.info/web/examples/threeColumnsColor.htm

1。在Firefox和Explorer中,左侧和右侧列中的背景颜色不会向下延伸到底部。
>This is a three-column DIV page with a menu bar DIV under them. Easy
enough with table layouting but with CSS I can''t get it to work:

http://tanguay.info/web/examples/threeColumnsColor.htm

1. In both Firefox and Explorer the background colors in the left and
right columns don''t extend down to the bottom.



默认皮肤中的核心博客工具有_two_列,

但该技术应该转移。但是,它并不是真正的CSS

技术。为了让侧边栏的背景颜色延伸到页面底部,他们告诉外部容器做一个相同的gif的b
垂直重复颜色作为侧边栏。


The nucleus blogging tools in the default skin have _two_ columns,
but the technique should transfer. However, it''s not really a CSS
technique. To get the background color of the sidebar to extend
to the bottom of the page, they told the outer container to do a
vertical repeat of a gif that was the same color as the sidebar.



据推测,它也使用固定宽度(以px为单位);这不好。


有时人们应该咬紧牙关并使用

表:< http:// cfaj。 freeshell.org/www/3col.shtml>。

Presumably, it also uses a fixed width (in px); that''s not good.

There are times when one should just bite the bullet and use a
table: <http://cfaj.freeshell.org/www/3col.shtml>.


他们使用破解div将页脚与其他页脚分开。
They used a breaking div to separate the footer from the rest.



-

Chris FA Johnson,作者< http://cfaj.freeshell.org>

Shell Scripting Recipes:问题解决方案(2005,Apress)

=====我在这篇文章中的代码(如果有的话)假设POSIX语言环境

= ====并根据GNU通用公共许可证发布


--
Chris F.A. Johnson, author <http://cfaj.freeshell.org>
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
===== My code in this post, if any, assumes the POSIX locale
===== and is released under the GNU General Public Licence


Edward写道:
Edward wrote:

这是一个三列DIV页面,其下有一个菜单栏DIV。很容易

足够的桌面布局,但有CSS我不能让它工作:
This is a three-column DIV page with a menu bar DIV under them. Easy
enough with table layouting but with CSS I can''t get it to work:



看看你是否适应这种技术可用于三列。

http:/ /www.alistapart.com/articles/fauxcolumns/

/ mde /

希望这有助于

See if you can''t adapt this technique to work with three columns.

http://www.alistapart.com/articles/fauxcolumns/

/mde/
hope this helps


这篇关于无法获得三个带有页脚栏的栏目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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