2610 lines
65 KiB
HTML
2610 lines
65 KiB
HTML
|
<style type="text/css">
|
||
|
|
||
|
/* font and global ---------------------------------------------------*/
|
||
|
body, input, button, textarea, select {
|
||
|
font-family: verdana,geneva,helvetica,arial,sans-serif;
|
||
|
}
|
||
|
body, table .nabble {
|
||
|
font-size: .84em;
|
||
|
margin: .8em;
|
||
|
}
|
||
|
code {
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
.small {
|
||
|
font-size: 0.9em;
|
||
|
}
|
||
|
|
||
|
/* color scheme ------------------------------------------------------*/
|
||
|
|
||
|
/* text and link (foreground) colors -----------------*/
|
||
|
.nabble,
|
||
|
.nabble table,
|
||
|
.nabble .info-message th {
|
||
|
color: #000000; /* black */
|
||
|
}
|
||
|
.nabble h1,
|
||
|
.nabble .light-black {
|
||
|
color: #333333; /* black (light) */
|
||
|
}
|
||
|
.nabble .important {
|
||
|
color: #cc0000; /* red (dark) */
|
||
|
}
|
||
|
.nabble th,
|
||
|
.nabble .form-label,
|
||
|
.nabble .weak-color {
|
||
|
color: #666666; /* gray */
|
||
|
}
|
||
|
|
||
|
.nabble .separator {
|
||
|
color: #dadada; /* gray (ultra light) */
|
||
|
}
|
||
|
|
||
|
/* background colors --------------------*/
|
||
|
.nabble,
|
||
|
.nabble .no-bg-color {
|
||
|
background: #ffffff; /* white */
|
||
|
}
|
||
|
.nabble .shaded-bg-color {
|
||
|
background: #eeeeee; /* gray (light) */
|
||
|
}
|
||
|
.nabble th,
|
||
|
.nabble .dark-bg-color {
|
||
|
background: #dddddd; /* gray (medium) */
|
||
|
}
|
||
|
.nabble .highlight {
|
||
|
background: #ffff66; /* yellow */
|
||
|
}
|
||
|
.nabble .error-message,
|
||
|
.nabble .info-message,
|
||
|
.nabble .light-highlight {
|
||
|
background: #ffffcc; /* yellow (light) */
|
||
|
}
|
||
|
.nabble .info-message th,
|
||
|
.nabble .dark-highlight {
|
||
|
background: #ffcc66; /* yellow (dark) */
|
||
|
}
|
||
|
|
||
|
.nabble .top-shadow{
|
||
|
background-image: url(images/topShadow.png);
|
||
|
background-repeat: repeat-x;
|
||
|
}
|
||
|
|
||
|
/* border colors ------------------------*/
|
||
|
.nabble table,
|
||
|
.nabble li,
|
||
|
.nabble div,
|
||
|
.nabble .medium-border-color {
|
||
|
border-color: #cccccc; /* gray (medium) */
|
||
|
}
|
||
|
.nabble td,
|
||
|
.nabble .light-border-color {
|
||
|
border-color: #eeeeee; /* gray (light) */
|
||
|
}
|
||
|
.nabble .dark-border-color {
|
||
|
border-color: #666666; /* gray */
|
||
|
}
|
||
|
.nabble .error-message {
|
||
|
border-color: #cc3300; /* red (dark) */
|
||
|
}
|
||
|
.nabble .info-message {
|
||
|
border-color: #ffcc33; /* yellow (dark) */
|
||
|
}
|
||
|
|
||
|
/* generic -----------------------------------------------------------*/
|
||
|
.nabble p.first-para {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.nabble a,
|
||
|
.nabble table,
|
||
|
.nabble input,
|
||
|
.nabble textarea,
|
||
|
.nabble select {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
.nabble option {
|
||
|
white-space: pre;
|
||
|
}
|
||
|
.nabble h1 {
|
||
|
font-size: 1.8em;
|
||
|
font-weight: normal;
|
||
|
margin-top: .4em;
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
.nabble h1 a:link, .nabble h1 a:visited {
|
||
|
text-decoration: none;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.nabble h2 {
|
||
|
font-size: 1.3em;
|
||
|
/* xmargin: 0 0 .6em 1.6em; */
|
||
|
padding: .3em 0;
|
||
|
}
|
||
|
.nabble .smaller {
|
||
|
font-size: .9em;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* HEADER ------------------------------------------------------------------- */
|
||
|
.nabble .top-bar {
|
||
|
vertical-align: top;
|
||
|
font-size: .9em;
|
||
|
padding-bottom: .4em;
|
||
|
height:1.6em;
|
||
|
}
|
||
|
|
||
|
.nabble .header {
|
||
|
padding-bottom: .5em;
|
||
|
}
|
||
|
|
||
|
.nabble .header h1 {
|
||
|
float: left;
|
||
|
margin-top: .3em;
|
||
|
}
|
||
|
.nabble .search-box {
|
||
|
text-align: right;
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
|
||
|
.nabble a.top-right-link:link,
|
||
|
.nabble a.top-right-link:hover,
|
||
|
.nabble a.top-right-link:visited {
|
||
|
color:#CC0000;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|
||
|
/* FOOTER */
|
||
|
.nabble .footer-table {
|
||
|
width: 100%;
|
||
|
border-collapse: collapse;
|
||
|
margin-top: 2.4em;
|
||
|
}
|
||
|
.nabble .footer-table td {
|
||
|
font-size: .9em;
|
||
|
line-height: 2.0em;
|
||
|
padding-left: 0.5em;
|
||
|
padding-right: 0.5em;
|
||
|
}
|
||
|
.nabble .footer-right {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* table col types -------------------------------------------------------- */
|
||
|
.nabble td.priority,
|
||
|
.nabble td.rating,
|
||
|
.nabble td.count,
|
||
|
.nabble td.frequency,
|
||
|
.nabble th.rating,
|
||
|
.nabble th.count,
|
||
|
.nabble th.frequency {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.nabble td.text {
|
||
|
/* padding-left: .4em; */
|
||
|
}
|
||
|
.nabble td.numeric {
|
||
|
text-align: right;
|
||
|
}
|
||
|
.nabble td.flag {
|
||
|
width: 11px;
|
||
|
}
|
||
|
.nabble td.date-time {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.nabble td.actions {
|
||
|
white-space: nowrap;
|
||
|
font-size: .9em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* VIEW MESSAGES ------------------------------------------------------ */
|
||
|
.nabble .message-actions {
|
||
|
font-size: .9em;
|
||
|
margin-top: .45em;
|
||
|
margin-bottom: 1.8em;
|
||
|
}
|
||
|
.nabble .message-actions1 {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.nabble .message-actions2 {
|
||
|
margin-top: 0.5em;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.nabble .return-link {
|
||
|
width: 25em;
|
||
|
border-top-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
padding: .4em;
|
||
|
margin-top: 2em;
|
||
|
}
|
||
|
|
||
|
.nabble .separator {
|
||
|
margin: 0 .2em 0 .2em;
|
||
|
display:inline;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* EDITOR TABLE ------------------------------------------------------*/
|
||
|
.nabble .editor-table {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
border-spacing: 0;
|
||
|
}
|
||
|
.nabble .editor-table td {
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
padding: .42em;
|
||
|
}
|
||
|
|
||
|
.nabble .edit-profile-table {
|
||
|
margin: .4em 2em;
|
||
|
border: 0;
|
||
|
border-spacing: 0;
|
||
|
}
|
||
|
.nabble .edit-profile-table td {
|
||
|
padding: .4em;
|
||
|
}
|
||
|
.nabble .instructional-message {
|
||
|
padding: 0.58em;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* FORMS ---------------------------------------------------------------------- */
|
||
|
.nabble form {
|
||
|
margin: 0;
|
||
|
}
|
||
|
.nabble .form-label {
|
||
|
font-weight: bold;
|
||
|
text-align: right;
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
.nabble .reqd-info {
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
.nabble .form-label .reqd-info {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
/* TOOLBAR ----------------------------------------------------- */
|
||
|
.nabble td.toolbar {
|
||
|
border-bottom: 0;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
.nabble td.toolbar input,
|
||
|
.nabble td.toolbar button {
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
.nabble .html-buttons input,
|
||
|
.nabble .html-buttons button {
|
||
|
height: 2.18em;
|
||
|
padding: 0;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
.nabble .smileys table {
|
||
|
border-collapse: collapse;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
.nabble .smileys caption {
|
||
|
text-align: left;
|
||
|
padding: 0.5em;
|
||
|
font-weight: bold;
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
.nabble .smileys td {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/* DESCRIPTIVE PAGES */
|
||
|
.nabble .content-description {
|
||
|
margin: 1em;
|
||
|
}
|
||
|
.nabble .content-description p,
|
||
|
.nabble .content-description li {
|
||
|
line-height: 1.67em;
|
||
|
}
|
||
|
.nabble .content-description h2 {
|
||
|
font-weight: bold;
|
||
|
font-size: 1.17em;
|
||
|
margin: 1.1em 0 0 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* message quoting -------------------------------------------------------------------------- */
|
||
|
.nabble blockquote.quote {
|
||
|
border-left-width: 2px;
|
||
|
border-left-style: solid;
|
||
|
margin: 1.4em 1.8em;
|
||
|
font-size: .9em;
|
||
|
}
|
||
|
.nabble blockquote.quote blockquote.quote {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
.nabble div.quote {
|
||
|
border-top-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
display: inline-block;
|
||
|
padding: 0 1em;
|
||
|
}
|
||
|
.nabble blockquote.quote div.quote-author {
|
||
|
padding: .5em 0;
|
||
|
}
|
||
|
.nabble blockquote.quote div.quote-message {
|
||
|
margin: .5em 0;
|
||
|
}
|
||
|
|
||
|
/*Opera fix*/
|
||
|
div.shrinkable-quote {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
div.shrink-quote a {
|
||
|
font-size: 80%;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
div.quote div.shrink-quote a {
|
||
|
cursor: pointer;
|
||
|
font-size: 90%;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* MY ACCOUNT - Flagged Posts -------------------------------------------------------- */
|
||
|
.nabble .list-table {
|
||
|
border-collapse: collapse;
|
||
|
width: 100%;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
.nabble .list-table th {
|
||
|
padding: .4em;
|
||
|
text-align: left;
|
||
|
border-bottom-width: 2px;
|
||
|
border-bottom-style: solid;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.nabble .list-table th.frequency,
|
||
|
.list-table th.count {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.nabble .list-table td {
|
||
|
padding: .3em .4em;
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
}
|
||
|
|
||
|
.nabble .list-table table td {
|
||
|
border:none;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
/* message tables */
|
||
|
|
||
|
.nabble .message-table {
|
||
|
width: 42em;
|
||
|
border-width: 2px;
|
||
|
border-style: solid;
|
||
|
margin: .8em 0;
|
||
|
}
|
||
|
.nabble .message-row {
|
||
|
border-width: 2px;
|
||
|
border-style: solid;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.nabble div.error-message {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
text-align: center;
|
||
|
padding: .1em;
|
||
|
margin: .1em;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* top tabs */
|
||
|
|
||
|
.nabble ul.toptab {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0;
|
||
|
padding-bottom: 0;
|
||
|
margin-left: 0;
|
||
|
margin-bottom: 0.4em;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.nabble ul.toptab li {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
padding: .4em 1.25em;
|
||
|
margin-right: 0.5em;
|
||
|
display: inline;
|
||
|
}
|
||
|
.nabble ul.toptab li.selected {
|
||
|
border-top-width: 3px;
|
||
|
}
|
||
|
.nabble ul.toptab li a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.nabble div.top-border {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
/* SEARCH RESULTS (by pv090406) ----------------------------------------------*/
|
||
|
.nabble .matching-forums-table {
|
||
|
width: 20em;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
.nabble .matching-forums-table td {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
padding: 0.3em;
|
||
|
}
|
||
|
.nabble .matching-forums-table td.heading {
|
||
|
border-width: 0;
|
||
|
border-bottom-width: 1px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.nabble .matching-forums-table td ul.level0 {
|
||
|
padding-left: 2em;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
.nabble .search-result-line1 {
|
||
|
font-size: 1.25em;
|
||
|
}
|
||
|
.nabble .search-result-line3 {
|
||
|
font-size: .75em;
|
||
|
}
|
||
|
|
||
|
/* noscript */
|
||
|
.nabble noscript table {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.nabble noscript td {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* Others */
|
||
|
.inline {display:inline}
|
||
|
|
||
|
.nabble .ad {
|
||
|
margin-top: 2em;
|
||
|
}
|
||
|
|
||
|
.nabble .border1 {
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
.nabble .signature {
|
||
|
border-top-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
margin-top: 2em;
|
||
|
}
|
||
|
|
||
|
.black-overlay{
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top:0;
|
||
|
left:0;
|
||
|
width: 100%;
|
||
|
height: 200%;
|
||
|
background-color: black;
|
||
|
z-index:1001;
|
||
|
-moz-opacity: 0.8;
|
||
|
opacity:.80;
|
||
|
filter: alpha(opacity=80);
|
||
|
}
|
||
|
|
||
|
.window-content {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top: 25%;
|
||
|
left: 25%;
|
||
|
width: 50%;
|
||
|
padding: 16px;
|
||
|
border-width: 5px;
|
||
|
border-style:solid;
|
||
|
background-color: white;
|
||
|
z-index:1002;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
/*------------------- drop-down -----------------------*/
|
||
|
span.dropdown {
|
||
|
cursor: pointer;
|
||
|
padding-right:.5em;
|
||
|
}
|
||
|
|
||
|
span.dropdown-item {
|
||
|
color: #0000EE;
|
||
|
}
|
||
|
|
||
|
span.dropdown table {
|
||
|
position:absolute;
|
||
|
display:none;
|
||
|
background:#eeeeee;
|
||
|
border:1px solid #cccccc;
|
||
|
padding:.1em .2em .1em .2em;
|
||
|
z-index:1000;
|
||
|
border-collapse:collapse;
|
||
|
}
|
||
|
|
||
|
span.dropdown table td {
|
||
|
font-size:90%;
|
||
|
white-space: nowrap;
|
||
|
padding:.2em;
|
||
|
}
|
||
|
|
||
|
span.dropdown table td a {
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
tr.dropdown-hover {
|
||
|
cursor: pointer;
|
||
|
background: #dddddd;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*------------------- threads & posts ---------------------*/
|
||
|
.post-hover {
|
||
|
background: #eeeeee;
|
||
|
}
|
||
|
|
||
|
span.post-date {
|
||
|
font-size:85%;
|
||
|
color:#6a6a6a;
|
||
|
}
|
||
|
|
||
|
span.post-author {
|
||
|
color: #116611;
|
||
|
white-space: nowrap;
|
||
|
margin:0 .2em 0 .3em;
|
||
|
font-size:100%;
|
||
|
}
|
||
|
|
||
|
span.post-subject {
|
||
|
font-size:90%;
|
||
|
color: #111166;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
padding-right: .5em;
|
||
|
}
|
||
|
|
||
|
span.post-snippet, a.post-unindent {
|
||
|
color:#909090;
|
||
|
}
|
||
|
|
||
|
.post-border, td.post-border {
|
||
|
border-color: #D9D9D9;
|
||
|
}
|
||
|
|
||
|
td.post-row {
|
||
|
background-image: url("images/post-row.gif");
|
||
|
background-repeat: repeat-x;
|
||
|
}
|
||
|
|
||
|
td.post-top-left {
|
||
|
width: 12px;
|
||
|
background-image: url("images/post-top-left.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
td.post-bottom-mid {
|
||
|
width:100%;
|
||
|
height:10px;
|
||
|
background: url("images/post-bottom.gif") repeat-x;
|
||
|
}
|
||
|
|
||
|
td.post-bottom-left {
|
||
|
background: url("images/post-bottom-left.gif") no-repeat;
|
||
|
}
|
||
|
|
||
|
td.post-bottom-right {
|
||
|
background: url("images/post-bottom-right.gif") no-repeat;
|
||
|
}
|
||
|
|
||
|
span.connect-line {
|
||
|
background-image:url("images/connect-line.gif");
|
||
|
background-repeat: repeat-y;
|
||
|
}
|
||
|
|
||
|
span.connect-end {
|
||
|
background-image:url("images/connect-line.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
td.connect-end {
|
||
|
background-image:url("images/connect-end.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
td.connect-node {
|
||
|
cursor:pointer;
|
||
|
background-image:url("images/connect-node.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
td.connect-node-closed {
|
||
|
background-image:url("images/connect-node-closed.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
/*----- MISC ----*/
|
||
|
img.avatar {
|
||
|
vertical-align:bottom;
|
||
|
border-width:2px;
|
||
|
border-style:solid;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
td.avatarA,
|
||
|
td.avatarB {
|
||
|
width:28px;
|
||
|
padding:0;
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
#avatarA-remove,
|
||
|
#avatarB-remove {
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
#avatarA-remove,
|
||
|
#avatarB-remove,
|
||
|
#avatarA-add,
|
||
|
#avatarB-add {
|
||
|
float:left;
|
||
|
cursor:pointer;
|
||
|
margin: 0 .2em;
|
||
|
}
|
||
|
|
||
|
table.avatar-table {
|
||
|
width:100%;
|
||
|
border-collapse:collapse;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
|
||
|
<table class="list-table">
|
||
|
<tr>
|
||
|
<th><br/></th>
|
||
|
<th class="text" nowrap>
|
||
|
|
||
|
Thread <span style="font-size:.9em;">(457 Threads)</span>
|
||
|
</th>
|
||
|
<th class="text" nowrap>Rating</th>
|
||
|
|
||
|
<th nowrap>Replies</th>
|
||
|
<th class="text" nowrap>
|
||
|
|
||
|
Last Message
|
||
|
</th>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr class="top-shadow">
|
||
|
<td class="flag"><span id="nabble.flag24445047"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=686598" rel="nofollow">
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Tag-Soup--versus-XML-Parser-td24445047.html"
|
||
|
framed_href="http://www.nabble.com/Tag-Soup--versus-XML-Parser-to24445047.html"
|
||
|
new_threaded_href="http://www.nabble.com/Tag-Soup--versus-XML-Parser-tt24445047.html"
|
||
|
new_chron_href="http://www.nabble.com/Tag-Soup--versus-XML-Parser-tc24445047.html"
|
||
|
classic_href="http://www.nabble.com/Tag-Soup--versus-XML-Parser-ts24445047.html"
|
||
|
|
||
|
><span>Tag-Soup- versus XML-Parser</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
Ernst Beiglböck-2
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24445047&post=24445998&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag24415418"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1481946" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Typing-in-integrated-iframe-not-possible.-td24415418.html"
|
||
|
framed_href="http://www.nabble.com/Typing-in-integrated-iframe-not-possible.-to24415418.html"
|
||
|
new_threaded_href="http://www.nabble.com/Typing-in-integrated-iframe-not-possible.-tt24415418.html"
|
||
|
new_chron_href="http://www.nabble.com/Typing-in-integrated-iframe-not-possible.-tc24415418.html"
|
||
|
classic_href="http://www.nabble.com/Typing-in-integrated-iframe-not-possible.-ts24415418.html"
|
||
|
|
||
|
><span>Typing in integrated iframe not possible.</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
nl2.2
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1481946" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24415418&post=24415418&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by nl2.2</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag24357987"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=600146" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/User-Agent-stylesheets-td24357987.html"
|
||
|
framed_href="http://www.nabble.com/User-Agent-stylesheets-to24357987.html"
|
||
|
new_threaded_href="http://www.nabble.com/User-Agent-stylesheets-tt24357987.html"
|
||
|
new_chron_href="http://www.nabble.com/User-Agent-stylesheets-tc24357987.html"
|
||
|
classic_href="http://www.nabble.com/User-Agent-stylesheets-ts24357987.html"
|
||
|
|
||
|
><span>User Agent stylesheets</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
johnjbarton
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
3
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=600146" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24357987&post=24399002&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by johnjbarton</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag24346170"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/how-to-time-animation-when-interrupting-transitions-in-progress--td24346170.html"
|
||
|
framed_href="http://www.nabble.com/how-to-time-animation-when-interrupting-transitions-in-progress--to24346170.html"
|
||
|
new_threaded_href="http://www.nabble.com/how-to-time-animation-when-interrupting-transitions-in-progress--tt24346170.html"
|
||
|
new_chron_href="http://www.nabble.com/how-to-time-animation-when-interrupting-transitions-in-progress--tc24346170.html"
|
||
|
classic_href="http://www.nabble.com/how-to-time-animation-when-interrupting-transitions-in-progress--ts24346170.html"
|
||
|
|
||
|
><span>how to time animation when interrupting transitions in progress?</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
L. David Baron
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=334482" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24346170&post=24350091&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag24259279"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=130772" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Re%3A-CSS-sprite%3A--moz-image-with-region%28foo%2C-10%2C-10%2C-10%2C-10%29-or-foo-xywh%3D10%2C-10%2C-10%2C-10---td24259279.html"
|
||
|
framed_href="http://www.nabble.com/Re%3A-CSS-sprite%3A--moz-image-with-region%28foo%2C-10%2C-10%2C-10%2C-10%29-or-foo-xywh%3D10%2C-10%2C-10%2C-10---to24259279.html"
|
||
|
new_threaded_href="http://www.nabble.com/Re%3A-CSS-sprite%3A--moz-image-with-region%28foo%2C-10%2C-10%2C-10%2C-10%29-or-foo-xywh%3D10%2C-10%2C-10%2C-10---tt24259279.html"
|
||
|
new_chron_href="http://www.nabble.com/Re%3A-CSS-sprite%3A--moz-image-with-region%28foo%2C-10%2C-10%2C-10%2C-10%29-or-foo-xywh%3D10%2C-10%2C-10%2C-10---tc24259279.html"
|
||
|
classic_href="http://www.nabble.com/Re%3A-CSS-sprite%3A--moz-image-with-region%28foo%2C-10%2C-10%2C-10%2C-10%29-or-foo-xywh%3D10%2C-10%2C-10%2C-10---ts24259279.html"
|
||
|
|
||
|
><span>Re: CSS sprite: -moz-image-with-region(foo, 10, 10, 10, 10) or foo#xywh=10, 10, 10, 10 ?</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
fantasai
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
10
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=334482" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24259279&post=24349829&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag24226623"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/transitions-and-separating-style-changes-td24226623.html"
|
||
|
framed_href="http://www.nabble.com/transitions-and-separating-style-changes-to24226623.html"
|
||
|
new_threaded_href="http://www.nabble.com/transitions-and-separating-style-changes-tt24226623.html"
|
||
|
new_chron_href="http://www.nabble.com/transitions-and-separating-style-changes-tc24226623.html"
|
||
|
classic_href="http://www.nabble.com/transitions-and-separating-style-changes-ts24226623.html"
|
||
|
|
||
|
><span>transitions and separating style changes</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
L. David Baron
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=334482" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24226623&post=24263055&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag24214041"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1555216" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/CSS-sprite%3A--moz-image-with-region%28foo%2C10%2C10%2C10%2C10%29-or-foo-xywh%3D10%2C10%2C10%2C10---td24214041.html"
|
||
|
framed_href="http://www.nabble.com/CSS-sprite%3A--moz-image-with-region%28foo%2C10%2C10%2C10%2C10%29-or-foo-xywh%3D10%2C10%2C10%2C10---to24214041.html"
|
||
|
new_threaded_href="http://www.nabble.com/CSS-sprite%3A--moz-image-with-region%28foo%2C10%2C10%2C10%2C10%29-or-foo-xywh%3D10%2C10%2C10%2C10---tt24214041.html"
|
||
|
new_chron_href="http://www.nabble.com/CSS-sprite%3A--moz-image-with-region%28foo%2C10%2C10%2C10%2C10%29-or-foo-xywh%3D10%2C10%2C10%2C10---tc24214041.html"
|
||
|
classic_href="http://www.nabble.com/CSS-sprite%3A--moz-image-with-region%28foo%2C10%2C10%2C10%2C10%29-or-foo-xywh%3D10%2C10%2C10%2C10---ts24214041.html"
|
||
|
|
||
|
><span>CSS sprite: -moz-image-with-region(foo,10,<wbr />10,10,10) or foo#xywh=10,10,10,10 ?</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Ryo Kawaguchi
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1555216" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=24214041&post=24214041&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Ryo Kawaguchi</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23843932"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Some-useful-CSS-testing-tasks-td23843932.html"
|
||
|
framed_href="http://www.nabble.com/Some-useful-CSS-testing-tasks-to23843932.html"
|
||
|
new_threaded_href="http://www.nabble.com/Some-useful-CSS-testing-tasks-tt23843932.html"
|
||
|
new_chron_href="http://www.nabble.com/Some-useful-CSS-testing-tasks-tc23843932.html"
|
||
|
classic_href="http://www.nabble.com/Some-useful-CSS-testing-tasks-ts23843932.html"
|
||
|
|
||
|
><span>Some useful CSS testing tasks</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
L. David Baron
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23843932&post=23843932&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by L. David Baron</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22544223"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Table-internal-frames-and-whitespace-td22544223.html"
|
||
|
framed_href="http://www.nabble.com/Table-internal-frames-and-whitespace-to22544223.html"
|
||
|
new_threaded_href="http://www.nabble.com/Table-internal-frames-and-whitespace-tt22544223.html"
|
||
|
new_chron_href="http://www.nabble.com/Table-internal-frames-and-whitespace-tc22544223.html"
|
||
|
classic_href="http://www.nabble.com/Table-internal-frames-and-whitespace-ts22544223.html"
|
||
|
|
||
|
><span>Table internal frames and whitespace</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Boris Zbarsky
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
14
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22544223&post=23775317&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23731435"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=830061" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Tangled-up%21-td23731435.html"
|
||
|
framed_href="http://www.nabble.com/Tangled-up%21-to23731435.html"
|
||
|
new_threaded_href="http://www.nabble.com/Tangled-up%21-tt23731435.html"
|
||
|
new_chron_href="http://www.nabble.com/Tangled-up%21-tc23731435.html"
|
||
|
classic_href="http://www.nabble.com/Tangled-up%21-ts23731435.html"
|
||
|
|
||
|
><span>Tangled up!</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
Emanuele D'Arrigo
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
7
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23731435&post=23766947&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23511846"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1522785" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Canvas-in-front-of-HTML-content-td23511846.html"
|
||
|
framed_href="http://www.nabble.com/Canvas-in-front-of-HTML-content-to23511846.html"
|
||
|
new_threaded_href="http://www.nabble.com/Canvas-in-front-of-HTML-content-tt23511846.html"
|
||
|
new_chron_href="http://www.nabble.com/Canvas-in-front-of-HTML-content-tc23511846.html"
|
||
|
classic_href="http://www.nabble.com/Canvas-in-front-of-HTML-content-ts23511846.html"
|
||
|
|
||
|
><span>Canvas in front of HTML content</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
Mike Ratcliffe
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
14
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1522785" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23511846&post=23585747&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Mike Ratcliffe</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag23500865"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=475100" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Vertical-table-margins-do-not-collapse-with-adjacent-margins-td23500865.html"
|
||
|
framed_href="http://www.nabble.com/Vertical-table-margins-do-not-collapse-with-adjacent-margins-to23500865.html"
|
||
|
new_threaded_href="http://www.nabble.com/Vertical-table-margins-do-not-collapse-with-adjacent-margins-tt23500865.html"
|
||
|
new_chron_href="http://www.nabble.com/Vertical-table-margins-do-not-collapse-with-adjacent-margins-tc23500865.html"
|
||
|
classic_href="http://www.nabble.com/Vertical-table-margins-do-not-collapse-with-adjacent-margins-ts23500865.html"
|
||
|
|
||
|
><span>Vertical table margins do not collapse with adjacent margins</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Stanimir Stamenkov-3
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=475100" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23500865&post=23509234&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Stanimir Stamenkov-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23445685"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=760827" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/-moz-image-region-for-background-image-td23445685.html"
|
||
|
framed_href="http://www.nabble.com/-moz-image-region-for-background-image-to23445685.html"
|
||
|
new_threaded_href="http://www.nabble.com/-moz-image-region-for-background-image-tt23445685.html"
|
||
|
new_chron_href="http://www.nabble.com/-moz-image-region-for-background-image-tc23445685.html"
|
||
|
classic_href="http://www.nabble.com/-moz-image-region-for-background-image-ts23445685.html"
|
||
|
|
||
|
><span>-moz-image-region for background-image</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
CyberSliver
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23445685&post=23448707&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by L. David Baron</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23384367"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=699488" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Problem-in-extracting-images-of-generated-PDF-td23384367.html"
|
||
|
framed_href="http://www.nabble.com/Problem-in-extracting-images-of-generated-PDF-to23384367.html"
|
||
|
new_threaded_href="http://www.nabble.com/Problem-in-extracting-images-of-generated-PDF-tt23384367.html"
|
||
|
new_chron_href="http://www.nabble.com/Problem-in-extracting-images-of-generated-PDF-tc23384367.html"
|
||
|
classic_href="http://www.nabble.com/Problem-in-extracting-images-of-generated-PDF-ts23384367.html"
|
||
|
|
||
|
><span>Problem in extracting images of generated PDF</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Gecko Embedding
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
2
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=699488" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23384367&post=23440100&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Gecko Embedding</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23384366"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=699488" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Extracting-images-from-PDF-Generated-from-Firefox3-td23384366.html"
|
||
|
framed_href="http://www.nabble.com/Extracting-images-from-PDF-Generated-from-Firefox3-to23384366.html"
|
||
|
new_threaded_href="http://www.nabble.com/Extracting-images-from-PDF-Generated-from-Firefox3-tt23384366.html"
|
||
|
new_chron_href="http://www.nabble.com/Extracting-images-from-PDF-Generated-from-Firefox3-tc23384366.html"
|
||
|
classic_href="http://www.nabble.com/Extracting-images-from-PDF-Generated-from-Firefox3-ts23384366.html"
|
||
|
|
||
|
><span>Extracting images from PDF Generated from Firefox3</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
Gecko Embedding
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=699488" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23384366&post=23384366&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Gecko Embedding</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23355659"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1208074" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Where-does-resizing-of-windows-start--td23355659.html"
|
||
|
framed_href="http://www.nabble.com/Where-does-resizing-of-windows-start--to23355659.html"
|
||
|
new_threaded_href="http://www.nabble.com/Where-does-resizing-of-windows-start--tt23355659.html"
|
||
|
new_chron_href="http://www.nabble.com/Where-does-resizing-of-windows-start--tc23355659.html"
|
||
|
classic_href="http://www.nabble.com/Where-does-resizing-of-windows-start--ts23355659.html"
|
||
|
|
||
|
><span>Where does resizing of windows start?</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
Taraman
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23355659&post=23357853&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag23280135"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1511444" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/NEED-MONEY-FAST--READ-THIS-ARTICLE-38355-td23280135.html"
|
||
|
framed_href="http://www.nabble.com/NEED-MONEY-FAST--READ-THIS-ARTICLE-38355-to23280135.html"
|
||
|
new_threaded_href="http://www.nabble.com/NEED-MONEY-FAST--READ-THIS-ARTICLE-38355-tt23280135.html"
|
||
|
new_chron_href="http://www.nabble.com/NEED-MONEY-FAST--READ-THIS-ARTICLE-38355-tc23280135.html"
|
||
|
classic_href="http://www.nabble.com/NEED-MONEY-FAST--READ-THIS-ARTICLE-38355-ts23280135.html"
|
||
|
|
||
|
><span>NEED MONEY FAST READ THIS ARTICLE 38355</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Jose L. Sagado
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1511444" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23280135&post=23280135&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Jose L. Sagado</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag23006910"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1498745" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/autocad-electrical-2010-autodesk-full-download-crack-torrent-rapidshare-00442872-td23006910.html"
|
||
|
framed_href="http://www.nabble.com/autocad-electrical-2010-autodesk-full-download-crack-torrent-rapidshare-00442872-to23006910.html"
|
||
|
new_threaded_href="http://www.nabble.com/autocad-electrical-2010-autodesk-full-download-crack-torrent-rapidshare-00442872-tt23006910.html"
|
||
|
new_chron_href="http://www.nabble.com/autocad-electrical-2010-autodesk-full-download-crack-torrent-rapidshare-00442872-tc23006910.html"
|
||
|
classic_href="http://www.nabble.com/autocad-electrical-2010-autodesk-full-download-crack-torrent-rapidshare-00442872-ts23006910.html"
|
||
|
|
||
|
><span>autocad electrical 2010 autodesk full download crack torrent rapidshare 00442872</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
autodesk autocad ele...
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1498745" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=23006910&post=23006910&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by autodesk autocad ele...</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22994983"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1498209" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/0.8252925-Look-Inside-Now-For-It-...-0.9895576-td22994983.html"
|
||
|
framed_href="http://www.nabble.com/0.8252925-Look-Inside-Now-For-It-...-0.9895576-to22994983.html"
|
||
|
new_threaded_href="http://www.nabble.com/0.8252925-Look-Inside-Now-For-It-...-0.9895576-tt22994983.html"
|
||
|
new_chron_href="http://www.nabble.com/0.8252925-Look-Inside-Now-For-It-...-0.9895576-tc22994983.html"
|
||
|
classic_href="http://www.nabble.com/0.8252925-Look-Inside-Now-For-It-...-0.9895576-ts22994983.html"
|
||
|
|
||
|
><span>0.8252925 Look Inside Now For It ... 0.9895576</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
iwantsex-73
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1498209" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22994983&post=22994983&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by iwantsex-73</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22963269"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=600146" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/when-is-clientHeight-set--td22963269.html"
|
||
|
framed_href="http://www.nabble.com/when-is-clientHeight-set--to22963269.html"
|
||
|
new_threaded_href="http://www.nabble.com/when-is-clientHeight-set--tt22963269.html"
|
||
|
new_chron_href="http://www.nabble.com/when-is-clientHeight-set--tc22963269.html"
|
||
|
classic_href="http://www.nabble.com/when-is-clientHeight-set--ts22963269.html"
|
||
|
|
||
|
><span>when is clientHeight set?</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
johnjbarton
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
3
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=600146" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22963269&post=22973069&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by johnjbarton</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22880333"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1492770" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/0.2922279-I-Have-To-See-This-...0.2601839-td22880333.html"
|
||
|
framed_href="http://www.nabble.com/0.2922279-I-Have-To-See-This-...0.2601839-to22880333.html"
|
||
|
new_threaded_href="http://www.nabble.com/0.2922279-I-Have-To-See-This-...0.2601839-tt22880333.html"
|
||
|
new_chron_href="http://www.nabble.com/0.2922279-I-Have-To-See-This-...0.2601839-tc22880333.html"
|
||
|
classic_href="http://www.nabble.com/0.2922279-I-Have-To-See-This-...0.2601839-ts22880333.html"
|
||
|
|
||
|
><span>0.2922279 I Have To See This ...0.2601839</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
iwantsex-50
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1492770" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22880333&post=22880333&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by iwantsex-50</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag22774261"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1488059" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/0.6526391-Feel-Curious-Now--...-0.9623977-td22774261.html"
|
||
|
framed_href="http://www.nabble.com/0.6526391-Feel-Curious-Now--...-0.9623977-to22774261.html"
|
||
|
new_threaded_href="http://www.nabble.com/0.6526391-Feel-Curious-Now--...-0.9623977-tt22774261.html"
|
||
|
new_chron_href="http://www.nabble.com/0.6526391-Feel-Curious-Now--...-0.9623977-tc22774261.html"
|
||
|
classic_href="http://www.nabble.com/0.6526391-Feel-Curious-Now--...-0.9623977-ts22774261.html"
|
||
|
|
||
|
><span>0.6526391 Feel Curious Now? ... 0.9623977</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
iwantsex-26
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1488059" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22774261&post=22774261&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by iwantsex-26</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22680647"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Re%3A-nsIFrame-and-nsIPresContext-are-internal-in-firefox3%2C-how-to-achieve--the-same-functionality-of-these-2-interfaces-td22680647.html"
|
||
|
framed_href="http://www.nabble.com/Re%3A-nsIFrame-and-nsIPresContext-are-internal-in-firefox3%2C-how-to-achieve--the-same-functionality-of-these-2-interfaces-to22680647.html"
|
||
|
new_threaded_href="http://www.nabble.com/Re%3A-nsIFrame-and-nsIPresContext-are-internal-in-firefox3%2C-how-to-achieve--the-same-functionality-of-these-2-interfaces-tt22680647.html"
|
||
|
new_chron_href="http://www.nabble.com/Re%3A-nsIFrame-and-nsIPresContext-are-internal-in-firefox3%2C-how-to-achieve--the-same-functionality-of-these-2-interfaces-tc22680647.html"
|
||
|
classic_href="http://www.nabble.com/Re%3A-nsIFrame-and-nsIPresContext-are-internal-in-firefox3%2C-how-to-achieve--the-same-functionality-of-these-2-interfaces-ts22680647.html"
|
||
|
|
||
|
><span>Re: nsIFrame and nsIPresContext are internal in firefox3, how to achieve the same functionality of these 2 interfaces</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Boris Zbarsky
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22680647&post=22680647&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22189286"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Optimizing-pseudo-style-probing-td22189286.html"
|
||
|
framed_href="http://www.nabble.com/Optimizing-pseudo-style-probing-to22189286.html"
|
||
|
new_threaded_href="http://www.nabble.com/Optimizing-pseudo-style-probing-tt22189286.html"
|
||
|
new_chron_href="http://www.nabble.com/Optimizing-pseudo-style-probing-tc22189286.html"
|
||
|
classic_href="http://www.nabble.com/Optimizing-pseudo-style-probing-ts22189286.html"
|
||
|
|
||
|
><span>Optimizing pseudo-style probing</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Boris Zbarsky
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
3
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=143225" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22189286&post=22561309&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by L. David Baron</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22466360"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=1455700" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/HTML-5-Database-Support-td22466360.html"
|
||
|
framed_href="http://www.nabble.com/HTML-5-Database-Support-to22466360.html"
|
||
|
new_threaded_href="http://www.nabble.com/HTML-5-Database-Support-tt22466360.html"
|
||
|
new_chron_href="http://www.nabble.com/HTML-5-Database-Support-tc22466360.html"
|
||
|
classic_href="http://www.nabble.com/HTML-5-Database-Support-ts22466360.html"
|
||
|
|
||
|
><span>HTML 5 Database Support</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
ChromoX
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
1
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22466360&post=22467436&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Boris Zbarsky</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag22106901"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=108356" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/How-to-simulate-mouse-click-on-a-frame--td22106901.html"
|
||
|
framed_href="http://www.nabble.com/How-to-simulate-mouse-click-on-a-frame--to22106901.html"
|
||
|
new_threaded_href="http://www.nabble.com/How-to-simulate-mouse-click-on-a-frame--tt22106901.html"
|
||
|
new_chron_href="http://www.nabble.com/How-to-simulate-mouse-click-on-a-frame--tc22106901.html"
|
||
|
classic_href="http://www.nabble.com/How-to-simulate-mouse-click-on-a-frame--ts22106901.html"
|
||
|
|
||
|
><span>How to simulate mouse click on a frame?</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
harvinder singh-6
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
2
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=334482" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=22106901&post=22114478&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag21574632"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1435177" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Port-of-XUL-to-EMC%27s-Unix-td21574632.html"
|
||
|
framed_href="http://www.nabble.com/Port-of-XUL-to-EMC%27s-Unix-to21574632.html"
|
||
|
new_threaded_href="http://www.nabble.com/Port-of-XUL-to-EMC%27s-Unix-tt21574632.html"
|
||
|
new_chron_href="http://www.nabble.com/Port-of-XUL-to-EMC%27s-Unix-tc21574632.html"
|
||
|
classic_href="http://www.nabble.com/Port-of-XUL-to-EMC%27s-Unix-ts21574632.html"
|
||
|
|
||
|
><span>Port of XUL to EMC's Unix</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Takis Psarogiannakop...
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
5
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1435177" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21574632&post=22070074&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Takis Psarogiannakop...</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21866706"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=129597" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Frame-construction-plans-td21866706.html"
|
||
|
framed_href="http://www.nabble.com/Frame-construction-plans-to21866706.html"
|
||
|
new_threaded_href="http://www.nabble.com/Frame-construction-plans-tt21866706.html"
|
||
|
new_chron_href="http://www.nabble.com/Frame-construction-plans-tc21866706.html"
|
||
|
classic_href="http://www.nabble.com/Frame-construction-plans-ts21866706.html"
|
||
|
|
||
|
><span>Frame construction plans</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Boris Zbarsky
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
7
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=334482" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21866706&post=21946492&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-3</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21562499"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=711967" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/save-as-pdf---font-rendering-td21562499.html"
|
||
|
framed_href="http://www.nabble.com/save-as-pdf---font-rendering-to21562499.html"
|
||
|
new_threaded_href="http://www.nabble.com/save-as-pdf---font-rendering-tt21562499.html"
|
||
|
new_chron_href="http://www.nabble.com/save-as-pdf---font-rendering-tc21562499.html"
|
||
|
classic_href="http://www.nabble.com/save-as-pdf---font-rendering-ts21562499.html"
|
||
|
|
||
|
><span>save as pdf - font rendering</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
saravanan.sengamalan
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
1
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=130772" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21562499&post=21677953&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by fantasai</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21677901"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=130772" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Re%3A-Gecko---HTML-to-PDF-conversion-td21677901.html"
|
||
|
framed_href="http://www.nabble.com/Re%3A-Gecko---HTML-to-PDF-conversion-to21677901.html"
|
||
|
new_threaded_href="http://www.nabble.com/Re%3A-Gecko---HTML-to-PDF-conversion-tt21677901.html"
|
||
|
new_chron_href="http://www.nabble.com/Re%3A-Gecko---HTML-to-PDF-conversion-tc21677901.html"
|
||
|
classic_href="http://www.nabble.com/Re%3A-Gecko---HTML-to-PDF-conversion-ts21677901.html"
|
||
|
|
||
|
><span>Re: Gecko & HTML to PDF conversion</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
fantasai
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=130772" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21677901&post=21677901&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by fantasai</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21630796"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=133030" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Is-Israel-a-Democracy------The-problem-with-intellectually-insecure-whites----Should-Christians-Support-Israeli-Terrorism-in-Gaza--td21630796.html"
|
||
|
framed_href="http://www.nabble.com/Is-Israel-a-Democracy------The-problem-with-intellectually-insecure-whites----Should-Christians-Support-Israeli-Terrorism-in-Gaza--to21630796.html"
|
||
|
new_threaded_href="http://www.nabble.com/Is-Israel-a-Democracy------The-problem-with-intellectually-insecure-whites----Should-Christians-Support-Israeli-Terrorism-in-Gaza--tt21630796.html"
|
||
|
new_chron_href="http://www.nabble.com/Is-Israel-a-Democracy------The-problem-with-intellectually-insecure-whites----Should-Christians-Support-Israeli-Terrorism-in-Gaza--tc21630796.html"
|
||
|
classic_href="http://www.nabble.com/Is-Israel-a-Democracy------The-problem-with-intellectually-insecure-whites----Should-Christians-Support-Israeli-Terrorism-in-Gaza--ts21630796.html"
|
||
|
|
||
|
><span>Is Israel a Democracy? -- The problem with intellectually insecure whites -- Should Christians Support Israeli Terrorism in Gaza?</span></a>
|
||
|
|
||
|
<span class="weak-color">by</span>
|
||
|
Dan Mosedale
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=133030" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21630796&post=21630796&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Dan Mosedale</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
|
||
|
<td class="flag"><span id="nabble.flag21470776"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=53783" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Re%3A-Compositing-and-Transformations-td21470776.html"
|
||
|
framed_href="http://www.nabble.com/Re%3A-Compositing-and-Transformations-to21470776.html"
|
||
|
new_threaded_href="http://www.nabble.com/Re%3A-Compositing-and-Transformations-tt21470776.html"
|
||
|
new_chron_href="http://www.nabble.com/Re%3A-Compositing-and-Transformations-tc21470776.html"
|
||
|
classic_href="http://www.nabble.com/Re%3A-Compositing-and-Transformations-ts21470776.html"
|
||
|
|
||
|
><span>Re: Compositing and Transformations</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
Robert O'Callahan-2
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
0
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=53783" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21470776&post=21470776&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Robert O'Callahan-2</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21339907"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1425155" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/%3Aafter-and-%3Abefore-on-input-elements-td21339907.html"
|
||
|
framed_href="http://www.nabble.com/%3Aafter-and-%3Abefore-on-input-elements-to21339907.html"
|
||
|
new_threaded_href="http://www.nabble.com/%3Aafter-and-%3Abefore-on-input-elements-tt21339907.html"
|
||
|
new_chron_href="http://www.nabble.com/%3Aafter-and-%3Abefore-on-input-elements-tc21339907.html"
|
||
|
classic_href="http://www.nabble.com/%3Aafter-and-%3Abefore-on-input-elements-ts21339907.html"
|
||
|
|
||
|
><span>:after and :before on input elements</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
dotnetCarpenter
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
2
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1425155" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21339907&post=21342275&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by dotnetCarpenter</span>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag15710316"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1121221" rel="nofollow">
|
||
|
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Load-and-register-stylesheet-dynamically-%28nsIStyleSheetService%29-td15710316.html"
|
||
|
framed_href="http://www.nabble.com/Load-and-register-stylesheet-dynamically-%28nsIStyleSheetService%29-to15710316.html"
|
||
|
new_threaded_href="http://www.nabble.com/Load-and-register-stylesheet-dynamically-%28nsIStyleSheetService%29-tt15710316.html"
|
||
|
new_chron_href="http://www.nabble.com/Load-and-register-stylesheet-dynamically-%28nsIStyleSheetService%29-tc15710316.html"
|
||
|
classic_href="http://www.nabble.com/Load-and-register-stylesheet-dynamically-%28nsIStyleSheetService%29-ts15710316.html"
|
||
|
|
||
|
><span>Load and register stylesheet dynamically (nsIStyleSheetService)</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
PM-17
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
17
|
||
|
</td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=1121221" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=15710316&post=21291042&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
|
||
|
<span class="weak-color" style="white-space:nowrap;">by PM-17</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
<tr >
|
||
|
<td class="flag"><span id="nabble.flag21275649"></span><br /></td>
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarA" valign="top">
|
||
|
|
||
|
<a href="/user/UserProfile.jtp?user=475100" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td style="width:100%;padding-left:.3em">
|
||
|
<a href="http://www.nabble.com/Sub-pixel-gap-on-Mozilla.org-header-tabs-td21275649.html"
|
||
|
framed_href="http://www.nabble.com/Sub-pixel-gap-on-Mozilla.org-header-tabs-to21275649.html"
|
||
|
new_threaded_href="http://www.nabble.com/Sub-pixel-gap-on-Mozilla.org-header-tabs-tt21275649.html"
|
||
|
new_chron_href="http://www.nabble.com/Sub-pixel-gap-on-Mozilla.org-header-tabs-tc21275649.html"
|
||
|
classic_href="http://www.nabble.com/Sub-pixel-gap-on-Mozilla.org-header-tabs-ts21275649.html"
|
||
|
|
||
|
><span>Sub-pixel gap on Mozilla.org header tabs</span></a>
|
||
|
<span class="weak-color">by</span>
|
||
|
|
||
|
Stanimir Stamenkov-3
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="text" nowrap >
|
||
|
|
||
|
</td>
|
||
|
<td nowrap>
|
||
|
2
|
||
|
</td>
|
||
|
|
||
|
<td class="text">
|
||
|
<table class="avatar-table">
|
||
|
<tr>
|
||
|
<td class="avatarB" valign="top">
|
||
|
<a href="/user/UserProfile.jtp?user=475100" rel="nofollow">
|
||
|
|
||
|
</a>
|
||
|
</td>
|
||
|
<td nowrap style="width:100%;padding-left:.3em">
|
||
|
|
||
|
|
||
|
<a href="/forum/Permalink.jtp?root=21275649&post=21276647&page=y" rel="nofollow" embed="fixTarget"></a>
|
||
|
<span class="weak-color" style="white-space:nowrap;">by Stanimir Stamenkov-3</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
<!-- Pagination -->
|
||
|
<table style="width: 100%;border-collapse: collapse;font-size:90%">
|
||
|
<tr>
|
||
|
|
||
|
<td style="padding: 1em">
|
||
|
<div style="float:left;white-space:nowrap">
|
||
|
|
||
|
<img src="/images/icon_post_message.png" width="16" height="16" border="0" align="absmiddle" alt="Post to Mozilla - Layout" />
|
||
|
<a href="/forum/NewTopic.jtp?forum=6670" rel="nofollow">Post New Message</a>
|
||
|
|
||
|
::
|
||
|
<a id="nabble.alertlink2" href="/alerts/EmailAlerts.jtp?forum=6670&from=new" rel="nofollow" style="white-space:nowrap;">Alert me of new posts</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
::
|
||
|
<a href="/atom/ForumFeeds.jtp?forum=6670" rel="nofollow"><img src="/images/xml.gif" width="36" height="14" border="0" alt="Atom feed for Mozilla - Layout" align="absmiddle"/></a>
|
||
|
|
||
|
</div>
|
||
|
<div style="float:right;vertical-align:middle;padding-top:.3em">
|
||
|
|
||
|
<span style="white-space:nowrap;">
|
||
|
|
||
|
<span class="weak-color">« Newest</span>
|
||
|
<span class="weak-color">‹ Newer</span>
|
||
|
|
||
|
— Threads 1-35 —
|
||
|
|
||
|
|
||
|
<a href="http://www.nabble.com/Mozilla---Layout-f6670i35.html" title="next">Older</a> ›
|
||
|
|
||
|
</span>
|
||
|
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
<table class="footer-table shaded-bg-color" >
|
||
|
<tr>
|
||
|
<td class="footer-left">
|
||
|
|
||
|
<a href="http://n2.nabble.com/free-forum.html" target="_top">Free embeddable forum</a> powered by <a href="http://www.nabble.com" title="Free forum and other embeddable web apps">Nabble</a>
|
||
|
</td>
|
||
|
<td class="footer-right">
|
||
|
<a href="/help/Index.jtp" target="_top" embed="fixTarget">Forum Help</a>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
|