<?php
defined('_JEXEC') or die; JHtml::_('behavior.framework', true); //if(!$templateparams->get('html5', 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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<!--jdoc:include type="head" /-->
<style type="text/css"> html {
height: 100%;
}
body
{
<!--
background:url(http://127.0.0.1/joomla25/templates/usegear/images/bg.png);
/*background-image:url(http://127.0.0.1/joomla25/templates/usegear/images/bg.png)*/
/*background-size:100% 100%;*/ background-size:100% 800%; background-repeat:no-repeat;
padding-bottom:80px; --> height: 100%;
background-attachment: fixed;
margin:0;
padding:0;
background-repeat: no-repeat;
background: rgb(30,87,153); /* Old browsers */ background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,1) 90%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(90%,rgba(125,185,232,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 90%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 90%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 90%); /* IE10+ */ background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 90%); /* W3C */ } #body_foot
{ position:absolute; bottom:0px; right:0px; background:url(http://127.0.0.1/LXX/pictures/cloud.png);/*,url(http://127.0.0.1/LXX/pictures/cloud2.png);*/
background-size:30% 180%;
-moz-background-size:63px 130px; /* 老版本的 Firefox */
background-repeat:repeat;
padding-bottom:1%; margin:0; } #body_foot1
{ position:absolute; bottom:0px; right:0px; background:url(http://127.0.0.1/LXX/pictures/cloud2.png);/*,url(http://127.0.0.1/LXX/pictures/cloud2.png);*/
background-size:40% 180%;
-moz-background-size:63px 130px; /* 老版本的 Firefox */
background-repeat:repeat;
padding-bottom:1%; margin:0; } </style>
</head>
<body>
<div>
<p></p>
<p>rtyeryteryteryteryt</p>
<p>rtyeryt</p>
<p>ertyerytre</p>
<p>ertyerytre</p>
<p>ertyerytre</p>
<p>ertyerytre</p>
<p>ertyerytre</p>
<p>ertyerytre</p>
</div> <div id="body_foot1" style="position:absolute;bottom:1px;height:20%; width:100%; ">
<div id="body_foot" style="position:absolute;bottom:1px;height:100%; width:100%; "> </div>
</div> </div>
</div> </body>
</html>

其中主要有:
1、渐变背景的的设定:body{}

2、动态在低端的白云:设定了body_foot1和body_foot1中的循环图片显示定义,以及div动态底端的设定。以及嵌套div掩盖白云图片规律性显示。

 

最新文章

  1. 《zw版&#183;Halcon-delphi系列原创教程》 Halcon分类函数016,xld,xld轮廓
  2. Activiti系列:如何让Activiti-Explorer使用sql server数据库
  3. 24.C#LINQ TO XML(十二章12.3)
  4. 在SourceInsight中用快捷键打开文件所在的目录
  5. php加载memcache
  6. PHP手册 – 变量和常量
  7. linux性能监控三张图
  8. 走进JavaScript——重拾对象
  9. 如何创建一个一流的SDK?
  10. 为什么需要RPC,而不是简单的HTTP接口
  11. 【原创】大数据基础之Ambari(2)通过Ambari部署ElasticSearch(ELK)
  12. Android Profiler内存检测
  13. NIO/BIO
  14. PTA天梯 L3-007 天梯地图
  15. BZOJ3565 : [SHOI2014]超能粒子炮
  16. OCM_第十九天课程:Section9 &mdash;》Data Guard _ DATA GUARD 原理/DATA GUARD 应用/DATA GUARD 搭建
  17. IDEA能运行,但是出现红色下划线的问题报 cannot resolve method
  18. (转)Maven学习总结(二)——Maven项目构建过程练习
  19. 002.iSCSI服务端配置
  20. hibernate 1对1的关系

热门文章

  1. H_Dp
  2. LLVM每日谈之十九 LLVM的第一本系统的书&amp;lt;Getting Started with LLVM Core Libraries&amp;gt;
  3. Oracle 11g RAC for LINUX rhel 6.X silent install(静默安装)
  4. postgresql 常规操作以及检查备份
  5. 小程序:前端防止用户重复提交&amp;即时消息(IM)重复发送问题解决
  6. First step in troubleshooting complex issues: Define and scope your issue properly
  7. Android网络编程随想录(四)
  8. BZOJ2134: 单选错位(期望乱搞)
  9. RocketMQ之消息中间件需要解决的问题
  10. HTTP获取信息的四种方式