Jump to content
  • 0

Флэш раздвигает страницу


Bredova
 Share

Question

Здравствуйте!

Уже который день бьюсь и все без толку :(

Есть http://mslr.cm.ru/index.php?id=8 после футера появляется пустое место и соот. скрол.

Убираю height: 100% - флэш меняет масштабы.

Как победить эту пустоту внизу страницы?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Ну, собственно, а что вы хотели?

смотрите обычно делают так

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
#wrapper {
width: 100%;
min-width: 1000px;
min-height: 100%;
height: auto !important;
height: 100%;
background: blue;
}
#footer {
margin: -100px auto 0;
height: 100px;
background: red;
min-width: 1000px;
}

</style>
</head>
<body>
<div id="wrapper"></div>
<div id="footer"></div>
</body>
</html>

если говорить без загадок то пустота и берется именно из-за футера... точней из-за высоты его и не правильного позиционирования...

Edited by stars
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