mikeaag Posted June 17, 2010 Share Posted June 17, 2010 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 More sharing options...
0 Cupcakes Posted June 17, 2010 Share Posted June 17, 2010 There are a few threads here on Neowin itself that ask about CSS 100% Height.. https://www.neowin.net/forum/topic/904412-css-making-columns-the-same-length/ https://www.neowin.net/forum/topic/901010-css-height/ Link to comment Share on other sites More sharing options...
0 game_over Posted June 17, 2010 Share Posted June 17, 2010 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 More sharing options...
Question
mikeaag
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