我想請問各位,無名相簿能不能跟網誌一樣能夠限制他的邊框、
http://www.wretch.cc/blog/c105102003 像這個網誌這樣,
中間內容文章 就是照片那些東西的地方, 可以這樣嘛?
PS 不是四色邊框那種喔!因為那種用了,背景也會被擠進去
2007-06-21 04:29:43 · 1 個解答 · 發問者 Fish 1 in 電腦與網際網路 ➔ 程式設計
可以做得到,不過你得需要 IE7 / Firefox / Safari。把 IE6 扔了吧。
下面是其中一種的改法:
html body table table:first-child {display:none;} /*上面一行的廣告順便擋起來*/
html body table table tbody {height:200px; overflow-y:scroll; overflow-x:hidden;}
2007-06-21 09:17:15 · answer #1 · answered by mh 7 · 0⤊ 0⤋