導航:首頁 > 萬維百科 > 網頁設計背景圖虛化

網頁設計背景圖虛化

發布時間:2021-02-24 03:35:06

1、網頁設計怎樣做出背景虛化的效果

一、你指的這個是用ps工具實現的,方法如下(以ps為例):
1、在中打開背景圖;
2、點擊菜單欄中的濾鏡;
3、點擊模糊,選擇高斯模糊;

5、通過調整半徑來調整模糊的強度(半徑越大越模糊):

二、全屏顯示的css代碼如靈貓所示:
.bg { background-image:url(scale.jpg); -moz-background-size: 100% 100%; /* Firefox 3.6 */ -o-background-size: 100% 100%;/* Opera 9.5 */ -webkit-background-size: 100% 100%;/* Safari 3.0 */ background-size: 100% 100%;/* Firefox 4.0 and other CSS3-compliant browsers */ -moz-border-image: url(scale.jpg) 0; /* Firefox 3.5 */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='scale.jpg', sizingMethod='scale');/* for < ie9 */}

2、html網頁設計裡面怎麼平鋪背景圖片

html網頁設計裡面平鋪背景圖片的代碼如下:
<html>
<body>
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:100%; height:100%">
<img src="pictures/background.jpg" width="100%" height="100%"/>
</div>
</body>
</html>
網頁背景默認是平鋪整個屏幕的,可能有以下原因導致不能平鋪:

1、圖片不夠大,又background屬性不能拉伸圖片;
2、只能用個div,把其z-index值設為負,並使這個div大小為整個body大小,在div里用<img> ;
3、body的background屬性去掉,要不然會被遮住。

3、html網頁設計裡面怎麼平鋪背景圖片?

html網頁設計裡面平鋪背景圖片的代碼如下:
<html>
<body>
<div id="Layer1" style="position:absolute; left:0px; top:0px; width:100%; height:100%">
<img src="pictures/background.jpg" width="100%" height="100%"/>
</div>
</body>
</html>
網頁背景默認是平鋪整個屏幕的,可能有以下原因導致不能平鋪:

1、圖片不夠大,又background屬性不能拉伸圖片;
2、只能用個div,把其z-index值設為負,並使這個div大小為整個body大小,在div里用<img> ;
3、body的background屬性去掉,要不然會被遮住。

4、在網頁設計中怎麼讓背景圖片水平居中

background-image:url(/images/bg.jpg); /*背景圖片*/
background-repeat:no-repeat; /*背景圖片不重復*/
background-position:center top; /*水平居中,垂直頂對齊*/

5、網頁設計>關於背景圖片的使用選擇

一種方法是設來計網頁的時候就把源半透明的效果做進去 這個好像不符合你的要求

此外CSS設置中包括對圖片的alpha值和opacity的設置 也就是圖片的透明度 只要設置好相應的CSS樣式 任何圖片都可以變成半透明的

6、html網頁製作中如何設置背景圖片(如何引用)

1、首先打開Atom編輯器導入項目文件夾,先創建一個index.html的文件。定義一下html文件的主信息:

2、然後填寫自己的網頁內容, 設置一下樣式,直接在body後面加上background="圖片名字"即可插入圖片:

3、最後來到瀏覽器,刷新一下網頁,這樣就會顯示背景了:

7、怎樣把網頁的背景圖像設置得透明一點啊?

用dreamweaver設計啊,這個工具的前台美化功能本來就很強大,不必要用到PS.下面是處理圖像的步回驟:
1、先在DW設計頁面答中插入你要處理的圖像,記住是插入圖像,不要在頁面屬性那添加背景,現在還沒到添加背景那一步;
2、選中圖像,在下面屬性欄里你就會看到一組可以編輯圖像的工具;
3、選擇第5個「亮度和對比度」工具,打開之後將亮度調高,將對比度調低就OK的了,要透明的程度你自己把握就行;
4、這一點是需要特別注意的:你調整好圖片按保存之後,那麼這張圖像將不可以再恢復原樣,如果你還想保留原圖,你可以在調整之前復制一份出來;
5、圖像已經處理完畢,將插入的這張圖像刪掉,再在「頁面屬性」那添加背景即可。

8、php & html 網頁設計,如何把登錄界面虛化,如圖1:

css控制透明度:

filter:alpha(opacity=50); /*IE濾鏡,透明度50%*/
-moz-opacity:0.5; /*Firefox私有,透明度50%*/
opacity:0.5;/*其他,透明度50%*/

9、網頁設計中,怎麼用CSS做出磨砂的背景效果?

代碼:透明背景(帶磨砂玻璃效果)註:在粘貼到空白模板前一定先打個空格。

<STYLE type=text/css>

.bodytop{background:#transparent}

.banner{ background:#transparent}

.menu{ background:#transparent}

.bodyBg {background:#transparent;filter:progid:DXImageTransform.Microsoft.gradient(GradientType ='1',enabled='true',startColorstr=#AAFFFFFF, endColorstr=#AAFFFFFF);}

.zone{ background:#transparent}

.bodyBottom{background:#transparent}

.feeds .up{background:#transparent}

.feeds .down{background:#transparent }

.feeds .function{background:#transparent}

.feeds .page{background:#transparent}

.aList .sysHand .up{background:#transparent}

.aList .sysHand .down{background:#transparent}

.gbook .sysHand .up{background:#transparent}

.gbook .sysHand .down{background:#transparent}

.gbook .title{display:none;}

.logo{display:none;}

.gbook .page{background:#transparent }

.gbook .login{background:#transparent}

.box_1{background:#transparent}

.box_2{background:#transparent}

.calendar{background:#transparent}

.calendar .mid{background:#transparent}

.calendar .top{background:#transparent}

.calendar .title{background:#transparent}

.calendar .bold td{background:#transparent}

.calendar .bottom{background:#transparent}

.callboard .mid{background:#transparent}

.callboard .mid img{background:#transparent}

.callboard .front{background:#transparent}

.callboard .back{background:#transparent}

.callboard table{background:#transparent}

.callboard .up{background:#transparent}

.callboard .down{background:#transparent }

.sysBr{background:#transparent}

.sysBr210{background:#transparent}

.label{background:#transparent}

.label .mid{background:#transparent}

.label .top{background:#transparent}

.label .bottom{background:#transparent}

.photo{background:#transparent}

.photo .mid{background:#transparent}

.photo .image{background:#transparent}

.photo .top{background:#transparent}

.photo .bottom{background:#transparent}

.links{background:#transparent}

.links .up{background:#transparent}

.links .down{background:#transparent }

.links .mid{background:#transparent}

body{background:url("
http://s11.sinaimg.cn/orignal/439175a380fda7635072a
") repeat fixed!important;}

.add{background:#transparent}

.add .ico{background:#transparent}

</STYLE>

10、網頁設計:如何讓兩張背景圖片融合在一起(漸變)?

看看是不是同一個背景圖。是的話改圖,不是的話去掉單獨的樣式。

與網頁設計背景圖虛化相關的知識