Charles Wiltgen wrote:

> I'm using the current beta release at <http://playbacktime.com/>.

at that site in particular I can get IE to behave by changing .primary to:

.primary {
        width: 500px;
        _width: 500px; /* IE Hack */
        float: left;
        padding: 20px 0 10px;
        margin: 0 10px 0 30px;
    display: inline;
        }


display:inline to cure the doubled margin bug (IIRC) and added 10px of 
right margin.


*however*  if I were doing a two column layout, I wouldn't do it that 
way...  and therefore can't say what other browser bugs will be 
introduced by my fixes for IE (on PC BTW)

;o)


-- 
Join me: http://wiki.workalone.co.uk/
Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F
Engage me: http://www.boldfish.co.uk/portfolio/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to