Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded… Re: Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded…

#103127
mpsb
Member

Thanks cyneWATCH but doesn’t seem to solve it. I am likely putting this in the wrong place though. Have tried it in both the CSS file and on the individual pages.

This is my CSS styling for the div I need not to scroll vertically:

#galleryWrap {
width:13000px;
height:514px;
float:left;
margin-left:9px;
}

#indexWrap {
width:1024px;
height:514px;
float:left;
margin-left:9px;
}

Should the hidden y-overflow go in here or somewhere else?