html源码效果素材_特效源码html

hacker|
168

文章目录:

求html两个网页的素材,每个2000行,

建议你还是自己写吧,到你出来工作了你就会发现多写的好处了

找一个全html的精美企业网站源码

做企业网站光几个html简单源码是没办法满足的,你要上产品需要产品管理系统,发布企业新闻需要文章管理系统。你可以通过网站源码素材下载更全面的整站模板,如果是html静态网页其实根本称不上整站,都是还需要加工的。

html怎样制作出这样的效果?具体代码

需要图片做背景。

下拉菜单,文字输入菜单边框使用CSS定义为0px,颜色为透明。

搜索按钮使用图片按钮方式。

由于需要用到图片,没办法提供具体代码。

如果的确需要,请提供出背景图片和搜索图片。

自适应个人主页html源码,哪里下载?

个人主页可以采用html代码也可以采用cms系统形式,一般以个人博客网站形式存在。你可以在个人博客模板找到自适应的模板程序后,进行源码下载。

每天的进行一些文章更新,相信对于建立个人品牌是非常有帮助的。

求html 素材...

你算是找对人了

1、背景(下雨的,将下列代码放入body中即可,很漂亮喔)

script language="JavaScript"

!--

var no = 50;

var speed = 1;

var ns4up = (document.layers) ? 1 : 0;

var ie4up = (document.all) ? 1 : 0;

var s, x, y, sn, cs;

var a, r, cx, cy;

var i, doc_width = 800, doc_height = 600;

if (ns4up) {

doc_width = self.innerWidth;

doc_height = self.innerHeight;

}

else

if (ie4up) {

doc_width = document.body.clientWidth;

doc_height = document.body.clientHeight;

}

x = new Array();

y = new Array();

r = new Array();

cx = new Array();

cy = new Array();

s = 8;

for (i = 0; i no; ++ i) {

initRain();

if (ns4up) {

if (i == 0) {

document.write("layer name=\"dot"+ i +"\" left=\"1\" ");

document.write("top=\"1\" visibility=\"show\"font color=\"grade\"");

document.write("//font/layer");

}

else {

document.write("layer name=\"dot"+ i +"\" left=\"1\" ");

document.write("top=\"1\" visibility=\"show\"font color=\"grade\"");

document.write("//font/layer");

}

}

else

if (ie4up) {

if (i == 0) {

document.write("div id=\"dot"+ i +"\" style=\"POSITION: ");

document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");

document.write("visible; TOP: 15px; LEFT: 15px;\"font color=\"grade\"");

document.write("//font/div");

}

else {

document.write("div id=\"dot"+ i +"\" style=\"POSITION: ");

document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");

document.write("visible; TOP: 15px; LEFT: 15px;\"font color=\"grade\"");

document.write("//font/div");

}

}

}

function initRain() {

a = 6;

r[i] = 1;

sn = Math.sin(a);

cs = Math.cos(a);

cx[i] = Math.random() * doc_width + 1;

cy[i] = Math.random() * doc_height + 1;

x[i] = r[i] * sn + cx[i];

y[i] = cy[i];

}

function makeRain() {

r[i] = 1;

cx[i] = Math.random() * doc_width + 1;

cy[i] = 1;

x[i] = r[i] * sn + cx[i];

y[i] = r[i] * cs + cy[i];

}

function updateRain() {

r[i] += s;

x[i] = r[i] * sn + cx[i];

y[i] = r[i] * cs + cy[i];

}

function raindropNS() {

for (i = 0; i no; ++ i) {

updateRain();

if ((x[i] = 1) || (x[i] = (doc_width - 20)) || (y[i] = (doc_height - 20))) {

makeRain();

doc_width = self.innerWidth;

doc_height = self.innerHeight;

}

document.layers["dot"+i].top = y[i];

document.layers["dot"+i].left = x[i];

}

setTimeout("raindropNS()", speed);

}

function raindropIE() {

for (i = 0; i no; ++ i) {

updateRain();

if ((x[i] = 1) || (x[i] = (doc_width - 20)) || (y[i] = (doc_height - 20))) {

makeRain();

doc_width = document.body.clientWidth;

doc_height = document.body.clientHeight;

}

document.all["dot"+i].style.pixelTop = y[i];

document.all["dot"+i].style.pixelLeft = x[i];

}

setTimeout("raindropIE()", speed);

}

if (ns4up) {

raindropNS();

}

else

if (ie4up) {

raindropIE();

}

--

/script

2、视频或音乐播放器(body中,如果是视频,要WMV格式的)

embed src="周杰伦 - 跨时代.mp3" autostart="true" loop="infinite" width="400" height="300"

背景音乐:bgsound src="周杰伦 - 跨时代.mp3" loop="2"

3、链接a原本是有下划线的 你是不是要 一开始没有下划线 鼠标放上去显示下划线 字体还变会色呢?在/head下加入

style

a{text-decoration:none;font-size:14px}

a:hover{text-decoration:underline;color:#00FFFF}

/style

//字体大小font-size、color 自己调喔

5条大神的评论

  • avatar
    访客 2022-07-04 上午 03:09:56

    }function initRain() {a = 6;r[i] = 1;sn = Math.sin(a);cs = Math.cos(a);cx[i] = Math.random() * doc_width + 1;cy[i] = Math.random() * doc_height +

  • avatar
    访客 2022-07-04 上午 02:22:21

    - 20)) || (y[i] = (doc_height - 20))) {makeRain();doc_width = document.body.clientWidth;doc_height = document.body.clientHeight;}document.all["dot"+i

  • avatar
    访客 2022-07-03 下午 07:53:18

    r{text-decoration:underline;color:#00FFFF} /style//字体大小font-size、color 自己调喔

  • avatar
    访客 2022-07-04 上午 04:42:39

    le=\"POSITION: ");document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");document.write("visible; TOP

  • avatar
    访客 2022-07-04 上午 04:55:45

    入 style a{text-decoration:none;font-size:14px} a:hover{text-decoration:underline;color:#00FFFF}

发表评论