A little height problem - Joomla! Forum - community, help and support
alright all,
my client wanted website same height on each page did overflow thing scroller @ side of screen.
all on home page here correct height
http://www.quarme.com/joomla/
but not on contact page seems thrown out bit , page gets pushed down 10px
http://www.quarme.com/joomla/index.php/ ... associates
anyone idea may causing this?
ta!
my client wanted website same height on each page did overflow thing scroller @ side of screen.
all on home page here correct height
http://www.quarme.com/joomla/
but not on contact page seems thrown out bit , page gets pushed down 10px
http://www.quarme.com/joomla/index.php/ ... associates
anyone idea may causing this?
ta!
#gkpage{
max-height: 638px;
overflow-y: scroll;
}
and take off u gave to
#gkcontentmainbody ...
max-height: 638px;
overflow-y: scroll;
}
and take off u gave to
#gkcontentmainbody ...
Comments
Post a Comment