共 526篇 前 10 页: 10    每页10篇 上一页   下一页  

自荐文章

〖摘要:〗
null
继续阅读其余的  2023 字
pear   2009-11-10 23:07:28 阅读:134  评论:0  引用:0
A页面的完成情况: index.html在ie8中出现不兼容现象 huoli_myhome无php文件,并且大多为图片; huoli_reg_activation在ie6,ie7里进不去,原因:javascript写的不规范; login.html因为进不去ie7,所以无法检测,原因:javascript不规范,login.html(space.php属于用户个人所有,所以后台添加防火墙) 其余页面均已全部完成; A页面中存在的问题 re_mail.html: 1,验证码偏上; 2,线的摆放在各浏览器中不兼容 getpassword.html 1,活力网的连接地址; 2,ie6不兼容(原因:注释太多,ie6出现bug) huoli_registor: 1,button 2,验证码输入正确时,ie6位置有误; 3,js进不了ie6,ie7,[初步认为是js的写法不规范],导致huoli_reg_activation.html无法检测在ie6,ie7下的兼容; index.html 1,活力网连接地址 2,ie8不兼容,其他均好; login.html: 1,错误信息提示 显示位置不兼容; 2,整体排版不整洁; 3,验证码栏在ie6里显示位置有误;
pear   2009-11-10 19:05:30 阅读:20  评论:0  引用:0
ie6:

ff:
pear   2009-11-10 14:01:21 阅读:19  评论:0  引用:0
〖摘要:〗
<!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=utf-8" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="validate.js"></script>
<script type="text/javascript" src="cmxforms.js"></script>
<script type="text/ecmascript" src="urchin.js"></script>

<script type="text/javascript">
$.va
继续阅读其余的  9545 字
pear   2009-11-08 18:59:45 阅读:43  评论:0  引用:0
坐着坐着有点困了,到后来连睁开眼睛都变成了一种折磨
....心情有点沉重
据说现在公司里的所有验证活变成我的了
然后就很遗憾的发现自己的js水平少得太可怜了
再次深切的痛恨自己:书到用时方恨少

打起精神,干活
不然回不了家了,又
pear   2009-11-05 18:19:32 阅读:7  评论:0  引用:0
〖摘要:〗
<!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=utf-8" />
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!--   引入jQuery -->
<script src="../scripts/jquery-1.3.1.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
$(function(){
        //如果是必填的,则加红星标识.

继续阅读其余的  6608 字
pear   2009-11-03 23:09:09 阅读:47  评论:0  引用:0
〖摘要:〗
<!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=utf-8" />
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!--   引入jQuery -->
<script src="../scripts/jquery-1.3.1.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
$(function(){
        //如果是必填的,则加红星标识.

继续阅读其余的  4849 字
pear   2009-11-03 22:56:21 阅读:57  评论:0  引用:0
抽了一部分代码,如下:

<p><input type="checkbox" class="check" style="width:15px; float:left; margin:3px 0 0 65px;" id="check" />
<label for="check"> 我已阅读并且同意活力网的服务条款</p>
<p><textarea readonly="readonly">
活力网服务条款内容:

活力网通过国际互联网络为您提供一种全新的在线生活方式;您只有完全同意下列所有服务条款并完成注册程序,才能成为活力网的用户并使用相应服务。您在使用活力网提供的各项服务之前,应仔细阅读本用户协议。

</textarea>
</p>

其效果图:

原因:  给第一个p里边的label没有关闭,结果导致ie7死活不兼容。
为了调这个小问题,我整整花了30多分钟,后来实在没办法了,就求学长帮忙
呵呵,人家火眼睛睛,一看就找出毛病了
又是粗心大意惹的祸。
pear   2009-11-03 11:07:32 阅读:29  评论:0  引用:0
http://www.w3schools.com/browsers/browsers_stats.asp
这里是最新的浏览器用户统计数据表
应该对前台开发特别重要
pear   2009-11-03 10:57:11 阅读:7  评论:0  引用:0
〖摘要:〗
<!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=utf-8" />
<title></title>
<style type="text/css">
 *{ margin:0; padding:0;}
body {font-size:12px;text-align:center;}
a { color:#04D; text-decoration:none;}
a:hover { color:#F50; text-decoration:underline;}
.SubCategoryBox {width:600px; margin:0 auto; text-align:center;margin-top:40px;}
.SubCategoryBox ul { list-style:none;}
.SubCategoryBox ul li { display:block; float:left;
继续阅读其余的  6200 字
pear   2009-11-02 22:37:30 阅读:82  评论:0  引用:0
Copyright@2008 powered by YuLog