inicio mail me! sindicaci;ón

A Cool CSS Effect - Dashboard [Updated x2]

Ever want to alert your users to a really important message? Ever care to have some effect that looked like dasboard?

I wanted to do this for numerous sites so I finally I decided to scan the web for some resources. I didn’t find any real conclusive matches on Google. I mean what do you search for?

So, I started thinking about what we were actually doing and then finally I got code working. I’ll post the code and then briefly explain it. Here is a picture so you can get the idea of what it does, or you can simply go to my new website and click on either “About” or on “Contact.”

Dashboard CSS Effect

Add this to your css file or inside your “head” tags:

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */

z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

Basically, this says set a style in CSS to have a black background, 70% transparent, filling the entire screen.

We then add this code anywhere inside our “body” tag:


This places our black box on the screen, and then the javascript hides it. We can then show it later on by putting this javascript in an event handler like onclick: 

document.getElementsById(”darkBackgroundLayer”).style.display = “”;

This will show our darkened layer using javascript.

This will show our darkened layer using javascript.You can then use javascript to show a different window like the above code. This effect is really great and extremely useful in drawing the user’s attention.

I hope that helps you make some neat effects. Post in the comments if you have any interesting twists.

[Updated] One problem I have run into with this is that the dark black shade cuts off at the end of the browser window, meaning that if you scroll down the page, the effect does not continue. This has to do with how css repeats vertically. If any one knows a fix, please comment as well.

[Updated x2] Fixed the scrolling bug. Thanks to all the great comments. Also changed the opacity options so hopefully works on more browsers. Changes are in red. Thanks to digg, story is here.

Thanks

http://dbachrach.com/blog/2006/10/09/a-cool-css-effect-dashboard/

This will show our darkened layer using javascript.

toup said,

March 7, 2010 @ 6:34 pm

10086投票公司,中国拉票联盟 http://www.10086t.com 网络推广,QQ86585141

hngp said,

May 12, 2010 @ 10:57 pm

《股民救星》职业投资人指导炒股两年十倍,十万元指导两年成长为一百万,亏损包赔加入QQ群109915039。咨询QQ850739003。咨询电话13637588511。专用网页http://hngp.any58.com。

seena said,

May 22, 2010 @ 3:42 pm

博客始终是获得准确的信息,为您提供方便的结果的主要来源,你可以得到即时和可靠的资料,一定可以帮助你在任何你关心的领域。我在资讯科技和人力资源研究生。这些天我做了不同的网上认证的准备,我发现网络+问题是最好的帮助的来源提供100%的真实材料。我还花更多的时间上网,看我的,听音乐和玩游戏。我的考试后,我想加入你的小组。

___________________
security+ practice test

zglp said,

June 8, 2010 @ 8:15 pm

中国拉票联盟(http://www.zglplm.com)专业拉票!
集投票、刷票、拉票、投票公司、代理投票、投票软件制作、包名次等服务于一身,并为网站建 设、大型应用程序设计提供技术支持 QQ:7188208 热线:13770018880

qiancai said,

July 6, 2010 @ 8:35 pm

旅游 赚钱 交友=好到似掉馅饼的好项目!人人都可以做的全民化真实项目! 这是新趋势,这趋势是能让人人都可以轻松赚到多钱,达到真正的玩着赚! 新浪博客介绍: blog.sina.com.cn/s/blog_678a77a00100igi7.html

vika said,

August 11, 2010 @ 2:27 pm

100元包月帮你SEO!100元包月帮你群发广告!
即刻联系QQ:306478122吧!
注明:广告。(如对贵站造成烦扰,请麻烦QQ告知删址)

RSS feed for comments on this post

Leave a Comment

Close
E-mail It