【发布时间】:2013-07-02 21:13:06
【问题描述】:
http://www.weather.com/weather/map/interactive/44047?animation=true
我正在尝试将 div.wx-imap-pane.wx-module 调整为 height: 346px;宽度:1727px;使用greasemonkey,似乎无法改变它。
我试过了
div#div.wx-imap-pane.wx-module,
div#div.wx-imap-pane.wx-module > {
width: 450px !important;
height: 85px !important;
}
我不知道我到底在做什么......
【问题讨论】: