Jump to content
  • 0

DIV уезжает вниз.


EventPromo
 Share

Question

Почему <div class="working_panel"> уезжает вниз! я не могу понять почему!


<body>
<form id="form1" runat="server">
<div class="pre_working_panel">
<div class="event_promo_panel">
<div class="header">Event Promo</div>
<div>eventpromoby@gmail.com</div>
</div>
</div>
<div class="working_panel">
<div>
<img class="image" src="3f0ad3de.png" />
</div>
</div>
</form>
</body>


*{
margin: 0;
padding: 0;
outline: medium none;
}
body
{
background: url("812-150326.jpg") no-repeat scroll 50% 0 transparent;
background-color: #CCCCCC;
color: #333333;
font-family: tahoma,verdana,"trebuchet ms";
}
.working_panel
{
background: url("shadow.png") repeat-y scroll transparent;
width: 868px;
margin: 0 auto;
margin-top: 10px;
overflow: hidden;
}
.event_promo_panel
{
margin: 0 auto;
margin-top: 200px;
width: 850px;
height: 100px;
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
background: #333333;
}
.pre_working_panel {
height: 327px;
margin-bottom: 10px;
position: relative;
z-index: 20;
margin: 0 auto;
width: 868px;
top: 10px;
}
.header
{
color: White;
margin-top: 25px;
margin-left: 50px;
font-size: 270%;
font-family: "Times New Roman", serif;
font-style: italic;
font-weight: bold;
float: left;
}
.header + div
{
color: Red;
margin-top: 50px;
margin-right: 50px;
float: right;
font-size: 135%;
font-family: "Times New Roman", serif;
font-style: italic;
font-weight: bold;
}
.image
{
height: 178px;
margin-left: 20px;
margin-top: 6px;
width: auto;
height: auto;
margin-bottom: 13px;
float: left;
}

и еще один вопрос! почему не разворачивался этот , когда я не использовал IMG, а просто прописал класс к диву внутреннему в котором был background

<div class="working_panel">

<div>

<img class="image" src="3f0ad3de.png" />

</div>

</div>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Почему <div class="working_panel"> уезжает вниз! я не могу понять почему!

Потому что его отодвигает верхний див, который в 327 пикселей высотой. А что, по-вашему, должно происходить?

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