百度空间 | 百度首页 
 
文章列表
 
您正在查看 "Web" 分类下的文章

2009-10-19 21:10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv=
类别:Web | 评论(0) | 浏览()
 
2009-10-05 22:23
https://www.getdropbox.com/
this website use JavaScript loading flash and flv is wonderful!go go to see!!
类别:Web | 评论(0) | 浏览()
 
2009-09-17 21:38
朋友发来了一个网页,看创意不错:保留下来了:
<HTML><HEAD><TITLE>给你一个故事-人生哲学--读者文摘推荐</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK
rel=stylesheet type=text/css>
<STYLE type=text/css>TD {
FONT-SIZE: 14px; LINE-HEIGHT: 28px
}
</STYLE>

<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY background=IMAGE001.gi
类别:Web | 评论(0) | 浏览()
 
2009-08-08 14:42
注意到百度新闻上面图片轮换代码,毕竟是div时代,使用的就是精简代码了
直接复制下面代码就可以运行了,也是在这个网站爬下来滴!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="http://news.baidu.com/resource/js/bdscrollingimg_bak.js"></script>
</head>
<style>
/*--scrolling image-
类别:Web | 评论(1) | 浏览()
 
2009-08-05 10:42
<!--说明一下,这些内容是从迅雷网站爬出来滴,导航很漂亮,喜欢的同学可以直接复制下面代码直接运行查看,同时也给自己一个备忘-->
<html>
<head>
<style>
* { margin:0; padding:0; }
html { background:#FFFFFF; }
body { font:normal 12px/20px Arial, Verdana, Lucida, Helvetica, simsun, sans-serif; color:#313131; }
ul { list-style:none; }
a { color:#016A9F; text-decoration:none; }
a:hover { text-decoration:underline; }
inp
类别:Web | 评论(0) | 浏览()
 
2009-07-01 09:55
<div id="movieArea">

<div id="flashContent">
<p>Flashコンテンツの閲覧にはFlash Playerが必要です。</p>
</div>
<
类别:Web | 评论(0) | 浏览()
 
2009-06-28 16:33
<div id="flashbanner">
This banner of UCH images requires Adobe Flash, Version 8 or above, to view.
</div>
<script type="text/javascript">
var so = new SWFObject("banner/banner_all.swf
类别:Web | 评论(0) | 浏览()
 
2009-06-11 08:42
<html>
<head>
<link rel="stylesheet" href="css.css" type="text/css" media="all" />
</head>
<body>
<ul id="skyline">
    <li id="panel1b"><a href="#1"></a></li>
    <li id="panel2b"><a href="#2"></a></li>
    <li id="panel3b">
类别:Web | 评论(0) | 浏览()
 
2009-05-30 09:38
传统的方法:这种方法只能是修改编辑器里面增加js
<img onload="javascript:if(this.width>560)this.width=560;" src="upfile_pic/url.jpg">
<img alt="" src="uploadfile/url.jpg" onload="javascript:if(this.width>screen.width-333)this.width=screen.width-333" >
现在的方法:使用js和css结合
<script>
function SetImg(obj){
if(obj.offsetWidth>obj.offsetHeight)
obj.style.width=obj.offsetWidth>=200?"2
类别:Web | 评论(0) | 浏览()
 
2008-11-26 19:33
function writeFlash(name, w, h, t)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+name+'">');
document.write('<param name="quality" value="best">');
类别:Web | 评论(0) | 浏览()
 
2008-09-21 21:36

现在的问题是“上传到服务器文件”出了问题,测试是本地服务器。
使用虚拟空间,一切正常!
原来是自己的本地空间,没有处理xml的缘由!


<textarea name="content" style="display:none" cols="1" rows="1"><%if content<>"" then response.write content%></textarea>
     <script type="text/javascript">
<!--
var oFCKeditor = new FCKeditor( 'content
类别:Web | 评论(0) | 浏览()
 
2008-08-28 21:16

HTML <base> 标签

定义和用法

base 元素可规定页面中所有链接的基准 URL。

通常情况下,浏览器会从当前文档的 URL 中提取相应的元素来填写相对 URL 中的空白。

使用 <base> 标签可以改变这一点。浏览器随后将不再使用当前文档的 URL,而使用指定的基本 URL 来解析所有的相对 URL。这其中包括 <a>、<img>、<link>、<form> 标签中的 URL。

比如:在head之间

<base href="http://hi.baidu.com/function/">

类别:Web | 评论(0) | 浏览()
 
2008-08-27 21:46
<html>
<head>
<title>Browser close confirm</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
类别:Web | 评论(0) | 浏览()
 
2008-07-21 20:11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>简单漂亮的导航栏效果</title>
<style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
f
类别:Web | 评论(0) | 浏览()
 
2008-05-24 21:07
css效果:

.picCenter { text-align:center }
.picCenter img { padding:4px; border:1px solid #999999; background:#ffffff; text-align:center }
//css部分
<div class="picCenter"><img alt="" src=
类别:Web | 评论(0) | 浏览()
 
     
 
 
文章分类
 
 
 
System(10)
 
 
 
Web(56)
 
 
 
 
Coding(16)
 
 
Asp(3)
 
 
 
 
     
 
文章存档
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     
 
最新文章评论
   
 
 

谢谢
 

[表情]
 

没得办法卸载。。。。
 
     


©2009 Baidu