CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
可用分押宝游戏火热进行中... 专题改版:Java Web 专题
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Web 开发 >  ASP

=====这种“惊艳”的网页配色方案如何搞出来的呢?====

楼主moffatt(蔡叶子)2005-06-02 12:49:54 在 Web 开发 / ASP 提问

详见:http://down.vv66.com/index.htm  
  点击右上角的“我的配色”,弹出一个配色网页对话框,这种效果如何设计出来?那里有得下载呢? 问题点数:0、回复次数:18Top

1 楼AppleBBS(Dicky)回复于 2005-06-02 12:54:41 得分 0

大惊小怪啊Top

2 楼jxdn_yang((我不想做IT了))回复于 2005-06-02 12:59:31 得分 0

你看看FRONTPAGE里的配色吧,Top

3 楼treeroot(旗鲁特)回复于 2005-06-02 13:00:32 得分 0

flashTop

4 楼ShiningstarHu(Shining_star)回复于 2005-06-02 13:01:39 得分 0

那个是Flash做的,没什么稀奇的。如果是纯HTML   +   Javascript那就有点技术了。Top

5 楼sharing(小玲子)回复于 2005-06-02 13:01:48 得分 0

关注  
  真的开始大惊小怪了.Top

6 楼qiangtian(tq)回复于 2005-06-02 14:11:28 得分 0

flash和网页的配合挺厉害的,不懂flash,帮顶Top

7 楼fangq(jack)回复于 2005-06-02 14:34:19 得分 0

这个并非“惊艳”所在,弹出个对话框后,点击上面相应的颜色,看看整个网站的配色方案都改了,真绝!Top

8 楼patchclass(黑翼)回复于 2005-06-02 14:58:01 得分 0

flash只是一个界面而已,应该是动态的生成一些css的吧,要看看代码就知道了  
   
  纯的HTML   +   Javascript,也可以实现这样的效果,只要想做Top

9 楼mfkiqpl(CPU)回复于 2005-06-02 15:16:26 得分 0

很早就看到了。。篮色理想就是这样的。。但不知道是怎么搞的。。。关注!Top

10 楼iamxiang(真心微笑)回复于 2005-06-02 17:12:04 得分 0

我顶,用FLASH生成CSS,然后应用到网页中。这个想法好,顶Top

11 楼jted(牛牛)回复于 2005-06-02 17:17:17 得分 0

这个配色的完整代码网上有下的。。家里电脑有存。。才20分。。兄弟们就自己去GG搜一下吧。。我懒得搜了。Top

12 楼abc666(狂奔)回复于 2005-06-02 17:45:23 得分 0

不就是调css嘛Top

13 楼cheng17(+天空+)回复于 2005-06-02 18:07:52 得分 0

那里有惊艳效果呀Top

14 楼mjpclab(有只大猫猫 mjpclab.net)回复于 2005-06-02 18:13:01 得分 0

展示意义大于实际意义Top

15 楼asp1110()回复于 2005-06-02 18:21:08 得分 0

100MB   asp和   asp.net空间   50/1年  
  我看到了一个网站   100MB   asp和   asp.net空间   现在促销,  
  同学们可以做一个简单的个人网站用来找工作   ,  
    支持   asp.net   一年才50元!不要错过哦!!!  
  速度非常快,一般公司企业   足够用了!  
  http://www.hi876.com    
  希望能对大家有帮助  
  Top

16 楼AppleBBS(Dicky)回复于 2005-06-03 09:23:19 得分 0

<link   rel=stylesheet   type=text/css   href=/css/style.css>  
  <style>  
  legend   {  
  font-size:   12px;  
  font-weight:   bold;  
  }  
  fieldset   {  
  border:   1px   solid   #CCCCCC;  
  padding:   5px;  
  margin:5px   10px;  
  padding-bottom:10px;  
  }  
  .theme   {  
  width:9;  
  height:9;  
  margin:0px   2px;  
  cursor:hand;  
  border:1px   solid   #CCCCCC;  
  }  
  </style>  
  <script>  
  function   cc(setcolor){  
  document.body.style.filter='blendTrans(duration=1)';  
  document.body.filters[0].apply();  
  for(i=0;i<document.styleSheets[0].rules.length;i++)   {  
  with(document.styleSheets[0].rules[i])   {  
  if   (selectorText.toLowerCase().replace(/[^\.]*\./i,'')=='body'){  
  style.backgroundColor=setcolor;}  
  }  
  }  
  document.body.filters[0].play();  
  }  
  </script>  
  <body   bgcolor=blue>  
  <br><br><br><br>  
  <fieldset><legend>现有成套配色</legend><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e7e8e9;"   title="《绿色版》&#13;     -cola"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#0067c2;"   title="《蓝色天际版》&#13;     -菜菜子"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#990000;"   title="《围炉火锅版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffffff;"   title="《青天白日梦版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#4c4e52;"   title="《青天白夜梦版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6e6;"   title="《夏日清凉版》&#13;     -handmade"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ecf3f9;"   title="《未命名版》&#13;     -doupi"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffadd6;"   title="《女性版》&#13;     -胸口别朵大红花"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#408080;"   title="《学生版》&#13;     -胸口别朵大红花"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#8c8a84;"   title="《暖灰版》&#13;     -imagebear"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#507171;"   title="《姜子牙版》&#13;     -quester"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#10497b;"   title="《钴蓝色版》&#13;     -梦觉"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#777718;"   title="《绿色版》&#13;     -梦觉"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#6e6e80;"   title="《暖色版》&#13;     -lee"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ced3d9;"   title="《冷色版》&#13;     -lee"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#462d79;"   title="《紫色版》&#13;     -Poorfish"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#c2cc66;"   title="《黄色版》&#13;     -Poorfish"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#000000;"   title="《紫色迷情版》&#13;     -LeXRus"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#d7faa8;"   title="《绿之FD五月版》&#13;     -cartouche"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#95bf00;"   title="《雨后清风版》&#13;     -dancing"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#edf7f3;"   title="《秋荷淡叶版》&#13;     -moonjeep"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#001500;"   title="《骇客帝国版》&#13;     -moonjeep"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#000000;"   title="《未命名版》&#13;     -freewar"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffffff;"   title="《灰色版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ff0000"   title="《赤色版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6dc"   title="《仿Macromedia版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6dc"   title="《经典怀旧版》&#13;     -色眯眯的小疯狗"   >  
  </fieldset>  
  <input   type=button   value=changecolor   onclick="cc('green')">Top

17 楼AppleBBS(Dicky)回复于 2005-06-03 09:30:55 得分 0

上面第1行调用的css应该是直接调用蓝色经典里的  
  <link   rel=stylesheet   type=text/css   href=http://www.blueidea.com/css/style.css>  
  <style>  
  legend   {  
  font-size:   12px;  
  font-weight:   bold;  
  }  
  fieldset   {  
  border:   1px   solid   #CCCCCC;  
  padding:   5px;  
  margin:5px   10px;  
  padding-bottom:10px;  
  }  
  .theme   {  
  width:9;  
  height:9;  
  margin:0px   2px;  
  cursor:hand;  
  border:1px   solid   #CCCCCC;  
  }  
  </style>  
  <script>  
  function   cc(setcolor){  
  document.body.style.filter='blendTrans(duration=1)';  
  document.body.filters[0].apply();  
  for(i=0;i<document.styleSheets[0].rules.length;i++)   {  
  with(document.styleSheets[0].rules[i])   {  
  if   (selectorText.toLowerCase().replace(/[^\.]*\./i,'')=='body'){  
  style.backgroundColor=setcolor;}  
  }  
  }  
  document.body.filters[0].play();  
  }  
  </script>  
  <body   bgcolor=blue>  
  <br><br><br><br>  
  <fieldset><legend>现有成套配色</legend><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e7e8e9;"   title="《绿色版》&#13;     -cola"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#0067c2;"   title="《蓝色天际版》&#13;     -菜菜子"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#990000;"   title="《围炉火锅版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffffff;"   title="《青天白日梦版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#4c4e52;"   title="《青天白夜梦版》&#13;     -POPOEVER"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6e6;"   title="《夏日清凉版》&#13;     -handmade"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ecf3f9;"   title="《未命名版》&#13;     -doupi"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffadd6;"   title="《女性版》&#13;     -胸口别朵大红花"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#408080;"   title="《学生版》&#13;     -胸口别朵大红花"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#8c8a84;"   title="《暖灰版》&#13;     -imagebear"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#507171;"   title="《姜子牙版》&#13;     -quester"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#10497b;"   title="《钴蓝色版》&#13;     -梦觉"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#777718;"   title="《绿色版》&#13;     -梦觉"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#6e6e80;"   title="《暖色版》&#13;     -lee"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ced3d9;"   title="《冷色版》&#13;     -lee"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#462d79;"   title="《紫色版》&#13;     -Poorfish"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#c2cc66;"   title="《黄色版》&#13;     -Poorfish"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#000000;"   title="《紫色迷情版》&#13;     -LeXRus"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#d7faa8;"   title="《绿之FD五月版》&#13;     -cartouche"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#95bf00;"   title="《雨后清风版》&#13;     -dancing"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#edf7f3;"   title="《秋荷淡叶版》&#13;     -moonjeep"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#001500;"   title="《骇客帝国版》&#13;     -moonjeep"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#000000;"   title="《未命名版》&#13;     -freewar"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ffffff;"   title="《灰色版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#ff0000"   title="《赤色版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6dc"   title="《仿Macromedia版》&#13;     -myhyli"><img   onclick="cc(this.style.backgroundColor)"   src=/img/spacer.gif   class="theme"   style="background-color:#e6e6dc"   title="《经典怀旧版》&#13;     -色眯眯的小疯狗"   >  
  </fieldset>  
  <input   type=button   value=changecolor   onclick="cc('green')">Top

18 楼mikespook(CSDN == 吹死大牛)回复于 2005-06-03 09:31:50 得分 0

我记得sourceforge.net上有一个PHP写的不用数据库的BLOG里有类似的功能,而且是不用FLASH,用的纯JS做的仿PHOTOSHOP的取色工具~~~  
   
  呵呵,这个叫惊艳,那要叫唯美了~~~Top

相关问题

  • 请问哪里有详细的网页配色方案
  • 有没有一些关于网页元素组织和配色方案的一些书籍?
  • 给几个配色方案?谢谢.
  • 我这里有网页制作配色软件,谁要?
  • 哪位网页达人知道关于配色的网站?
  • [调查]大家喜欢选什么配色方案?
  • 请给网站的配色方案一个意见,谢谢
  • 寻求一些“品”型网站的模板或配色方案。
  • 如何改变整个框架的颜色?(不使用WINDOWS的配色方案)
  • 请推荐一个清新的灰色配色方案作为字体背景

关键词

  • asp.net
  • 网页
  • flash
  • 网站
  • asp
  • 配色
  • 惊艳

得分解答快速导航

  • 帖主:moffatt

相关链接

  • Web开发类图书

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
世纪乐知(北京)网络技术有限公司 版权所有, 京 ICP 证 020026 号
北京创新乐知广告有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved
GongshangLogo