Jump to content
  • 0

Блок по центру и масштаб


Selector
 Share

Question

Здравствуйте, товарищи ! Столкнулся с такой вот проблемой: когда height не влезает, то делается нежелательный отступ (по-сути сдвиг: с права на лево). Вот html:


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
function load()
{
$.ajax({
url: "/text.txt",
cache: false,
success: function(xml){
$("#m").html(xml).show();
setTimeout("$('#m').html('Python (англ. python — питон, произносится — па́йтон; в русском языке распространено название пито́н[4])[5] — высокоуровневый язык')",2000);
setTimeout('load();',5000)
}
});
}
</script>
<style>
#m {
margin:5px auto 5px;
width:800px;
background-color:#CD950C;
}
</style>
</head>
<body>
<span onclick="load();">Start</span>
<div id="m">
Python (англ. python — питон, произносится [ˈpaɪθ〈ə〉n] — па́йтон; в русском языке распространено название пито́н[4])[5] — высокоуровневый язык
</div>
</body>
</html>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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