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
Post a Comment