|
Posted by Andy Dingley on 06/19/07 13:59
On 19 Jun, 13:00, Froefel <hansdeschry...@gmail.com> wrote:
> Is there an elegant way to achieve the desired result in both
> browsers, without the need for conditional styles?
I haven't looked at your example in detail, but AFAIR the default
stylesheets for lists are significiantly different between IE and FF.
One uses margin to achieve the indents, the other uses padding.
So if you want consistent results, and you change _anything_, then
always change _everything_.
That means approximately 16 CSS values: margin and padding on all four
edges of both elements.
(There might be some you can skip, but I can't remember the details to
that level).
[Back to original message]
|