• 0

[CSS] Div hieght 100%


Question

hey,

im making a site which has a shadow run down the edges of the page, however, when the page has a scrollable amount of text, the shadow doesnt not continue.

im not amazing with CSS, so does any smart person know how to fix this?

Thanks in advance

image.bmp

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

you should be able to set that shadow as a background image

body {

backround: url(images/bg.gif) repeat-y

}

that will repeat the background the full height of the browser

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.