Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
menu problem with separator - placeholder
« previous
next »
Print
Pages: [
1
]
Author
Topic: menu problem with separator - placeholder (Read 6497 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
menu problem with separator - placeholder
«
on:
July 24, 2008, 18:30:21 »
Hello all,
I just tried adding 2 separators and seem to have a problem, maybe it's something that I am doing wrong.
I added the first 1st replacing the ------ with a # before a LINK CONTENT ITEM and then a 2nd one after that but when I refreshed my screen, the separators were on the same line with the LINK CONTENT ITEM menu name.
Any suggestions, work arounds?
Petros
Logged
Bournias.net
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: menu problem with separator - placeholder
«
Reply #1 on:
July 24, 2008, 19:01:16 »
Please give us a link
Logged
DediData Web Hosting Services
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: menu problem with separator - placeholder
«
Reply #2 on:
July 26, 2008, 18:17:56 »
Hello Farhad,
This server is my local linux server.
http://xmanhattan.homelinux.com
I hope that you will be able to see the problem but if not, the links are showing up like:
- - - - - - -1 BUSINESS- - - - - - -2
These are 3 separate entries that are simply displayed on the menu all on one line.
What I would like to do is to have it look like the main menu here if possible:
http://www.bournias.net/
Petros
«
Last Edit: July 26, 2008, 18:28:50 by xmanhattan
»
Logged
Bournias.net
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: menu problem with separator - placeholder
«
Reply #3 on:
July 27, 2008, 11:59:35 »
This is the code that is being produced, from the source.
<span class="mainlevel">- - - - - - -1</span>
<span class="mainlevel">BUSINESS</span>
<span class="mainlevel">- - - - - - -2</span>
So why doesn't the separator have a line break?
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: menu problem with separator - placeholder
«
Reply #4 on:
July 27, 2008, 14:44:43 »
The "span" html element by default is being displayed inline. You should make it in your template css to be displayed as block.
span.mainlevel { display: block; }
In the default Elxis 2008.x template "okto" works fine.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: menu problem with separator - placeholder
«
Reply #5 on:
July 27, 2008, 17:24:52 »
That did it. I don't know why it didn't work as I am using OKTO as the basis.
Ευχαριστω!
Logged
Bournias.net
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
menu problem with separator - placeholder