Nav problem

Permalink
I made my own theme and made a nav with sub menu option which works except in Concrete5.

Concrete5 seems to not accept the ">" sign in css3.

I hope people can help me!

nesoor
 
lackadaize replied on at Permalink Reply
lackadaize
Hi. ">" is not a valid character for css.

Can you show a link to your site so we have a better idea what you're talking about?

Did create the nav as an auto-nav block through the CMS or is it written right into your template page?

Also, are you trying to edit the css in your main .css file or through the "design" feature for the auto-nav block?
nesoor replied on at Permalink Reply
nesoor
Hey Lackadaize,

Thanks for your reply!

So far as I know it's a valid sign.
You can read more about it if you click on the link bellow.
http://stackoverflow.com/questions/4459821/css-selector-what-is-it...


Tell me if I'm wrong!
lackadaize replied on at Permalink Reply
lackadaize
Sorry, I wasn't thinking in terms of selectors. You would still need to answer my other questions in order for people to help you navigate the problem.

Are you trying to add an autonav block into a GlobalArea or are you hard coding a nav into your template page?

Are you able to provide some code?