Ilya Konstantinov wrote:
On Sun, Dec 14, 2003 at 05:01:00PM +0200, Shlomi Fish wrote:
In Mozilla, the numbers and bullets of <ol> and <ul> lists appear at the
far right of the screen. This is despite the fact that in Konqueror 3.1.x
Known bug. What's stopping its' resolution is that CSS doesn't define a
property for "margin from start of line" but only "margin from
left/right". Thus, you cannot give <ol>s and <ul>s a direction-dependant
style.
I wonder how explorer workarounds this issue - I have a feeling it does
so in fairly kludgy way, that it's either going to break as soon as one
defines it's own custom stylesheet, or they do that by inverting margin
left/right according to the text direction(which is a lousy solution to
the problem if one cares about standards, but not something unexpected)
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]