在下面的示例(來自Mozilla的網站):background:currentColor如何添加一行?
<div style="color:darkred"> The color of this text is the same as the one of the line: <div style="background:currentcolor; height:1px"></div> Some more text. </div>
Please take a look at this corresponding jsfiddle link.
如果我刪除:從風格 「背景currentColor」,該行就吸引消失。這樣的風格如何增加一條線?
謝謝。
如果你能告訴我們爲什麼你在那裏有空的div,高度爲1px,這將有所幫助。該線不消失,它的顏色只是變成了白色。 (身體的顏色) – anothershrubery 2012-03-12 14:53:40
你可能想看看http://www.webdesignfromscratch.com/html-css/css-block-and-inline/ – 2012-03-12 14:54:54
@anothershrubery:正如我所說的,我把這個例子當作來自Mozilla:https://developer.mozilla.org/en/CSS/color_value#currentColor_Keyword – Sabuncu 2012-03-12 15:02:51