1

Topic: CSS "margin-left-ltr-source: physical;"

When i use Firefox extend "Web Developer"

table, div, form, p, h1, h2, h3, h4, pre, blockquote, ul, ol, li, dl, dt, dd    (line 41)
{
    margin-top: 0px;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    padding-top: 0px;
    padding-right-value: 0px;
    padding-bottom: 0px;
    padding-left-value: 0px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    font-size: 1em;
}

what "margin-left-ltr-source: physical;" mean and what another values of physical ...
i try search in google but nothing found

Related RightToLeft CSS forum

If your people come crazy, you will not need to your mind any more.

2

Re: CSS "margin-left-ltr-source: physical;"

I think what you are seeing is additional information being inserted by Mozilla. Ignore it. My guess is that "physical" is Mozilla telling itself that the information is in an external stylesheet.

Re: CSS "margin-left-ltr-source: physical;"

from what i can find its done by a WYSIWYG editor called Nvu http://www.nvu.com/index.html

Re: CSS "margin-left-ltr-source: physical;"

There's a Mozilla bug report mentioning it...

Serialization of

        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;

results in

        margin-top: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    padding-top: 0px;
    padding-left-value: 0px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;

https://bugzilla.mozilla.org/show_bug.cgi?id=241234

Latest Open Source project: [img=Templar PHP]http://code.google.com/p/templarphp/logo?logo_id=1251758459[/img]

TemplarPHP - A cascading template framework for PHP.

5

Re: CSS "margin-left-ltr-source: physical;"

i hoped there is another value to make changes in CSS for switch RTL without patching CSS Files
like

margin-left-ltr-source: visual;
or
margin-left-ltr-source: context;

mmmm maybe in the future.

If your people come crazy, you will not need to your mind any more.

Re: CSS "margin-left-ltr-source: physical;"

zaher what happend to your site? why is it down?

7

Re: CSS "margin-left-ltr-source: physical;"

I do not know, what happend, this a 4thd day my 2 sites,i am register in www.extanthost.com and it is also down, maybe thay make upgrades or somthing else (crashed)
i lost all my emails, BTW i am just waiting big_smile.

If your people come crazy, you will not need to your mind any more.

Re: CSS "margin-left-ltr-source: physical;"

oh that happend 2 me twice last week it was down for a day and about 4 months ago it was down 2 weeks

Re: CSS "margin-left-ltr-source: physical;"

damn zaher your sites still down....have u contacted you host?