Re: Constructing the layout for web-based applications
- From: Michael Schuerig <michael@xxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 12:04:50 +0200
Jim Moe wrote:
> Michael Schuerig wrote:
>>
>> I take it you've only looked at the description page. Have a look at
>> the (almost) live demo pages.
>> http://www.schuerig.de/michael/boilerplate/demo/list_tasks.html
>>
> You have a number of errors in boilerplate.css.
> When boilerplate.css is prevented from loading, the page looks the
> same
> in IE and Mozilla. So it is your CSS that is breaking IE.
> You are using a number of elements of CSS that IE does not
> comprehend.
> IE is mostly CSS1 compliant, and sprinkles in a few CSS2 elements it
> deems worthy. Things like "#menu > ul" are a mystery to IE. Use no
> non-alpha characters besides "." and "#".
Yes, there are errors. display:inline-block is not yet in any finalized
CSS recommendation. It is in the CSS2.1 working draft. I don't see how
to do without inline-block (or its Gecko-equivalent
display:-moz-inline-box).
Yes, I know that IE is mostly CSS1 compliant.
Knowing these things is part of the problem statement. It helps, of
course, to clearly articulate what the problem is. Currently, I'm
looking for solutions to get what I already have to work with IE.
> There are a large number of Javascript warnings from the main page.
There is no JavaScript on the main page at all. The demo pages use
JavaScript copiously.
> "scriptaculous"?
Excuse me? I'm not sure what you are trying to say. In order to achieve
successful communication you would have to be a little more explicit.
Scriptaculous is a set of JavaScripts: <http://script.aculo.us/>
Michael
--
Michael Schuerig Most people would rather die than think.
mailto:michael@xxxxxxxxxxx In fact, they do.
http://www.schuerig.de/michael/ --Bertrand Russell
.
- Follow-Ups:
- Re: Constructing the layout for web-based applications
- From: Jim Moe
- Re: Constructing the layout for web-based applications
- References:
- Constructing the layout for web-based applications
- From: Michael Schuerig
- Re: Constructing the layout for web-based applications
- From: Jim Moe
- Re: Constructing the layout for web-based applications
- From: Michael Schuerig
- Re: Constructing the layout for web-based applications
- From: Jim Moe
- Constructing the layout for web-based applications
- Prev by Date: Re: Constructing the layout for web-based applications
- Next by Date: Problems validating page: xhtml, asp and css combi
- Previous by thread: Re: Constructing the layout for web-based applications
- Next by thread: Re: Constructing the layout for web-based applications
- Index(es):
Relevant Pages
|