Weird issue with page background color


i have work in progress odd page background issue - background color of black extends far bottom of browser window.

 

so example, if have browser window full screen fine, if make smaller , scroll down, appears white below browser window ended.

 

similarly, if content extends below bottom of full screen browswer scroll down further , same thing - white background.

 

this page lot of text:

 

http://www.wildlife-planet.com/privacy/

 

i'm using rule:

 

html, body

{

height: 100%;

}

 

which thought fix issue, unfortunatley not.

 

any suggestions?

 

thanks.

you have height of <html> , <body> set 100%.

 

that means <body> technically tall browser window. css attributed <body> or <html> tags end @ whatever browser height is. apdiv, content of <body> or <html> break out of container if it's large enough.

 

remove css...

 

html, body {height:100%;}

 

(it appears twice, both need removed)

 

add following in background-image css...

 

background-attachment:fixed;

 

and should wanted.

 

 

 

edit: actually, don't need second part.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP