Two floated columns - one fixed, one loose width

前端 未结 8 1132
醉酒成梦
醉酒成梦 2021-02-02 06:34

I\'ve looked around SO, but I cannot find one that matches my occurrence, I basically have two columns one fixed width (185px) and the other column has no fixed wid

8条回答
  •  梦毁少年i
    2021-02-02 06:55

    If you don't want to use neither floats nor absolute positioning, the easiest I could come up with was

    
    
      
        
        
      
      
        
    left
    right

提交回复
热议问题