This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Incorrect CSS on http://sources.redhat.com/mauve/


Hello everyone.

Can anyone point me to the web master for http://sources.redhat.com/mauve/?

I have an evangelism bug filed on the page 
http://bugzilla.mozilla.org/show_bug.cgi?id=91357 where essentially the 
diagnosis is

Over to evangelism.

The stylesheet has:

DIV.sidebar { 
            position: float;
            background-image: url(img/sidebar.gif);
            background-repeat: no-repeat;
            background-position: left top;
            float: left;
            width: 110px;
            height: 600px;
            margin-left: 0px;
            border-left: 0px;
            padding-top: 12px;
            padding-left: 0px;
            border-width: 0;
                                       }

DIV.content {
            position: float;
            float: right;
            padding-top: 12px;
            padding-left: 20px;
            overflow: hidden;
            border-width: 0; 
            text-align: left;            
                                       }

Note the lack of a width for the div#content.  Floated boxes _must_ have a width
set...  In this case, the width defaults to the width of the page, and the two
floated boxes don't fit next to each other.

This causes the page display to be not as intended in Mozilla based 
browsers.

Thanks and sorry for the spam.
Bob

-- 
Bob Clary, bclary@netscape.com
Technology Evangelist, Netscape Communications
http://developer.netscape.com/evangelism/ 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]