Jump to content
  • 0

Фон


Pawtin
 Share

Question

Добрый день всем, нуждаюсь в помощи более опытных.

Есть фоновая картинка размером 1024*1320, на 17 дюймовых мониторах думаю понятно что она будет на всю ширину, а вот мне надо так что бы она была по центру на широкоформатных мониторах и фон был черным.

<style type="text/css">
BODY {
background-image: url('img.jpg');

background-color: #000;
background-repeat: no-repeat
}
</style>

Каким образом его можно сместить на центр?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

Трудности не составит, только лучше самому научиться решать такие тривиальные задачи, чтобы не обращаться каждый раз за помощью.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>TITLE</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
body {margin:0;}
/*]]>*/
</style>
</head>

<body>
<div style="margin:0 auto;width:1024px;"><img src="image.jpg" width="1024" height="1320" alt="" /></div>
</body>
</html>

Link to comment
Share on other sites

  • 0

Нееет, друг, плохая ето затея такие фоны большие ставить на страничку. Мой тебе совет - посмотри как люди делают фон с повторяющимися изображениями. Зайди на онлайн дизайнер текстур поиграйся две минуты и нарисуй свой паттерн, а потом

BODY {

background-image: url('img.jpg') repeat;

}

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