Separator between main menu items
13 years 7 months ago #580
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Separator between main menu items
yes I see what you mean, but a screenshot would be better to be more precise
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 7 months ago #581
by BigJ
Replied by BigJ on topic Re: Separator between main menu items
Thanks for the quick replies.. unfortunately I am posting from my phone just now so can't provide a screenshot.. if you go to joomla.org and imagine a separator between the joomla! Logo and 'home' in the top menu, this is what I am trying to do.. if that makes sense..
Please Log in or Create an account to join the conversation.
13 years 7 months ago #582
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Separator between main menu items
ok
you can try a css property like
ul.maximenuCK li.level0 {border-left: 1 px solid red}
ul.maximenuCK li.level0 + li {border-left: none;}
you can try a css property like
ul.maximenuCK li.level0 {border-left: 1 px solid red}
ul.maximenuCK li.level0 + li {border-left: none;}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 7 months ago #583
by BigJ
Replied by BigJ on topic Re: Separator between main menu items
Thanks ced! I'll try that..

Please Log in or Create an account to join the conversation.
13 years 7 months ago - 13 years 7 months ago #594
by BigJ
Replied by BigJ on topic Re: Separator between main menu items
Hi Ced,
I tried the code above, it works, however how do I substitute the red line for my separator image(sep.png) - any ideas? also the spacing is not quite right... I have attached below:
I tried the code above, it works, however how do I substitute the red line for my separator image(sep.png) - any ideas? also the spacing is not quite right... I have attached below:
Attachment maximenu_2011-09-01.JPG not found
Attachments:
Last edit: 13 years 7 months ago by BigJ.
Please Log in or Create an account to join the conversation.
13 years 7 months ago #595
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Separator between main menu items
without url is seems impossible to give you more help...
you must use firebug to identiy your elements in the page and find the right css
you must use firebug to identiy your elements in the page and find the right css
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.211 seconds