I am making changes to the vertical css menu, and the template that goes with it.
I have made some changes in Layout » Templates » CSSMenu Vert 1 col.
And also some changes in Layout » Stylesheets » CSSMenu Vert 1 col,
Layout » Stylesheets » Layout.
Is there any more stylesheets or templates that have any effect on the ones I have made changes to?
Also I have problems when changing the width of the menu. If I put the width of the menu in div#content to less then 100 %, the menu will not stay to the left, rather it will put as much space to the left of menu as I reduced the width of the div#content.
How can I overcome that one?
CSSMenu Vert 1 col and layout
Re: CSSMenu Vert 1 col and layout
Got Link
if you go to Layout » Templates you will see a little orangeish button on the right side of CSSMenu Vert 1 col that says CSS clik it and you will have all the style sheets that go with that template, the menu is inside the 'content' container,,
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
inside the Layout CSSMenu Vert 1C
div#content {
position: relative;
width: 100%;
margin: 1.5em auto 2em auto;
padding: 0;
text-align: left;
}
div#main {
float: right;
width: 70%;
margin-right: 2%;
display: inline;
}
div#menu_vert {
float: left;
width: 25%;
display: inline;
margin-left: 0;
}
div#content2 {
display: none;
}
div#menu_horiz {
display: none;
}
HTH
mark
if you go to Layout » Templates you will see a little orangeish button on the right side of CSSMenu Vert 1 col that says CSS clik it and you will have all the style sheets that go with that template, the menu is inside the 'content' container,,
Navigation
{cms_module module='menumanager' template='cssmenu-accessible.tpl'}
inside the Layout CSSMenu Vert 1C
div#content {
position: relative;
width: 100%;
margin: 1.5em auto 2em auto;
padding: 0;
text-align: left;
}
div#main {
float: right;
width: 70%;
margin-right: 2%;
display: inline;
}
div#menu_vert {
float: left;
width: 25%;
display: inline;
margin-left: 0;
}
div#content2 {
display: none;
}
div#menu_horiz {
display: none;
}
HTH
mark
Re: CSSMenu Vert 1 col and layout
Thx 4 the reply. I kind of figured that one, and made changes to the width:
div#content {
position: relative;
width: 80%;
margin: 1.5em auto 2em auto;
padding: 0;
text-align: left;
}
But after I do this change the menu will not stay to the left anymore.
I will put up a site on a server so people can see what I mean.
Put in th link when I have gotten the site up.
div#content {
position: relative;
width: 80%;
margin: 1.5em auto 2em auto;
padding: 0;
text-align: left;
}
But after I do this change the menu will not stay to the left anymore.
I will put up a site on a server so people can see what I mean.
Put in th link when I have gotten the site up.
Re: CSSMenu Vert 1 col and layout
are you trying to change the width of the menu or the content?
the content 'box' has the menu 'box' inside it so when you make the 'content' smaller the 'menu' moves with it, maybe a pic. would help, this is the basic idea, no breadcrumbs or prev. next, top links. but you'll get the idea,,
mark
[attachment deleted by admin]
the content 'box' has the menu 'box' inside it so when you make the 'content' smaller the 'menu' moves with it, maybe a pic. would help, this is the basic idea, no breadcrumbs or prev. next, top links. but you'll get the idea,,
mark
[attachment deleted by admin]