Whenever I have something where I want it in firefox, its all messed up in inter explorer 8. I have two divs inside a div and their side by side but they arent that way in internet explorer 8. What can I use to make them work?
- You have to show code examples of what you have that isn't working. Question closed
1 answer
points
If they arent side by side, maybe the width of two div are too big? Try overflow: hidden on container div or clear:both - I got similar web project usign two div content within container side by side and had no issue - it would be nice if we could see your webpage at least to check the code
