本來已經係config 好的時候...在左click 右click 時竟然發現在個side bar 會移位.....在用不同的broswer 賞試後..發現此問題只在IE 出現....
用tab page 比較移位同正常的版面,竟然發現上方的navbar 在有問題出現的版面會高了數個pixel =.=!
於是上網找尋解決方法...還好給找到了 ^^,
而且解決方法也比較簡單呢!!
#main-wrapper {
.....
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
....... }
#sidebar-wrapper {
......
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
........ }
只要在main-wrapper 及side-wrapper 加入紅色的code, 就可以解決了...
well well...但為何如此的fix 不在所有的template 出現....errrr....
0 回應:
Post a Comment