I am currently moving an expression engine site from one domain to another but i am having problems with the homepage banner css/html
the original site is here the new site is here
and everything else looks fine except the banner....any ide开发者_如何学Pythonas
Give #main-content a width like 850px like you did div below it. also change:
body.home #main_content {
min-height: 0;
}
to
body.home #main_content {
min-height: height-of-slide;
}
that should fix your problem
精彩评论