Hi! Someone can help. I am stuck. When I scrool down holding ctrl I have problem with text that goes beyond my main div.
@szymon,
the reason your text is going out of your div is because you have set an image as a background, but not defined its size. Try using stretch on your background so it will fill the whole space.
The issues is because you image has the no-repeat style rule an there are restrictions to Ur html elements in height an widths…Try not to use center align on the text so that it can stretch through the whole page line by line…