create new account | forgot password


posted by Nylorac on August 11th, 2008 at 12:46PM

Works with it or uses it?
Link | Parent


 
 

posted by dennisn on August 11th, 2008 at 12:48PM

Hopefully both. Yo -- Ricky -- submit bug reports! :)

posted by rick on August 11th, 2008 at 8:37PM

Yes, I do use IE7. It's my main browser both at home and at work.

No, I don't work on IE. If I have sufficient information for a bug, I'll engage the right people. And no, "IE sucks" is not sufficient. :)

Anyway, some screenshots:

Comments page
Main page

posted by Nylorac on August 11th, 2008 at 9:42PM

It looks beautiful. =X

posted by dennisn on August 11th, 2008 at 9:16PM

Have you tried firefox3? It has this awesome new address bar, that also serves as a search into your history and bookmarks. It makes me feel like an AOL user :\.

posted by dennisn on August 11th, 2008 at 8:40PM

A quick glance suggests that it has something to do with the new css style that we're using... the main content is now in a div block of it's own, whereas before it was just text in the html body.

posted by dennisn on August 11th, 2008 at 8:45PM

In particular, here are the three main blocks. (The information block only appears on the front page). Try to play with a simple html page with just these three div class="information", etc elements.

/* from default.css, stripped for brevity */
.information
{
    float: left;
    width: 20%;
    overflow: hidden;
}

.content
{
    float: left;
    width: 52%;
    overflow: hidden;
}

.menus
{
    float: right;
    width: 20%;
    overflow: hidden;
}

No. It appears to be a problem by dennisn on August 11th, 2008 at 11:04PM.
Almost fixed. Now only some of by rick on August 12th, 2008 at 2:01AM.
Regarding the deeply-nested co by dennisn on August 12th, 2008 at 11:49AM.
Aside from those additions tha by dennisn on August 12th, 2008 at 12:13PM.