Skip to content

cssで背景画像が表示されない時

こちらのサイトを参考にさせて頂きました。感謝ー!

http://www.fsiki.com/archive/css-doc/float.html

#container {
overflow: hidden;
}

#container:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

/*\*/
* html #container {
height: 1em;
overflow: visible;
}
/**/

Categories: CSS.

Comment Feed

No Responses (yet)



Some HTML is OK

or, reply to this post via trackback.