账号通
    

账号  

密码  

243296

查看

379

回复
主题:■■■■css左右两列高度自适应■■■你难道用不到吗? [收藏主题] 转到:  
zghbxtlp 当前离线

9

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:359 分
登录次数:34 次
注册时间:2008/9/11
最后登录:2009/10/30
zghbxtlp 发表于:2009/10/30 14:10:00   | 只看该作者 查看该作者主题 51楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
laodanet 当前离线

55

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:171 分
登录次数:25 次
注册时间:2009/9/5
最后登录:2012/4/8
laodanet 发表于:2009/10/19 22:09:00   | 只看该作者 查看该作者主题 52楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
fuguojian 当前离线

1070

主题

3

广播

1

粉丝
添加关注
级别:八年级

用户积分:2178 分
登录次数:112 次
注册时间:2009/2/16
最后登录:2019/6/28
fuguojian 发表于:2009/10/19 20:15:00   | 只看该作者 查看该作者主题 53楼 
科汛在线商城系统(NET)
没什么新颖的,不就是外边距内边距互补嘛,

padding-bottom: 32767px;

margin-bottom: -32767px;

 

以前我在一个技术论坛就见过了,自己重新写过一遍,其实这种方法是在欺骗浏览器。 反正也是个不错的笨办法了。

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
fuguojian 当前离线

1070

主题

3

广播

1

粉丝
添加关注
级别:八年级

用户积分:2178 分
登录次数:112 次
注册时间:2009/2/16
最后登录:2019/6/28
fuguojian 发表于:2009/10/19 20:13:00   | 只看该作者 查看该作者主题 54楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
rubby 当前离线

207

主题

0

广播

0

粉丝
添加关注
级别:二年级

用户积分:843 分
登录次数:31 次
注册时间:2009/7/20
最后登录:2009/11/25
rubby 发表于:2009/9/28 10:59:00   | 只看该作者 查看该作者主题 55楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
th4630 当前离线

71

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:167 分
登录次数:5 次
注册时间:2009/7/22
最后登录:2009/9/8
th4630 发表于:2009/9/8 16:20:00   | 只看该作者 查看该作者主题 56楼 
科汛在线考试系统(NET)

受不了了

受不了了

受不了了

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
th4630 当前离线

71

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:167 分
登录次数:5 次
注册时间:2009/7/22
最后登录:2009/9/8
th4630 发表于:2009/9/8 16:19:00   | 只看该作者 查看该作者主题 57楼 
科汛智能建站系统

SQL参数部分:


 


=================


select top 10 ID,title,Picurl from KS_Article where slide=1 and Verific=1 and deltf=0 order by id desc


=================


 


SQL循环部分:


 


=================





以下内容只有回复后才可以浏览


<div class="focusPic">
<div id="sliderFocus" class="sliderwrapper">
[loop=1]
<div class="contentdiv contentdivone">
<p class="pPic"><a target="_blank" href="{$Field(ID,GetInfoUrl,1,1)}"><img src="{$Field(Picurl,Text,0,...,0,)}" alt="{$Field(title,Text,0,...,0,)}" width="600" height="380" /></a></p>
<p class="picMark"></p>
<p class="pTitle">
<a href="{$Field(ID,GetInfoUrl,1,1)}" target="_blank">{$Field(title,Text,0,...,0,)}</a>
</p>
</div>
[/loop]
[loop=4]
<div class="contentdiv">
<p class="pPic"><a target="_blank" href="{$Field(ID,GetInfoUrl,1,1)}"><img src="{$Field(Picurl,Text,0,...,0,)}" alt="{$Field(title,Text,0,...,0,)}" width="600" height="380" /></a></p>
<p class="picMark"></p>
<p class="pTitle">
<a href="{$Field(ID,GetInfoUrl,1,1)}" target="_blank">{$Field(title,Text,0,...,0,)}</a>
</p>
</div>
[/loop]
</div>
<div id="paginate-sliderFocus" class="pagination"> <a href="javascript:void(0)" class="toc">1</a> <a href="javascript:void(0)" class="toc">2</a> <a href="javascript:void(0)" class="toc">3</a> <a href="javascript:void(0)" class="toc">4</a> <a href="javascript:void(0)" class="toc">5</a> </div>
<script>
featuredcontentslider.init({
id: "sliderFocus",
contentsource: ["inline", ""],
toc: "#increment",
nextprev: ["", ""],
revealtype: "mouseover",
enablefade: [true, 0.1],
autorotate: [true, 5000],
onChange: function(previndex, curindex){
}
})
</script>
</div>







=================


 


 


CSS部分:


 


=================


 


 


.focusPic{width:595px; margin:10px 0 0 5px; position:relative;}
.focusPic .picMark{width:100%;height:30px; background:#000; opacity:0.5;filter:alpha(opacity=50); position:absolute; bottom:0; left:0;}
.focusPic .pagination{width:100%;height:20px;clear:both;position:absolute;top:355px;right:0px;}
.focusPic .pagination .subLineTab{width:100%;display:none;}
.focusPic .pagination .subPageTab{float:right}
.focusPic .pagination a{width:20px; height:16px; padding-top:4px;display:inline;float:left;text-align:center;line-height:14px;text-decoration:none;font-weight:bold;margin-right:5px;color:#FFF; border:1px solid #595a63; background:#323139;}
.focusPic .pagination a:hover,.focusPic .pagination a.selected{width:22px; height:18px;background:url(http://www1.pclady.com.cn/global/2009/images_d/luxury/luxury_focusbg.gif) no-repeat; border:none;}
.focusPic .contentdiv .pPic{height:380px;width:600px;}
.focusPic .contentdiv .pTitle{width:300px;height:28px;line-height:28px;color:#FFF;position:absolute;top:353px;left:10px;color:#FFF; font-size:16px; font-weight:bold;}
.focusPic .contentdiv .pTitle a{color:#FFF;}
.contentdivone {display:block;}



img { border:none}
*{ margin:0; padding:0}


 


=================


 


JS部分


 


=================

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
youhy 当前离线

1

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:25 分
登录次数:1 次
注册时间:2009/8/24
最后登录:2009/8/24
youhy 发表于:2009/8/24 16:56:00   | 只看该作者 查看该作者主题 58楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
西部it网 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:202 分
登录次数:5 次
注册时间:2009/8/10
最后登录:2009/8/11
西部it网 发表于:2009/8/11 8:12:00   | 只看该作者 查看该作者主题 59楼 
科汛在线商城系统(NET)
 能用到的,谢谢!收了
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
hljncw 当前离线

218

主题

0

广播

1

粉丝
添加关注
级别:二年级

用户积分:1295 分
登录次数:105 次
注册时间:2009/3/25
最后登录:2020/5/16
hljncw 发表于:2009/8/6 18:35:00   | 只看该作者 查看该作者主题 60楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.42188秒 powered by KesionCMS 9.0