Thank you Alan On Sun, Jul 26, 2009 at 2:29 AM, Alan Gresley<a...@css-class.com> wrote: > ...You have this basic markup. > > <div id#container> > <div id#primary> side text </div> > <div id#content> content </div> > </div> > > If this was. > > <div id#primary> side text </div> > <div id#container> > <div id#content> content </div> > </div> > > It would be a much more simpler approach than making IE7- bugged out.
Okay. Would I achieve the same advantage if I do not style that <div id="container">, is it effectively disabled? Or, use {display:none;}? And, go with this instead: <div id#primary> side text </div> <div id#content> <div class="content"> content </div> </div> I am constrained by working with the html template of this wordpress framework html. I can over-ride it. (wordpress is designed for that). But it is simpler for me to work it out in the CSS. > Yes, if you want to support IE6 and IE7 then maybe modify your markup. I don't need it to be perfect in IE6 and IE7, just readable. Let me know what needs modification or what to look for. > In my testing IE6 is really broken and IE7 is a little bit better. This is > partially because IE6 is in quirks mode due to your XML prolog. You are beyond my depth here on the full purpose and function of the XML prolog and the implications of going into quirks mode. Since IE6 is about the limit of how far backward compatible I am working for and doesnt need to be perfect, I can probably change or get rid of the XML prolog but I don't know what I would be losing > Also you have the double float margin bug [1] in a few places. > Firstly I had create a test case to understand the bug you demo'd. Secondly > I had to provide one fix for the bug... excellent, I see what you are doing there. > Please note that I have removed all resets on elements. You lost me. I don't see changes to the layout DIVs. If you tell me which kinds of elements you removed resets on, I will probably grok your point. > Are they really needed? This best road to learn CSS is to use less CSS to > begin with. I will go for less now. The layout in it's present form was my idea for getting a handle on the basic layout css...perhaps not the best idea. I will set up my draft now as simple as I can. Here is a screenshot of my draft template http://modernia.net/oh/ohlonedraftscreenshot.jpg This version has the content column split into two columns which Will be needed sometimes. Don ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/