|
Its hard to tell what is going on without seeing the website. It could be anything from path issues, css, html, javascript (if you have any), etc. There could be conflicts with a class name or general image styling. Plus, without seeing the code, no one can predict what could be causing the problem with your positioning.
If you position relative the main div and then position absolute the children in there, you'll see different results than just positioning something.
|