forked from DerOperator/PositionIsEverything
-
Notifications
You must be signed in to change notification settings - Fork 0
/
guests.html
executable file
·139 lines (101 loc) · 5.49 KB
/
guests.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Guest Demos </title>
<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 Guest demos for P.I.E. " />
<meta name="distribution" content="global" />
<meta name="resource-type" content="document" />
<meta name="robots" content="all" />
<meta http-equiv="imagetoolbar" content="no" />
<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>
Guest Demos
</h1>
<ul>
<li> <a href="explorer/ienondisappearcontentbugPIE/index.htm" title=" IE7 display bug "
><span style="color: #f84; font-weight: bold;">New! </span>IE7 Non-disappearing Content Bug</a> </li>
<li> <a href="explorer/ie8stylednoscriptbug/index.html" title=" IE8 has a new trick! "
><span style="color: #f84; font-weight: bold;">New! </span>IE8 noscript-ghost bug</a> </li>
<li> <a title=" A stupid input spacing bug " href="explorer/inherited_margin.html"
>Inherited margins<br />on form elements</a> </li>
<li> <a title=" Let this tool make your layout for you! " href="articles/pie-maker/pagemaker_2_9_home.html"
>ClevaTreva's New Improved<br />Piefecta Page Maker</a> </li>
<li> <a href="explorer/expandingboxbug.html" title=" artcoder explains IE's overflow misimplementation and what it does to pages "
>Internet Explorer and the<br />Expanding Box Problem</a> </li>
<li> <a href="articles/jello.html" title=" A more flexible way to wrap content, courtesy of Mike Purvis. "
>The Jello Mold Piefecta</a> </li>
<li> <a href="explorer/percentages.html" title=" Ingo Chao is back with a dissertation on a nasty percentage based bug in IE6 "
>Quirky Percentages In IE6's<br />Visual Formatting Model</a> </li>
<li> <a href="explorer/lineheightbug.html" title=" Jeroen Mulder has found an apparently unfixable line-height problem in IE "
>IE/Win Line-height Bug</a> </li>
<li> <a href="articles/multiIE.html" title=" Manfred Staudinger's excellent tricks make the IE Standalones much better! "
>Taming Your Multiple<br />IE Standalones</a></li>
<li> <a href="explorer/border-chaos.html" title=" Jonathan McLean shows us some truly awful border renderings in Explorer "
>IE6 Border Chaos</a> </li>
<li> <a href="explorer/ie-listbug.html" title=" One more IE list bug, detailed by Matt Smith "
>Disappearing List-Background Bug</a> </li>
<li> <a href="explorer/guillotine.html" title=" Prabhath Sirisena illustrates the IE/Win Guillotine Bug "
>IE/Win Guillotine Bug</a> </li>
<li> <a href="explorer/unscrollable.html" title=" Altieres Rohr shows where IE/Win hides its dirty little secrets "
>IE/Win Unscrollable Content Bug</a> </li>
<li> <a href="explorer/italicbug-ie.html" title=" Italics weirdness in IE courtesy of Bruno Fassino "
>IE and Italics</a> </li>
<li> <a href="explorer/floatIndent.html" title=" Steve Clason's 'inline' fix triumphs again! "
>IE Duplicate Indent Bug</a> </li>
<li> <a href="op-omnibus/windowshade.html" title=" Created by Tarquin ">Opera 6 Windowshade Bug</a></li>
<li> <a href="op-omnibus/breakup-bug.html" title=" Created by Douglas Livingstone ">Opera 7.1 Breakup Bug</a></li>
</ul>
<div class="textcol">
<div class="consultbox">
<strong>Are complex CSS issues making your programmers <em>crazy?</em></strong> <br />
I've provided advanced CSS consulting for
<a href="http://milo.com/">Milo <img src="images/MiloFavicon.png" alt="" /></a>
and many other big sites. <br />
<a href="design/index-2.html">Let Big John help you too</a>
</div>
<p class="alignright">
<a href="index-2.html"><strong>Return to p.i.e.</strong></a>
</p>
<p>
<strong>These CSS bug demos</strong> were created by our coding friends.
If you think you have what it takes to do this stuff, we want to talk to you, friend.
See <a href="sidepages/guestdemoguide.html">this page</a> for details.
</p>
<p>
As of July 3, 2004, these demos have been moved into the folders of the browser they refer to, so
their absolute paths have changed. Designing a well-working site structure is not as easy as it had first appeared...
</p>
<br />
<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: April 27, 2009<br />
Created April 24, 2003
</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>