Problems with Body/HTML Background Updating
Hi,
I'm new here, looking for some help.
Here is the problem I'm having, hopefully someone can help.
I have a background color set on my body:
body{ background-color:#000000; }
When using JQuery to update a section it extends the window (adds more content), it adds scrollbars yet the background does not update, meaning it just shows white below. I have tried to update the CSS of the body once the .ajax function has finished, however it still isn't working.
does anyone have any idea on how to fix this? I can't show an active page because it is hosted locally.