Closed Bug 263124 Opened 20 years ago Closed 20 years ago

CSS doesn't show at all at nalle.no

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 263123

People

(Reporter: nalle, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

http://nalle.no doesn't work - won't render the CSS

It worked fine in the "first 1.0" -release (the tech release or omething, but
after updating to 1.0PR it won't render.

I'm including the whole CSS-file here if that is to any help:

----- snip -----
/* Sets the properties or the <body> tag.*/
BODY    {
                background-image: url(images/onedot.jpg);               /*
Background image - replace with your own if you wish */
                background-position:center;             /* Centers the image in
the screen */
                background-repeat:repeat;       /* repeating the image, creating
a background */
                background-attachment: fixed;   /* Image does not move with text */
                background-color: #FFFFFF;              /* Self explanatory? */
        color: #000000;                         /* Default font color */
        margin: 0px;                            /* Default margin width */
        padding: 0px;                                   /* Default padding
(inside of tables and boxes) */
        }

/* Next four lines defines the colour of the links in the document */
A:link  { color: #663300 }
A:vlink { color: #AAAAAA } /* Visited link */
A:hover { color: #666666 }
A:alink { color: #666666 } /* Active link */

/* Settings for the top header of the index page */

.bold   {
                font-weight: Bold;
        font-size: 12pt
        }
SPAN.center { /* Centers the top center image */
                position: absolute;
                left: 38%;
                top: 12px
                }
SPAN.left { /* Left-justify the top left image */
                position: absolute;
                left: 12px;
                top: 14px
                }
SPAN.right { /* Right-justify the top right image */
                position: absolute;
                right: 12px;
                top: 14px
                }

#top  { /* Sets the colour, size and position of the header of the page */
                background-image: url(images/topyellow.gif);
                margin: 0px 0px 0px 0px;
                padding: 0px;
                border: 0px;
                border-bottom: thin solid #666666;
/*       background: #000077; */
                height: 75px; /* ie5win fudge begins. Do not modify these next
lines unless you are familiar with css */
                voice-family: "\"}\"";
                voice-family:inherit;
                height: 75px;
                }
html>body #top {
                height: 75px; /* ie5win fudge ends */
                }

#left   { /* Sets the colour, size and position of the left column */
                position: absolute;
                top: 75px;
                left: 0px;
                margin: 0px;
                padding: 10px;
                border: 0px;
/*              background: #666666; */
                width: 130px; /* ie5win fudge begins. Do not modify these next
lines unless you are familiar with css */
                voice-family: "\"}\"";
                voice-family:inherit;
                width: 110px;
                }
                html>body #left {
                width: 110px; /* ie5win fudge ends */
                }

#middle { /* Sets the colour, size and position of the center column */
                padding: 10px;
                border: 0px;
/*              background: #666666;  */
                margin: 0px 130px 0px 130px; /* Sets the size of the center box */
                }

#right  { /* Sets the colour, size and position of the right column */
                position: absolute;
                top: 50px;
                right: 0px; /* Opera5.02 will show a space at right when there
is no scroll bar */
                margin: 0px;
                padding: 10px;
                border: 0px;
/*              background: #666666; */
                width: 105px; /* ie5win fudge begins. Do not modify these next
lines unless you are familiar with css */
                voice-family: "\"}\"";
                voice-family:inherit;
                width: 110px;
                }
html>body #right {
                width: 110px; /* ie5win fudge ends */
                 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




It's worked perfectly with the same default.css at least since 0.8 and it works
perfectly under MSIE!

*** This bug has been marked as a duplicate of 263123 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.