Hello everybody. I have a problem with divs. The problem is that i have two div almost in the same line because one is the menu and the other is the content. I can manage to put one near the other while the window of the browser is in big dimensions, but when i reduce the window to very low dimensions, this two divs are overlapping. How can i fix this problem? Thanks
Sounds to me like you should be using floats instead of absolute positioning. It would help if we could have a URL to check out.