Hi!
Im a newbie just customizing the default template - Is it possible to set the height static in stead of relative?
Its the content/main part of the site I will do static. I will try to create the illusion of a box.
Cant find any code that let me do that.
Any tips for you
Static height on my cmsms site
Re: Static height on my cmsms site
if I remember the css classes correctly its
div#main {
height:500px;
width:500px;
}
just search your css styles for #main styles and add a height.
div#main {
height:500px;
width:500px;
}
just search your css styles for #main styles and add a height.
Re: Static height on my cmsms site
oh, and overflow:hidden;
Re: Static height on my cmsms site
...and how do i integrate scrollbars in the main content area, if text is higher than the static height? (sorry for the poor terminology, im a newbie both to css and cms)
Re: Static height on my cmsms site
ugh
I should think before I type. use overflow:auto;
I should think before I type. use overflow:auto;