folks.
Here's the problem. Let's say I have three items on my menu. I want the first one to be invisible (like transparent) but at the same time consumes space. And the second and third to be display normally.
Thanks
EDITED:
I have three items on the menu. I have menu arranged vertically, so like this:
Menu:
Item1
Item2
Item3
Now, I want the first item to be invisible (still there consuming space, but is not visible to the eye). So it will look like this now:
Menu:
Item2
Item3
You see, it's still there but not any part of it is visible. (background color set to transparent, no text, etc.)