1、求大神發一個手寫html網頁,關於元旦的,十分感謝!
元旦快樂
元旦快樂.樓主你好懶.有時間提問沒時間寫html
很花時間么?
2、我要做關於新年的網頁,至少五個頁面,誰能用ps幫我設計下網頁
ps能處理圖片,不能編輯網頁
3、網頁設計 背景圖片 不出來
可能你設置的和某個CSS沖突了。仔細查看吧。
4、關於元旦的作文400字 網頁設計
作文里有。
5、網頁設計背景圖片代碼。
||比如
root比如這樣的
想在1.html中使用1.jpg,<img src="../images/1.jpg" />
main.css中使用的話,可以background:url(../../images/1.jpg);
6、急急急,急需一個關於元旦的網頁設計,至少需要五張頁面,跪求好心人求助~!QQ郵箱:943777067
教你嚇,下載WPS 軟體,裡面有很多封面的,自己找合適的
7、元旦圖片啊,我要元旦的圖片,誰有啊~!
http://liwei218.bokee.com/viewdiary.14548048.html (啊偉祝大家元旦快樂 默認欄回目答 默認欄目)
http://www.16277.com/pic/200704/270701.html (元旦happy 128 × 128 px 動畫)
8、怎麼設計新年網頁?
這是我抄剛剛制襲作的,你看看怎麼樣
http://www.cnmmcp.com/zhufu/2011/2011nw/2011nw/2011.htm
9、網頁設計 圖片輪顯的代碼
網頁設計圖片輪顯的代碼如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標題文檔</title>
<SCRIPT src="js/article.js"></SCRIPT>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="312" border="0" align="center" cellpadding="0" cellspacing="0" class="solidbox">
<tr>
<td width="312" height="312" align="center"><TABLE border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD><DIV id=oTransContainer
style="FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=0, motion='forward'); WIDTH: 220px; HEIGHT: 194px"><A
href="http://www.makewing.com/lanren/"
target=_blank><IMG id=oDIV1
style="DISPLAY: yes;"
height=300 src="images/01.jpg"
width=300 border=0></A><A
href="http://www.makewing.com/lanren/"
target=_blank><IMG id=oDIV2
style="DISPLAY: none;"
height=300 src="images/02.jpg"
width=300 border=0></A><A
href="http://www.makewing.com/lanren/"
target=_blank><IMG id=oDIV3
style="DISPLAY: none;"
height=300 src="images/03.jpg"
width=300 border=0></A><A
href="http://www.makewing.com/lanren/"
target=_blank><IMG id=oDIV4
style="DISPLAY: none;"
height=300 src="images/04.jpg"
width=300 border=0></A></DIV>
</TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td height="22" align="right" valign="top"><script>var MaxImg = 4; fnToggle();</script>
<TABLE cellSpacing=1 cellPadding=0 width=110
border=0>
<TBODY>
<TR>
<TD width=26><A href="javascript:toggleTo(1)"><IMG height=15
src="images/s_1.gif" width=17
border=0></A></TD>
<TD width=26><A href="javascript:toggleTo(2)"><IMG height=15
src="images/s_2.gif" width=17
border=0></A></TD>
<TD width=26><A href="javascript:toggleTo(3)"><IMG height=15
src="images/s_3.gif" width=17
border=0></A></TD>
<TD width=27><A href="javascript:toggleTo(4)"><IMG height=15
src="images/s_4.gif" width=17
border=0></A></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
</body>
</html>
CSS的代碼為:
td {font-size: 12px;}
.solidbox {
BORDER-TOP: #D7D7D7 1px solid;
BORDER-RIGHT: #D7D7D7 1px solid;
BORDER-BOTTOM: #D7D7D7 1px solid;
BORDER-LEFT: #D7D7D7 1px solid;
}