Hello,
I am currently developing a ASP.NET 2.0 application and everything was fine until I upgraded my browser to IE 7 from IE 6. I realised that my div background is not working anymore. The background is not repeating itself anymore. I googled but could not find an answer. Below is my code. Perhaps some experts can shed some light on how I can solve the problem Thanks!
.rightblock
{
border: 1px solid #fea632; padding: 15px; margin-bottom: 10px; background:url(images/background_columnright.gif) repeat; position: relative; width:446px;}