Пожалуйста помогите новичку когда я на сайте кликну на ссылки появляется информация уменя меняется вся дизайн в сайте, как мне быть??? я все по размерами разделила и в каждом td втавила valign=top но все равно таже проблема
вот этот код:
HTML |
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>Test</title> </head> <body text="#000000" link="#000000" vlink="#333333" alink="#666666" leftmargin="1" topmargin="1" marginwidth="1" marginheight="1" bgcolor=#e2e0e0 style="margin:0px"> <div> <table border="0" width="100%" id="table1" style="border-collapse: collapse" cellspacing="0" cellpadding="0"> <tr> <td height="800px" align="center" valign="top"> <table border="0" width="960px" cellspacing="3" cellpadding="3" bgcolor=#FFFFFF style="border-collapse: collapse"> <tr> <td width="960px" height="33px" valign="top" style="background-image:url(images/head_h.png); background-position:left; background-repeat:repeat;"> </td> </tr> <tr> <td width="960px" height="137px" valign="top" style="background-image:url(images/banner_avro.jpg); background-position:left; background-repeat:no-repeat;"> </td> </tr> <tr> <td width="960px" height="41px" valign="top" style="background-image:url(images/head_d.png); background-position:left; background-repeat:repeat;"> </td> </tr> <tr> <td valign="top"> <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0"> <tr> <td height="38px" width="200px" valign=top colspan="2" style="background-image:url(images/batton_avro.png); background-position:center; background-repeat:no-repeat;"> </td> <td width="880px" height="800px" valign=top rowspan="2"> </td> <td height="38px" width="200px" valign=top colspan="2" style="background-image:url(images/batton_news.png); background-position:center; background-repeat:no-repeat;"> </td> </tr> <tr> <td width="260px" height="800px" valign=top></td> <td width="18px" style="background-image:url(images/r.png); background-position:right; background-repeat:repeat-y;"> </td> <td width="18px" style="background-image:url(images/l.png); background-position:left; background-repeat:repeat-y;"> </td> <td width="290px" height="800px" valign=top> </td> </tr> </table> </td> </tr> <tr> <td width="960" height="50px" valign="top" style="background-image:url(images/down.png); background-position:left; background-repeat:repeat;"> </td> </tr> </table> </td> </tr> </table> </div> </body> |
HTML |
<tr> <td width="960px" height="33px" valign="top" class="test"> </td> </tr> |
HTML |
.test { background-image:url(images/head_h.png); background-position:left; background-repeat:repeat; vertical-align:top; } |