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;
}