- From: Alan Gresley <alan1@azzurum.com>
- Date: Mon, 25 Feb 2008 09:10:57 -0700
- To: Alan Gresley <alan1@azzurum.com>
- cc: Daniel Glazman <daniel.glazman@disruptive-innovations.com>, www-style <www-style@w3.org>, Andrew Fedoniouk <news@terrainformatica.com>, Brad Kemper <brkemper@comcast.net>
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