熟悉百度空间模板的朋友进来一下,想问这段代码的意思,较简单。

来源:百度知道 编辑:UC知道 时间:2024/05/31 09:43:29
<STYLE type=text/css>
a:hover {cursor:url('')}
BODY {cursor:url('http://imgcache.qq.com/qzone/space_item/orig/5/3045.ani')}/*鼠标*/

#spBlogCmtText {
border: 1px solid #A6B5C4;
background:url( ) no-repeat top center;
background-attachment: fixed;
}
#spBlogCmtURL {
border: 1px solid #A6B5C4;
}
#spBlogCmtor {
border: 1px solid #A6B5C4; }
<script langauge="javasript">document.oncontextmenu=new Function('event.returnValue=false;');document.onselectstart=new Function('event.returnValue=false;');</script> /*屏蔽左键*/

这段代码是什么意思啊?最后一部分,我查看的别人的源代码说是屏蔽左键,但是屏蔽左键是什么意思我不是很清楚啊
帮忙了,谢谢。
#in_send div.tit{margin:10px 0 10px 0;color:#000000;font-size:14px;font-weight:bold/*回复框框图*/

#phx{FILTER:Alpha(Opacity=40)}
#phx{FILTER: Alph

<script langauge="javasript">document.oncontextmenu=new Function('event.returnValue=false;');document.onselectstart=new Function('event.returnValue=false;');</script>
这个JS代码现在无法用了~

以#spBlogCmtText这个开头的代码为设置空间主体的~
里面含有很多~
也就是可以设置空间两边距离的哪个代码~

最下面的代码,是在评论框中放图片用的~