Jump to content
  • 0

Div при уменьшении окна браузера IE рядом стоящие дивы прыгают в низ что делать


bgraf
 Share

Question

Добрый день !

Вот стили

div.title {

height: 101px;

width: 100%;

}

.logo {

float: left;

height: 101px;

width: 265px;

}

.top_line {

float: left;

height: 101px;

width: 500px;

}

вот код HTML

<div class="title">

<div class="logo">

<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>

</div>

<div class="top_line">

<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>

</div>

</div>

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

куда тянутся? ну возьми поменяй ещё и код немного.. вот так:

<div style="widht: 100%;">
<div class="title">
<div class="logo">
<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>
</div>
<div class="top_line">
<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>
</div>
</div></div>

и будет счастье... а лучше почитай ссылки что я дал.. пригодится...

Edited by Nekromancer
Link to comment
Share on other sites

  • 0
куда тянутся? ну возьми поменяй ещё и код немного.. вот так:

<div style="widht: 100%;">
<div class="title">
<div class="logo">
<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>
</div>
<div class="top_line">
<a href="main.html" target="_parent"><img src="images/logo.jpg" /></a>
</div>
</div></div>

и будет счастье... а лучше почитай ссылки что я дал.. пригодится...

Спасибо правда спасибо большое обязательно все прочту

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