Jump to content
  • 0

Затемнение


Mr.Black
 Share

Question

9 answers to this question

Recommended Posts

  • 0

Можно конечно, полупорозрачноую картинку подсвечивать снизу бакграунд-колором, но переход от одного состояния к другому будет не плавный. Да и вообще интересно узнать а при каком условии цвет должен меняться?

Link to comment
Share on other sites

  • 0

Конечно можно сделать box-shadow но с таким градиентом сверху вниз, один фиг придётся придумывать сложную нарезку и разположение фона. Даже не знаю что и предложить

Link to comment
Share on other sites

  • 0

Что-то вроде этого

оборачиваешь твой основной враппер с контентом в два дива, для первого дива ставишь паддинг и беграунд с тенью слева , второму диву тоже самое только для правой стороны

паддинг не даст наехать контенту на тень

Edited by eyexal
Link to comment
Share on other sites

  • 0

eyexal, у меня получилось получше ,оцените ,может что нибуть переделать...

<style>

*{margin: 0;padding: 0;}

body {
background: #afb0b0;
}

#wrapper {margin: 0 auto;width: 864px;}

#bg_top {
background: url("file:///C:/Users/Admin/Desktop/std/bg_top.png") no-repeat;
height: 20px;
margin-top:15px;
}

#bg_middle {
background: url("file:///C:/Users/Admin/Desktop/std/bg_middle.png") repeat-y;
position: relative;
}

#content {
background: #cecece;
border: 1px solid #8e9090;
position: relative;
margin: 0 25px;

}

#bg_bottom {
background: url("file:///C:/Users/Admin/Desktop/std/bg_bottom.png") no-repeat;
height: 20px;
margin-bottom:15px;
}

</style>
<body>
<div id="wrapper" >
<div id="bg_top" ></div>
<div id="bg_middle" ><img src="file:///C:/Users/Admin/Desktop/std/bg_gradient.png" height="100%" width="848px" style="position:absolute;left:8px;" alt="Градиент" />
<div id="content" >
1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>1213<br/>
</div>
</div>
<div id="bg_bottom" ></div>
</div>
</body>

http://img230.imageshack.us/img230/4741/78317108.png - скрин

Есть вопрос!Как видите градиент я поставил в імг чтоб он отображался на 100% ,как мне зделать чтоб его нельзя было виделить так как и бекграунд http://img17.imageshack.us/img17/5241/19726644.png ???

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy