底部边界 [英] Bottom borders

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

问题描述

可能很简单,但我仍然在努力克服CSS ...


我正试图在桌子的底部放一个边框并使用

跟随它的班级。


TABLE.jedheader {

宽度:100%;

border -bottom-style:solid;

border-bottom-color:black;

border-bottom-width:2px;

}


这里有一个例子 - http:/ /www.jedsite.info/content/test.html


我做错了什么?


TTFN
Whisper

解决方案

Barely Audible写道:


我''我试图在桌子的底部放一个边框,并使用

以下作为它的类。


TABLE.jedheader {



[...]


An示例在这里 - http://www.jedsite.info/content/test。 html



字符串jedheader没有出现在HTML文档的任何地方,所以你

没有这样的类。因此CSS规则没有效果。


我做错了什么?



相当多的东西,包括无意义地使用表格进行布局。


Yucca


Barely Audible写道:


有些东西可能很简单,但我还在努力克服CSS ......


我正试图在桌子的底部放一个边框,然后使用

作为它的班级。


TABLE.jedheader {

宽度:100%;

border-bottom-style:solid;

border-bottom-color:black ;

border-bottom-width:2px;

}


这里有一个例子 - http://www.jedsite.info/content/test.html


我做错了什么?



有几件事,但就你眼前的问题而言,你没有

class" jedheader"在页面上。规则永远不会适用。

<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 3.2 // EN">


Hmmmm是时候更新?


-

保重,


Jonathan

-------------------

LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Jukka K. Korpela写道:
< blockquote class =post_quotes>
Barely Audible写道:


>我正试图在桌子的底部放一个边框而且我是使用
以下作为其类。

TABLE.jedheader {



[...]


>这里有一个例子 - http ://www.jedsite.info/content/test.html



字符串j edheader"没有出现在HTML文档的任何地方,所以

你没有这样的类。因此CSS规则没有效果。


>我做错了什么?



相当多的东西,包括无意义地使用表格进行布局。


Yucca



Jeez!很显然,这个家伙需要一些帮助,所有你能做的就像

你的性格测试得分不可能......


你可能赢了不是最后一个。


Something probably simple but I''m still grappling with CSS...

I''m trying to put a border along the bottom of a table and am using the
following as its class.

TABLE.jedheader{
width: 100%;
border-bottom-style: solid ;
border-bottom-color: black;
border-bottom-width: 2px;
}

An example is here - http://www.jedsite.info/content/test.html

What am I doing wrong?

TTFN
Whisper

解决方案

Barely Audible wrote:

I''m trying to put a border along the bottom of a table and am using
the following as its class.

TABLE.jedheader{

[...]

An example is here - http://www.jedsite.info/content/test.html

The string "jedheader" does not appear anywhere in the HTML document, so you
have no such class. Hence the CSS rule has no effect.

What am I doing wrong?

Quite a many things, including pointless use of tables for layout.

Yucca


Barely Audible wrote:

Something probably simple but I''m still grappling with CSS...

I''m trying to put a border along the bottom of a table and am using the
following as its class.

TABLE.jedheader{
width: 100%;
border-bottom-style: solid ;
border-bottom-color: black;
border-bottom-width: 2px;
}

An example is here - http://www.jedsite.info/content/test.html

What am I doing wrong?

Several things, but to your immediate question you have no table of
class "jedheader" on the page. Rule will never be applied.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

Hmmmm time to update maybe?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Jukka K. Korpela wrote:

Barely Audible wrote:

>I''m trying to put a border along the bottom of a table and am using
the following as its class.

TABLE.jedheader{

[...]

>An example is here - http://www.jedsite.info/content/test.html


The string "jedheader" does not appear anywhere in the HTML document, so
you have no such class. Hence the CSS rule has no effect.

>What am I doing wrong?


Quite a many things, including pointless use of tables for layout.

Yucca

Jeez! Its obvious the guy needs some help and all you can do is behave like
you got impossibly low scores on your personality tests...

You probably won''t be the last one.


这篇关于底部边界的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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