RE: [CSS3] Proposal to add list-style-type: tree-line value

I wrote:

That should have been position:relative for the later variable.

@constant MYSELECT(li.with-hidden-content)

@variable MYSELECT:initial {

ul {position: absolute; left: -10000px;}

}

@variable MYSELECT:alternative {

ul {position: relative; left: 0;}

}

Which this test case attempts to demonstrate.

http://css-class.com/test/css/selectors/pseudo/tree-branch1.htm


Alan

http://css-class.com/

Received on Monday, 25 February 2008 16:11:19 UTC