bright-gpu-74537
11/01/2020, 4:19 PMbright-gpu-74537
11/01/2020, 4:21 PMhandsome-processor-40961
11/01/2020, 5:19 PMhandsome-processor-40961
11/01/2020, 5:20 PMbright-gpu-74537
11/01/2020, 5:22 PMcss
.menuitem:hover, .menuitem:selected {
background-color: red;
}handsome-processor-40961
11/01/2020, 5:33 PMbright-gpu-74537
11/01/2020, 5:39 PMhandsome-processor-40961
11/01/2020, 6:06 PMbright-gpu-74537
11/01/2020, 6:20 PMbright-gpu-74537
11/01/2020, 6:21 PMbright-gpu-74537
11/01/2020, 6:22 PMbright-gpu-74537
11/01/2020, 6:22 PMhandsome-processor-40961
11/01/2020, 6:48 PMhandsome-processor-40961
11/02/2020, 9:24 PMhbox and set horizontalAlign="right", it worked perfectlyhandsome-processor-40961
11/02/2020, 9:25 PMhandsome-processor-40961
11/02/2020, 9:26 PMverticalAlign="bottom" both to the hbox and to another vbox I tried creating as child of the hbox, but couldn't get the behaviour I wantedbright-gpu-74537
11/02/2020, 9:32 PMbright-gpu-74537
11/02/2020, 9:32 PMhandsome-processor-40961
11/02/2020, 9:39 PMhandsome-processor-40961
11/02/2020, 9:45 PMhandsome-processor-40961
11/02/2020, 9:45 PMid in css?bright-gpu-74537
11/02/2020, 9:45 PMhandsome-processor-40961
11/02/2020, 9:46 PM. before the id?bright-gpu-74537
11/02/2020, 9:46 PMcss
#myComponent {
...
}handsome-processor-40961
11/02/2020, 9:46 PM#?handsome-processor-40961
11/02/2020, 9:46 PMbright-gpu-74537
11/02/2020, 9:46 PM#myComponent.something #myChild.somethingElse { ... }handsome-processor-40961
11/02/2020, 9:47 PMbright-gpu-74537
11/02/2020, 9:47 PM#myComponent.something > #myChild.somethingElse { ... }bright-gpu-74537
11/02/2020, 9:47 PM