I've dug into the css and I still can't fix this problem.
I need a simpler answer.
I'm currently studying css but your code doesn't look like any of the kind that I'm studying.
Span is usually written <span>text</span>. The same thing with div <div>text</div>.
But you don't have bracketed div and spans.
Also I never see "Span.span span" anywhere which you have a lot of. I will probably understand it 6 months from now but for the moment I need to know which part of the css do I change in order for the menu to be vertical.
at the moment the code looks like this:
div.customenu_mystyle span span {
background: transparent url(../images/menu_active.gif) top left;
}
How should it look for a menu button to be listed by default on a single line?
Do I delete a span? Nope. Didn't work.
Do I add a </div>? uh uh, that didn't work either.
You see my problem(s)?!
Theres a reason someone says I am a complete NOOBIE.
Its because like me they know squat.