mam problem z poprawnym wstawieniem tego obramowania na moją strone ->
http://qoooq.pl/graphics/ramka_03.pngkod strony wygląda następująco:
<div class="up">Górna Ramka
<div class="left_frame"></div> <div class="kernel">Treść strony
</div> <div class="right_frame"></div>
html,body
{
width: 100%;
height:100%;
margin: 0px auto;
padding: 0px;
font-size: 11px;
font-family: Tahoma;
color: #CDCBAD;
text-align: center;
background-position: center;
background:url(graphics/tlo3.jpg) top no-repeat;
background-color: #000000;
border: 0px solid red;
overflow:auto;
}
div.main
{
border: 0px solid red;
margin: 0px auto;
width: 1004px;
position: relative;
overflow:hidden;
// background-color: #000000;
}
div.logo
{
margin: 0px auto;
height: 128px;
width: 390px;
background-image: url(graphics/img_02.png);
background-repeat: no-repeat;
}
div.top
{
margin: 0px auto;
width: 960px;
height: 72px;
background-repeat: no-repeat;
}
div.top_l
{
float: left;
width: 46px;
height: 72px;
position: absolute;
background-image: url(graphics/img_05.png);
background-repeat: no-repeat;
}
div.top_r
{
float: left;
width: 994px;
height: 72px;
background-image: url(graphics/img_06.png);
background-repeat: no-repeat;
}
div.panel
{
margin: 0px auto;
width: 960px;
// height: 228px;
height: 248px;
background-position: center;
}
div.panel_l
{
float: left;
width: 374px;
height: 228px;
background-image: url(graphics/img_08.png);
background-repeat: no-repeat;
}
div.panel_c
{
float: left;
background-image: url(graphics/img_10.png);
background-repeat: repeat-x;
height: 228px;
width: 212px;
background-color: white;
}
div.panel_r
{
float: left;
width: 374px;
height: 228px;
background-image: url(graphics/img_12.png);
background-repeat: no-repeat;
}
div.tresc
{
float: left;
margin: 0px auto;
width: 960px;
height: 800px;
background-position: center;
}
div.content
{
margin: 0px auto;
width: 960px;
height: 1900px;
// background-position: center;
}
div.left_frame
{
float: left;
width: 6px;
height: 324px;
background-image: url(graphics/ramka_01.png);
background-repeat: repeat-y;
}
div.kernel
{
// background:url(graphics/ramka_03.png) top no-repeat;
float: left;
width: 718px;
height: 348px;
background-image: url(graphics/img_21.png);
background-repeat: repeat-y;
text-align: justify;
// padding-top: 5px;
// padding-left: 5px;
// padding-right: 5px;
// padding-bottom: 5px;
// color: #663300;
color: #000000;
font-weight: bold;
font-size: 15px;
// font-family: Andele Mono;
// font-family: fantasy;
// font-family: Verdana;
// font-family: Tahoma;
font-family: Monotype Corsiva;
}
div.right_frame
{
float: left;
width: 6px;
height: 324px;
background-image: url(graphics/ramka_05.png);
background-repeat: repeat-y;
}
div.rock
{
float: left;
width: 31px;
height: 368px;
background-image: url(graphics/img_23.png);
background-repeat: repeat-y;
background-color: #000000;
}
div.menu
{
float: left;
width: 199px;
height: 199px;
background-color: #000000;
}
div.up
{
float: left;
width: 730px;
height: 10px;
background-color: #000000;
background-image: url(graphics/ramka_03.png);
}