inherit
165779
0
Jan 16, 2021 16:06:12 GMT -8
Dave
New Broadband Support forum - Click the link in my signature!
1,045
April 2011
daveb86
Anything with Bacon!
Strawberry Shortcake
|
Post by Dave on Sept 19, 2015 4:24:44 GMT -8
Hello,
Bit of a newbie question i should know the answer too but its been a long week ...
How do i put a container around the nav bar with a header bar .. Same layout as the News Section would be but obviously not as high
Thanks Dave
|
|
inherit
114253
0
Jan 15, 2021 21:02:14 GMT -8
Teg
Can't Wait for V6
3,114
November 2007
teg
Don't Feed Ricky
Strawberry Shortcake
|
Post by Teg on Sept 19, 2015 11:09:53 GMT -8
Hello, Bit of a newbie question i should know the answer too but its been a long week ... How do i put a container around the nav bar with a header bar .. Same layout as the News Section would be but obviously not as high Thanks Dave The news section? You mean the like the news fader?
|
|
inherit
165779
0
Jan 16, 2021 16:06:12 GMT -8
Dave
New Broadband Support forum - Click the link in my signature!
1,045
April 2011
daveb86
Anything with Bacon!
Strawberry Shortcake
|
Post by Dave on Sept 19, 2015 11:19:01 GMT -8
Hi TegSo basically turn the Nav Bar from what it is now into the below   Dave
|
|
inherit
114253
0
Jan 15, 2021 21:02:14 GMT -8
Teg
Can't Wait for V6
3,114
November 2007
teg
Don't Feed Ricky
Strawberry Shortcake
|
Post by Teg on Sept 19, 2015 14:58:09 GMT -8
You could move the navbar and wrap it in a div.
<div class="navbar">NAV StuFF HEre</div>
Can you link me to what you're working on so I can play with the coding?
|
|
inherit
165779
0
Jan 16, 2021 16:06:12 GMT -8
Dave
New Broadband Support forum - Click the link in my signature!
1,045
April 2011
daveb86
Anything with Bacon!
Strawberry Shortcake
|
Post by Dave on Sept 20, 2015 1:46:20 GMT -8
You could move the navbar and wrap it in a div. <div class="navbar">NAV StuFF HEre</div> Can you link me to what you're working on so I can play with the coding? Morning Teg Im currently working on trying to do this at the following url excelmaster.proboards.com/ Thanks Dave
|
|
inherit
114253
0
Jan 15, 2021 21:02:14 GMT -8
Teg
Can't Wait for V6
3,114
November 2007
teg
Don't Feed Ricky
Strawberry Shortcake
|
Post by Teg on Sept 20, 2015 8:55:31 GMT -8
Alright, so basically, you want it separate from the banner in it's own container underneath it?
|
|
inherit
165779
0
Jan 16, 2021 16:06:12 GMT -8
Dave
New Broadband Support forum - Click the link in my signature!
1,045
April 2011
daveb86
Anything with Bacon!
Strawberry Shortcake
|
Post by Dave on Sept 20, 2015 9:06:37 GMT -8
Alright, so basically, you want it separate from the banner in it's own container underneath it? Yeah Teg It looks a little lonely sat there at the moment. So if i can put it inside a container with a title bar that would be perfect  Thanks Dave
|
|
inherit
58740
0
Nov 29, 2020 6:07:54 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job.
14,032
September 2005
soe
Take Out
Cheesecake
|
Post by ®i©hie on Sept 20, 2015 9:51:01 GMT -8
where you have this:
<div id="navigation-tree"> $[navigation.tree] </div>
replace it with this:
<div class="container"> <div class="title-bar"><h2>Navigation Bar</h2></div> <div id="navigation-tree"> $[navigation.tree] </div> </div>
remember you can always click "preview changes" to see how it looks before saving it.
|
|
inherit
165779
0
Jan 16, 2021 16:06:12 GMT -8
Dave
New Broadband Support forum - Click the link in my signature!
1,045
April 2011
daveb86
Anything with Bacon!
Strawberry Shortcake
|
Post by Dave on Sept 20, 2015 10:28:16 GMT -8
where you have this: <div id="navigation-tree"> $[navigation.tree] </div> replace it with this: <div class="container"> <div class="title-bar"><h2>Navigation Bar</h2></div> <div id="navigation-tree"> $[navigation.tree] </div> </div> remember you can always click "preview changes" to see how it looks before saving it. Thanks ®i©hie Just tidying up a few things now and it should be perfect  Dave
|
|