Home > Article > Web Front-end > Two divs in one line_html/css_WEB-ITnose
I have two divs with custom widths and are displayed side by side. The code example is as follows
Remove the clear and have a look
Try adding this min-width:1400px; Give a width
You don’t even understand the word clear...
What you wrote here is clear:left It’s written in vain. To be honest, whether you write this sentence or not has nothing to do with the effect you want. It means that even if you don’t write this sentence, the two divs will still float.
And... I don’t want to say it. You are the poster...the design is unreasonable
The solution is actually the same as on the 3rd floor...but he didn't write it clearly...
The above is wrong, it is min-width
It’s normal to bounce down
The purpose of float is not to fix the position
dv1 is a fixed width and dv2 is a percentage width
So what if dv1.width + dv2.width > (this result is possible) means the outside width - d1.width = d2? .width Then use table to write
and don’t always float
The meaning of float is not fixed
The original poster, the best way to write it should be like this: basically compatible with all browsers