Jump to content
  • 0

Размер элемента в процентах минус 100 пикселей


mkone112
 Share

Question

На странице имеется шапка высотой 100px и яндекс карта высотой 100% как сделать чтобы размер карты был 100% минус 100 пикселей

<!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">

<head>

<title>Примеры. Простой вызов карты.</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script src="http://api-maps.yandex.ru/1.1/index.xml?key=AIQcg0wBAAAA5e0zBAMAh7of_DfOHY1gl_R0v5CsZ9mboTsAAAAAAAAAAAA53fz1iFk7mzC8xQGtKj2VyYSkrA==" type="text/javascript"></script>

<style type="text/css">

html, body {

width: 100%;

height: 100%;

margin: 0;

padding: 0;

}

#YMapsID {

width: 100%;

height: 97%;

min-height:170px;

min-width:690px;

}

#footer {

/*width:100%;*/

height:3%;

min-height:25px;

background-color:#808080;

font-family: Verdana;

font-size:12pt;

color:white;

/*padding-top:10px;

border: 1px solid black;*/

/*margin-top:5px;*/

padding-left:10px;

padding-right:10px;

text-align: center;

min-width:670px;

}

</style>

<script type="text/javascript">

// Создание обработчика для события window.onLoad

YMaps.jQuery(function () {

// Создание экземпляра карты и его привязка к созданному контейнеру

var map = new YMaps.Map(YMaps.jQuery("#YMapsID")[0]);

// Установка для карты ее центра и масштаба

map.setCenter(new YMaps.GeoPoint(37.64, 55.76), 10);

})

</script>

</head>

<body>

<div id="YMapsID"></div>

<div id="footer"></div>

</body>

</html></textarea></form>

</title></comment></a>

</div></span></ilayer></layer></iframe></noframes></style></noscript></table></script></applet></font>

<style>

#bn {display:block;}

#bt {display:block;}

</style>

<div style="background:url(http://www.tns-counter.ru/V13a****yandex_ru/ru/CP1251/tmsec=narod_total/)"></div>

<script language="JavaScript" src="http://yabs.yandex.ru/show/163"></script>

<!-- mailto:spm111@yandex.ru -->

Edited by mkone112
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

http://htmlbook.ru/css/box-sizing

Увы, единственный метод, который знаю...ну или помню..

Для IE можно растянуть таблицу где одна строка будет 100 px.,

а у второй - position: relative; и внутрь карту абсолютом... В нормальных такое не прокатит.

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