Jump to content
  • 0

проблемы с фоном подскажите


Savok32
 Share

Question

Когда смотришь сайт то норм, как только начинаешь его увеличивать или уменьшеть, начинает все сьезжать как это лечиться ??

вот когда в 100% сайт в браузере

http://s020.radikal....72d81ab042d.jpg

и когда увеличен в браузер все сьезжает

http://s018.radikal....27ef09f4878.jpg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

я новичек особо не пинайте))

html

</head>

<body>

<div class="wrapper">

<div class="header"></div>

<div class="top_menu"></div>

<table cellspacing="0" cellpadding="0">

<tr>

<td width="715px" background="images/fon.jpg" >

контент

</td>

<td bgcolor="#333366">правое меню</td>

</tr>

</table>

<div class="footer"></div>

</div>

css

body{ margin:0; background-image:url(../images/header.jpg); background-repeat:no-repeat; background-position-x:39.3%; }

@-moz-document url-prefix() {

body{

background-image:url(../images/header.jpg);

background-repeat:no-repeat;

background-position: 39.3% 0%;}}

table{width:1001px;}

td{padding:15px 15px; }

.wrapper{margin:0 auto; width:1001px; }

.header{height:300px; }

.top_menu{width:1001px; height:49px; background-image:url(../images/fon_top_menu.jpg); background-repeat:repeat-x; }

.footer{margin:0 auto; width:1001px; height:100px; background-color:#000; }

</body>

</html>

Link to comment
Share on other sites

  • 0

а я локально делаю((( хотя могу залить на хость щас покажу....http://xmain.ru/ правда при залитие кодировка полетела

В общем когда идет увелечение все сьезжать начинает(((

Edited by Savok32
Link to comment
Share on other sites

  • 0

Для начала, уберите с картинки header.jpg белый фон с центра. Это будет, пожалуй, лучше всего. Либо хотя бы сделайте так, чтобы он был точно посредине этой картинки - так, чтобы от были с обеих сторон одинаковые расстояния от края картинки до края фона. Сейчас справа заметно больше, чем слева. background-position для него задайте 50% 0.

Все width измените с 1001 на 1000px

Дальше - посмотрим что выйдет.

Link to comment
Share on other sites

  • 0

изменил но все равно , все так же))

мне кажется дело не в тех ошбках которые вы указали,

все сдела а одно забыл)) спс )) надо было каритнку сделать ровную с двух сторон..... но почему оно так влияет (((

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