HTML 里的 边框颜色 bordercolor 颜色 不变。 请技术员 试一试;
HTML 颜色问题。
(5 posts) (3 voices)-
Posted 1 year ago #
-
Sorry, without a translation I'm not sure what this means.
Posted 1 year ago # -
He said that in HTML, bordercolor colour isn't changed.
I'm not sure what he's referring to...
你是說在原始碼內的顏色? 可否給一個例子?
Posted 1 year ago # -
例子:<table border="1" cellspacing="0" cellpadding="0" bordercolor="#dcdcdc">
在这个 情况下 "bordercolor" 字体的 颜色 没有变!
不是说 边框颜色 没有变; 而是 bordercolor 这个字体的 颜色 于 cellpadding 这个 颜色 不是 同一钟颜色!Posted 1 year ago # -
I see. Because bordercolor is not a standard attribute for <table> according to HTML standard by W3C:
(因為在 W3C 訂下的 HTML 標準中, bordercolor 不是一個標準屬性 (attribute))
http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#edef-TABLE
or
http://htmlhelp.com/reference/html40/tables/table.html (which is easier to read and understand)Maybe bordercolor is accepted in I.E., but nevertheless, it is not standard attribute.
(也許 I.E. 接納這個屬性, 但無論如何, 它就是不合標準)Posted 1 year ago #
Reply
You must log in to post.