i have to divs one is main div one is bottom div
there are properly working in interner explorer,
but there are overlapping in mozilla firefox

Recommended Answers

All 5 Replies

Show your codes.

If it doesn't fit, IE shoves stuff out of the way, Mozilla overlaps them.

The problem is that they don't fit the available space.

do you use floating elements for both divs? if yes, then you might forget about the clearing one.

The 'overflow' control how to display the overflow contents. The contents can be overflow out it's parent or neighbor elements by floating, negative margins or absolute position.

Member Avatar for diafol

Let's all wait until he posts his markup and css. His first post - let's see if he follows up. Not holding breath.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.