i'm trying to set a text over an image with css code so i guess i have to create a css class and add
.menu{
z-index:1;
}
meaning thet if i add the class "menu" to an element, it will be over everything that has no class (which by default is 0), so it seem it does not work,
I need help. anyone??
thanks!