Blinky the Shark <> wrote:
>Steve Pugh wrote:
>
>> IE places the bullet outside the <ul>. Firefox places the bullet
>> inside the <ul> but outside the <li>.
>
>How'd I luck out? IE and FF render this page (and my other relevant
>ones) the same, here, with respect to bullet placement, without any
>conscious manipulation via margins on my part.
>
>http://blinkynet.net/humor/index.html
You haven't set any styles at all for your lists. So the browsers use
their default styles, which happen to look very much the same even
though they're achieved very differently.
Imagine two browsers, one of which has
P {margin-left: 20px;}
as default, and the other has
P {padding-left: 20px;}
On most pages you wouldn't see any difference between the two. But
then look at a page where the author has set a border round
paragraphs...
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <> <http://steve.pugh.net/>