Re: [css-d] The CSS Position Property

2010-12-14 Thread Chetan Crasta
> I thought this article could be of interest to this list: > That's a nice informative summary of positioning. It would also be worthwhile mentioning that absolutely and fixed positioned inline elements can be sized with width an

[css-d] The CSS Position Property

2010-12-14 Thread Thierry Koblentz
I thought this article could be of interest to this list: -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz __ css-discuss [cs...@list

Re: [css-d] should this class override my other one?

2010-12-14 Thread Eric A. Meyer
At 12:51 AM + 12/15/10, John D wrote: Any way we seem to have gone outside the original question and so we should end here before groups-papa tells us off to shut up. The List Mom disagrees; this is an interesting discussion of the cascade, it does have bearing on the original question

Re: [css-d] should this class override my other one?

2010-12-14 Thread John D
Now this will take me another 24 hours to digest and it is getting late, and cold in London UK. > And it can boogle the mind... > > ~d __ css

Re: [css-d] should this class override my other one?

2010-12-14 Thread John D
> Not true. In the case of styles declared in a

Re: [css-d] should this class override my other one?

2010-12-14 Thread David Laakso
There is a priority order. to test this try this...> And it can boogle the mind... ~d -- http://chelseacreekstudio.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-

Re: [css-d] should this class override my other one?

2010-12-14 Thread Bobby Jack
--- On Wed, 12/15/10, John D wrote: > Similarly, header styles takes priority over external style sheets Not true. In the case of styles declared in a

Re: [css-d] should this class override my other one?

2010-12-14 Thread John D
> There is no such priority order. The cascading order is much more complex > and almost always misunderstood There is a priority order. to test this try this: 1) create a bsic page with this code: This should be red despite header style says green 2) Now put the following code in header:

Re: [css-d] mac 10.4 opera/10.63 [1]

2010-12-14 Thread G.Sørtun
Keep the whitespace in there... English href="http://chelseacreekstudio.com/fa/es/";>Español Paintings by David Laakso ...to make it work/appear right in no-style situations/browsers. regards Georg __ css-discuss [

Re: [css-d] mac 10.4 opera/10.63 [1 + ec]

2010-12-14 Thread David Laakso
If you need simplicity at all costs, then your solution is great. If you want your markup to be semantic, thenis the right choice. Kudos to Georg Sortun for this simple markup suggestion [on server]... re: Since it is "simplicity" you are after (

Re: [css-d] mac 10.4 opera/10.63 [1 + ec]

2010-12-14 Thread Chetan Crasta
>> If you need simplicity at all costs, then your solution is great. If >> you want your markup to be semantic, then  is the right choice. >> > Kudos to Georg Sortun for this simple markup suggestion [on server]... > re: > Since it is "simplicity" you

Re: [css-d] mac 10.4 opera/10.63 [1 + ec]

2010-12-14 Thread David Laakso
Error Correction ~d Either way, "It takes a tough man to make a tender chicken." Kudos to Georg Sortun for this simple markup suggestion [on server]... re: Englishhref="http://chelseacreekstudio.com/fa/es/";>Español Paintings byDavid Laakso Bes

Re: [css-d] mac 10.4 opera/10.63 [1]

2010-12-14 Thread David Laakso
it seems to simplify the markup even a little further... If you need simplicity at all costs, then your solution is great. If you want your markup to be semantic, then is the right choice. ~Chetan Either way, "It takes a tough man to make a tender chicken." Kudos to Georg Sortun for this

Re: [css-d] should this class override my other one?

2010-12-14 Thread Jukka K. Korpela
John D wrote: The priority order of styles is as follows: 1.Browser default 2.External style sheet 3.Internal styles via 4.Inline styles < There is no such priority order. The cascading order is much more complex and almost always misunderstood, more or less: http://www.w3.org/TR/CSS21/c