width problem
Posted: Mon Dec 04, 2006 2:38 pm
I would like to set width in my site - 800px but I can't.
I try change css.
help me please where and how ?
I try change css.
help me please where and how ?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
for Firefox and herediv#pagewrapper {
border: 1px solid black;
margin: 0 auto; /* this centers wrapper */
max-width: 80em; /* IE wont understand these, so we will use javascript magick */
min-width: 60em;
background-color: #fff;;
color: black;
}
in template for IE.#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}
tomax-width: 80em; /* IE wont understand these, so we will use javascript magick */
min-width: 60em;
width: 800px