|
Posted by dorayme on 05/21/06 05:09
In article
<1148170145.512442.204790@y43g2000cwc.googlegroups.com>,
julianmlp@gmail.com wrote:
> Is there any difference between this two alternatives?
> I mean, does the browser stops parsing after finding "display: none;" ?
>
They are like readers of pulp thrillers, they want to get to the
end to see if there any twists.
If you go:
margin: 0;
margin-left: 20px;
it will see you want all margins 0 with exception of left.
If you go:
margin:0;
margin:2%;
it will give 2%.
Same with display: none;
If you go:
display: none;
display: block;
display: inline;
....
....
display: n;
it will give n provided n is one of the accepted alternatives for
the css standard operating.
--
dorayme
Navigation:
[Reply to this message]
|