-
Notifications
You must be signed in to change notification settings - Fork 13
/
op-omnibus.html
executable file
·125 lines (94 loc) · 4.44 KB
/
op-omnibus.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Opera Omnibus </title>
<meta name="Big John" content="October 16, 2002" />
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1" />
<meta name="mssmarttagspreventparsing" content="true" />
<meta name="keywords" content="demo,test,big john,big,john,positioniseverything,css,html,what else do you want from me!?" />
<meta name="description" content=" This page links to various Opera specific bug pages. " />
<meta name="distribution" content="global" />
<meta name="resource-type" content="document" />
<meta name="robots" content="all" />
<link rel="shortcut icon" href="op-omnibus/favicon.ico" />
<link rel="SHORTCUT ICON" href="favicon.ico" />
<link rel="stylesheet" href="css/bug-lists.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="/scripts/init.js"></script>
</head>
<body>
<h1>
Opera Omnibus
</h1>
<h2>
A growing collection of Opera only bugs
</h2>
<ul>
<li> <a href="op-omnibus/rev-window-bug.html" title=" Op7-8, and oddly similar to the last bug ">Op7-8 Reverse Windowshade Bug</a> </li>
<li> <a href="op-omnibus/breakup-bug.html" title="Op7.1 only, created by Douglas Livingstone">Op 7.1 Breakup Bug</a></li>
<li> <a href="op-omnibus/opp-floats.html">Multiple Opposing Floats</a> </li>
<li> <a href="op-omnibus/penalty.html">Offsetting Penalties</a> </li>
<li> <a href="op-omnibus/op7-bg-bug.html" title=" Op7 only ">Op7 Bottom Background Bug</a> </li>
<li> <a href="op-omnibus/boxbug.html" title=" Op7.1+ only, and a new bug ">Op7 Nested Box Bug</a> </li>
<li> <a href="op-omnibus/rel-shift.html" title="You bug fetishists will enjoy this one.">Op6 Relative Shift</a> </li>
<li> <a href="op-omnibus/bottomgap.html" title="Op6 only">Op6 Bottomgap Bug</a> </li>
<li> <a href="op-omnibus/windowshade.html" title=" Op6 only, created by Tarquin ">Op6 Windowshade Bug</a> </li>
</ul>
<div class="textcol">
<p class="alignright">
<a href="index-2.html"><strong>Return to p.i.e.</strong></a>
</p>
<p>
<strong>These CSS bugs</strong> are all exclusive to <strong>Opera</strong>.
To see the demos properly, they must be viewed in Opera, naturally.
<a href="http://www.opera.com/">Download the browser?</a>
</p>
<p>
The bugs are only or mostly in Opera 6 and earlier versions. Opera 7 (released Jan '03)
has fixed most of these bugs, and is a much better browser than before.
</p>
<p>
I am <em>always</em> looking to improve these demos, so if you know of anything useful,
lay it on me. Please don't hold back; I have yet to write a demo that did not need
corrections, updates and whatever. This site is really a group effort. Be part of that group. :-)
</p>
<div class="shadebox">
<p style="margin-top: .2em">
<strong>Special Note:</strong> Back in September of 2002,
<a href="http://www.projectseven.com/"><strong>Al Sparber</strong></a> suggested on the
<a href="http://www.css-discuss.org/mailman/listinfo/css-d"><strong>css-discuss</strong></a>
list that maybe I was concentrating on IE bugs too much.
</p>
<p>
I admit to being a bit miffed at the
time, but upon further reflection I have come to realize he's right. The browser engineers
can't fix bugs if those bugs remain unknown. This Opera bug collection is the direct result.
</p>
<p>
Thanks for that kick in the pants, Al.
</p>
</div>
<p class="small alignright">
<a href="design/index.html"
title=" Big John's Advanced CSS Design "><strong>Big John Design</strong></a>
<a href="https://github.com/DerOperator/PositionIsEverything/issues">Contact Us</a>
©positioniseverything.net<br />
Last updated: May11, 2003<br />
Created October 16, 2002
</p>
</div> <!-- This provides a 'bottom margin', because I can't force a real one to work -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39235363-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>