Jump to content
  • 0

overflow scroll в ie7


Na-na
 Share

Question

Может кто-нибудь сталкивался с такой проблемой:

есть блок ограниченный определенной высоты и с overflow scroll, при большом количестве контента, текст прокручивается, все отлично, но

при вставки в этот блок картинки обернутой в ссылку - именно в ие7 эта картинка не прокручивается, а стоит на месте

как победить?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

приведите код, или лучше дайте ссылку на страницу, может вы там где-то тэги не закрыли?

У меня вообще без всяких мучений все работает http://stars124.narod.ru/scroll/

Edited by stars
Link to comment
Share on other sites

  • 0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>

<style type="text/css">
.t {
overflow: scroll;
width: 150px;
height: 150px;
border: red 1px solid;
}
</style>
</head>
<body>

<div class="t">
text text text<br />
text text<br />
<a href="#">
<img src="http://www.btinternet.com/~jms101/basic_sets/bodies/leprechaun/smiley.gif" alt="" />
</a><br />
text text text<br />
text text<br />
text text text<br />
text text<br />
text text text<br />
text text<br />
text text text<br />
text text<br />
</div>

</body>
</html>

У меня работает, что я делаю не так?

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