CSS/HTML Page won't scroll -


my css code follows:

    body {         background-image: url(images/bg.png);         background-attachment: scroll;         background-repeat: no-repeat;         background-size: 100%;     } 

the background image larger standard webpage, still won't let me scroll down.

[a side note - cannot scroll down in design view: http://www.meikledesign.co.uk/host/example.jpg]

give body finite height testing purposes.

body {    height: 2000px; } 

backgrounds not artificially increase body of html page (defined, default, 100%, 100% of browser window) if remember correctly.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -