I have the following site layout. Main page is being loaded using url rewriting rules (apache) eh. http://www.page.com/section/information. There is a right hand side panel on this page. Content of that panel is being loaded with ajax in and contains few divs with background-image style set on it. Problem is, that background image is not being displayed
Now, if I use standard string url (www.page.com/?action=section&title=information), that background-image appears. It also appears when inserted as (using / as a prefix to indicate absolute path), even when rewritten url is used
So now I’m puzzled cause I basically can’t see way out
You can either use absolute image paths or put this into your header