what is different in the coding in the opinions page that happens to work correctly, that is different than the members main page, and the profiles which doesnt display correctly?
examples:
opinion page:

profile page

member main

Code: Select all
/*
Name: User style sheet for Opera.
Version: n/a
Author:
Description:
*/
/* Default link styles: */
/*:link, :visited {
background-color: InfoBackground;
color : InfoText;
text-decoration : underline;
}
:link {
text-decoration : underline;
}
:visited {
text-decoration : line-through;
}
:link:hover, :visited:hover {
background-color: Highlight !important;
color : HighlightText !important;
}*/
/* Cool image link effect */
:link:hover img {
outline: 1px solid ActiveCaption;
}
:visited:hover img {
outline: 1px solid InactiveCaption;
}
/* Print rules, also enabled for OperaShow */
@media print, projection {
h1,h2,h3,h4,h5,h6 {
page-break-after: avoid;
}
pre, code, samp {
white-space: pre-wrap:
page-break-inside: avoid;
}
ul, ol, li {
page-break-before: avoid;
page-break-inside: avoid;
}
table table {
page-break-before: avoid;
page-break-after: avoid;
}
}
/* Special print rules */
@media print {
html,body {
font-size:9pt;
}
abbr[title]:before, acronym[title]:before {
content : attr(title) " (";
}
abbr[title]:after, acronym[title]:after {
content : ") ";
}
h1,h2,h3,h4,h5,h6 {
page-break-after: avoid;
}
pre, code, samp {
white-space: pre-wrap:
page-break-inside: avoid;
}
ul, ol, li {
page-break-before: avoid;
page-break-inside: avoid;
}
table table {
page-break-before: avoid;
page-break-after: avoid;
}
}
/* Site specific fixes */
#AnimeMusicVideos #subinfo .statTitle { float: none!important; }