想请前辈帮忙解题@''@
网址如下,是wordpress网站
http://vinoza.com/
主角是底部“未成年请勿饮酒”的警语横幅
目的是要让它全站置底,但要能RWD
我用的方式是在布景设定里新增下列CSS
body { margin-bottom: 55px; background-color: #652164; }
用意是让底部多出额外55px的空间来放置底横幅,不然会盖到Footer
#show_in_foot { width:100%; height: 70px;
position: fixed; bottom: 0px; left: 0px;
z-index: 9999;
background: url (网址太长了这里就省略)
top center no-repeat; background-color: #652164; top center no-repeat }
置底横幅图的语法,但好像有多余或不准确的地方
而且怎么改都没办法有RWD的效果
请教是否要从容器或其他地方去改呢?
还是这段CSS应该怎么改?
google过后试过修改该元素的position, float等CSS语法,但都不对>''<
感谢~