Jump to content
  • 0

Верное отображение фона на странице.


STRICKEN
 Share

Question

Устанавливаю новый фон на странице,с помощью таблицы.но вот в чем не задача,после проделанных изменений фон отобрадается сверху,а весь контент страницы оказывается снизу.Смотрим http://www.disturbed.clan.su

Как решить?

вот как я делаю фон

 <head>

<title>$SITE_NAME$ - $PAGE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://src.ucoz.ru/src/css/331.css" />
<style type="text/css">
<!--
.tableleftbackground {
background-repeat: repeat-y;
background-position: right;
}
.tablerightbackground {
background-repeat:repeat;
background-repeat: repeat-y;
background-position: left;
}
-->
</style>

</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%" background="backleft.jpg" class="tableleftbackground"> </td>
<td width="686" valign="top" background="splash01smallback.jpg"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">



</table></td>
<td height="100%" background="backright.jpg" class="tablerightbackground"> </td>
</tr>

</table>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 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