BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> openElement General Discussion
  New Posts New Posts RSS Feed - Menu bar setup
  FAQ FAQ  Forum Search   Register Register  Login Login

Menu bar setup

 Post Reply Post Reply
Author
Message
Lloyd22 View Drop Down
Newbie
Newbie


Joined: Aug 14 2015
Location: Australia
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lloyd22 Quote  Post ReplyReply Direct Link To This Post Topic: Menu bar setup
    Posted: Jan 12 2018 at 2:31pm
Hi,
I'm trying to create a global menu at the top of my page (the grey bar) that stays locked to the top edge, and continues off to the sides (right now the menu bar just ends on the sides, I want it to tile/repeat)
I assume I should be setting this up as a template, so would someone describe the basic steps to do that and also how to have the menu bar tile/repeat?

This is the page I'm working on-
War of the ravaged

Thanks for any advise

Lloyd
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (1) Thanks(1)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 14 2018 at 8:55pm
Hi,

Add a Group of Elements which will containt your menu. Note it's ID in Properties (WEsomething)

Add a Code Block Source type CSS with the code:

#WEsomething {
  position: fixed !important;
  left:0 !important;top:0 !important;right:0 !important;
  width: 100% !important;
  z-index: 1000000 !important;
}

Like this in browser it will always be visible at the top.
I let you experiment with styling and centering the panel.
Back to Top
Lloyd22 View Drop Down
Newbie
Newbie


Joined: Aug 14 2015
Location: Australia
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lloyd22 Quote  Post ReplyReply Direct Link To This Post Posted: Jan 16 2018 at 2:03pm
Ok thanks, I'll try your code.
Back to Top
Lloyd22 View Drop Down
Newbie
Newbie


Joined: Aug 14 2015
Location: Australia
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lloyd22 Quote  Post ReplyReply Direct Link To This Post Posted: Jan 19 2018 at 1:32pm
I added the code block using the ID of the light blue frame at the top.
I'd hasn't stuck to the top though. Maybe I'm missing something

http://www.lsminiatures.com/test.htm
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 20 2018 at 8:58pm
You mistook the type of block - it should be CSS not Javascript
Back to Top
Lloyd22 View Drop Down
Newbie
Newbie


Joined: Aug 14 2015
Location: Australia
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lloyd22 Quote  Post ReplyReply Direct Link To This Post Posted: Jan 28 2018 at 12:47pm
Ok, thanks I'll try it again
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.