Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Separating Header & Navigation
Folks,
Im working on a new theme for vanilla but I have ran into a few problems, how would I go about seperating the navigation from the header, because at the moment navigation is contained within the header DIV.
Are you with me!?
Im working on a new theme for vanilla but I have ran into a few problems, how would I go about seperating the navigation from the header, because at the moment navigation is contained within the header DIV.
Are you with me!?
0
This discussion has been closed.
Comments
Give this a shot:
#Header ul { position: absolute; top: 200px; }
Either a theme or use absolute positioning-- that will pull any element out of its normal flow and allow it to be placed anywhere.
Would be fine, if there would be a way to change the (X)HTML-Structure of a design. Using absolut positions isn't what I like to do! :-(
Bye
Tiggr
Thanks for the help (and by the way Im not a fan of absolute positioning really, it can easily get messed up in different screen resolutions.)
>>you can always make a new theme, with whichever markup you desire.<<
That's what I'm doing, but I have also to change some values inside conf/conf.php, didn't find a way to add new css-files, or remove the old ones from the header.
Perhabs, this is all my fault, but it looks, as I have to write a extension, to support my design!
Bye
Tiggr
On that same vein, I was wishing for some style-attached JS to use for rollover menu effects
>>You can do a import to add additional CSS...<<
That's not the same! ;-)
Vanilla is very good for Extensions, making new designs lags some of the possibilities we have for extensions.
Bye
Tiggr