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

Excellent, I'll try this today!

> *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)

Any pointers on the right way to do this, or to links that cover
best-practices for 2- and 3-column layouts, would be /very/ much
appreciated.

I just started Zeldman's Designing with Web Standards, but I'd love to be
able to help solve this before the style is released!

-- Charles


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tony Crockford
Sent: Thursday, January 05, 2006 12:48 AM
To: Charles Wiltgen
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] CSS help for WordPress theme?

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)


______________________________________________________________________
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