summaryrefslogtreecommitdiff
path: root/legacy/works/overflow-scrollbars.html
blob: ec7fcc64717a864e3cb94c1fec94e9d194df69de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style>

.themeimage {
	padding-bottom: 0;
	margin-bottom: 3mm;
	overflow: auto; }

.themeimage a img {
	border: 1px solid #fff; }

.themeimage a img:hover {
	border: 1px solid #00f; }

</style>
</head>

<body>

<p style="background-color: #f88; padding:1em; margin: 1em;">Make the window too narrow for the following image and the scrollbar that appears obscures part of the image instead of being placed below the image.</p>

<p class="themeimage"><img src="../images/Iyonixi.png" alt="Install theme"></p>

<p style="background-color: #f88; padding:1em; margin: 1em;">The following image has a vertical scrollbar but it should not. It seems to be some borders issue.</p>

<p class="themeimage"><a href="Iyonix"><img src="../images/Iyonixi.png" alt="Install theme"></a></p>

</body>
</html>