Okay, this is tough.
I have a horizontal menu using
<ul> 's and
<li> 's. That's all done.
What I want to do, is add a small div in between each menu item, eg:
Menu1 <div separator> Menu2 <div separator> Menu3 <div separator>...etc
Now, the only way I think I can acheive this, is going into core files, but I don't even know where to start.
How can I acheive this/where should I look? Thanks.
(I know css very well, php, eh, lil' iffy)