先甜後苦,好網站是這個
http://slayeroffice.com/tools/modi/v2.0/modi_help.html
可能大家都知這網站,知到的不要反枱啊!!
這網站可以給你tooltip,按一下"Bookmark this link for MODIv2"就可以用mouse 指到你想知的dix 的id style 等等..
用法:右click ,bookmark 了 "Bookmark this link for MODIv2",當你想用時,在bookmark 裏按一下這個bookmark 就可以..
問題:
我在某網站見到這個div
這div 沒有id,或什麼,如果我想用
#xxx{display :none, !important}
xxx 該是什麼????(如果有id:col 的話,我當然會用 #col{display :none, !important},但現在沒有id, 怎麼做才好??)
--------------------------------------------------------
答案
div[style="text-align: center; clear: both;"]{display:none !important}
--------------------------------------------------------