Правильная прозрачность
Однажды мне понадобилось сделать прозрачные боковые поля для одного дизайна.
Я решил использовать прозрачность css.
Но каково было узнать, что все элементы внутри прозрачного блока тоже становятся прозрачны и это никак не изменить :-(, тогда мне пришлось использовать прозрачный png.
Недавно я наткнулся на замечательную технику позволяющую устранить эту проблему, ею я и хочу с вами любезно поделиться.
Техника заключается в подложке прозрачного блока в основной блок, который вы хотите сделать прозрачным.
Вот так выглядит наш блок:
<div id="container">
<h1>Привет, я прозрачный блок</h1>
Текст внутри блока. Текст внутри блока. Текст внутри блока.
</div>
Теперь добавим прозрачную подложку:
<div id="container">
<div class="transparency">
<!-- Это прозрачный блок-->
</div>
<div class="content">
<h1>Привет, я прозрачный блок</h1>
Текст внутри блока. Текст внутри блока. Текст внутри блока.
</div>
</div>
Теперь перейдем к оформлению css:
#container {
padding:20px;
width:300px;
color:#FFFFFF;
position:relative;
float:left;
margin-left:20px;
overflow:hidden;
}
#container .transparency {
opacity:0.5;
filter:alpha(opacity=50);
-moz-opacity:0.5;
background-color:#000000;
width:340px;
height:1500px;
position:absolute;
top:0px;
left:0px;
z-index:-1;
}
.content {
position:relative;
}
Готово! Теперь все элементы внутри блока не изменят свою прозрачность. Для полного счастья, я решил написать небольшой скрипт на jQuery, который всё автоматизирует.
Вам будет достаточно лишь добавить класс transp к вашему блоку:
<div id="container" class="transp">
<h1>Привет, я прозрачный блок</h1>
Текст внутри блока. Текст внутри блока. Текст внутри блока.
</div>
И конечно, сам jQuery код:
$(document).ready(function() {
$(".transp").wrapInner('<div>').children().addClass("content");
$(".transp .content").before('<div>').prev().addClass("transparency");
});
На мастера jQuery я, конечно, не претендую, но это работает!

Pretty section of content. I just stumbled upon your website and in accession capital to assert that I get actually enjoyed account your blog posts. Any way I’ll be subscribing to your feeds and even I achievement you access consistently rapidly.
Good ¡V I should certainly pronounce, impressed with your website. I had no trouble navigating through all tabs as well as related information ended up being truly simple to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or something, web site theme . a tones way for your customer to communicate. Excellent task..
Hey, you used to write fantastic, but the last few posts have been kinda boring?I miss your great writings. Past few posts are just a little bit out of track! come on!
Hi, Neat post. There is a problem with your website in internet explorer, would test this… IE still is the market leader and a big portion of people will miss your fantastic writing because of this problem.
fantastic put up, very informative. I ponder why the other experts of this sector do not realize this. You should continue your writing. I am confident, you’ve a huge readers’ base already!
I’m still learning from you, while I’m trying to reach my goals. I absolutely enjoy reading all that is posted on your website.Keep the stories coming. I enjoyed it!
whoah this blog is magnificent i like reading your articles. Keep up the good paintings! You recognize, a lot of persons are searching around for this information, you could help them greatly.
Along with almost everything that appears to be building within this specific subject matter, a significant percentage of points of view are actually very exciting. However, I beg your pardon, but I can not give credence to your whole suggestion, all be it radical none the less. It would seem to us that your remarks are not completely validated and in simple fact you are generally your self not really fully confident of the point. In any case I did enjoy examining it.
Hello! I’ve been reading your site for a while now and finally got the bravery to go ahead and give you a shout out from Porter Texas! Just wanted to mention keep up the fantastic job!
I am writing to make you be aware of what a superb experience my wife’s girl went through going through your web site. She discovered plenty of details, including how it is like to possess an excellent helping nature to make men and women really easily comprehend certain complicated subject areas. You undoubtedly exceeded her expectations. I appreciate you for giving these essential, trusted, revealing and easy tips on this topic to Lizeth.
My brother recommended I might like this blog. He used to be entirely right. This publish actually made my day. You can not imagine just how a lot time I had spent for this info! Thank you!
Would love to forever get updated great website ! .