Jump to content
  • 0

Рамка в шапке сайта из DIV с меняющимися картинками внутри


Gnome.su
 Share

Question

День добрый!

Пытаюсь сделать нечто вроде рамки в шапке сайта в которой будут крутиться картинки (слайдшоу), но пока что-то не очень получается, видимо из-за того что совершенно не умею работать с div версткой.

Вот то что получилось накидать:

    <div style="width: 1135px; height: 376px; position: relative;">     <div style="float:left; width: 80px; height: 376px; background:url(left.png); background-repeat:no-repeat;"></div>    <div style="float:right; width: 90px; height: 376px; background:url(right.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; top: 0; height: 80px; width: 965px; background:url(top.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; bottom: 0; height: 126px; width: 965px; background:url(bottom.png); background-repeat:no-repeat;"></div>        </div>

При просмотре этого безобразия в dreamweaver на удивление всё выглядит давольно таки не плохо:

 

022788348bb3t.jpg

 

Но при открытии всего этого в браузере всё расползается к чертям :(

 

970b360715cet.jpg
 

 

И всё становится ещё хуже после вставки изображения в эту рамку :(

 

Прошу помощи!

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Собственно кое что начало получаться :)

 <div style="width: 1135px; height: 376px; position: relative;">     <div style="position: absolute; float:left; width: 80px; height: 376px; background:url(left.png); background-repeat:no-repeat;"></div>    <div style="position: relative; float:right; width: 90px; height: 376px; background:url(right.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; top: 0; margin-left: 80px; height: 80px; width: 965px; background:url(top.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; bottom: 0; margin-left: 80px; height: 126px; width: 965px; background:url(bottom.png); background-repeat:no-repeat;"></div>    <img src="demo-file.jpg" width="1020" height="376"></div>

Теперь проблема в div который расположен справа,  если выставляю position: absolute; то он перемещается налево если position: relative; то он перестаёт быть прозрачным :(  как с ним быть не знаю

 

8f3e3fcfb021t.jpg
 

Edited by Gnome.su
Link to comment
Share on other sites

  • 0

Попробуйте так:

 <div style="width: 1135px; height: 376px; position: relative;">     <div style="position: absolute; width: 80px; height: 376px; background:url(left.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; right: 0; width: 90px; height: 376px; background:url(right.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; top: 0; margin-left: 80px; height: 80px; width: 965px; background:url(top.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; bottom: 0; margin-left: 80px; height: 126px; width: 965px; background:url(bottom.png); background-repeat:no-repeat;"></div>        <img src="demo-file.jpg" width="1135" height="376"></div>
Link to comment
Share on other sites

  • 0

Можно было бы сделать один PNG с прозрачной серединой.

Возможно, он будет тяжелее 4 JPEG, зато запрос всего один.

Да и реализовать легче, просто поверх псевдоэлемент с этим фоном.

Edited by Sensei
  • Like 1
Link to comment
Share on other sites

  • 0

 

Попробуйте так:

 <div style="width: 1135px; height: 376px; position: relative;">     <div style="position: absolute; width: 80px; height: 376px; background:url(left.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; right: 0; width: 90px; height: 376px; background:url(right.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; top: 0; margin-left: 80px; height: 80px; width: 965px; background:url(top.png); background-repeat:no-repeat;"></div>    <div style="position: absolute; bottom: 0; margin-left: 80px; height: 126px; width: 965px; background:url(bottom.png); background-repeat:no-repeat;"></div>        <img src="demo-file.jpg" width="1135" height="376"></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