Will absolute positioned element affect the below relative positioned element. How to fix?
Page has rows which is positioned relative. Each row has col1 and col2 which are floated left and right. Problem is in the last row col1 an开发者_开发知识库d col2. they are not floating as intended. whats causing that? In fiddle it seem to work right. but not in my page. I've a absolute positioned element above that row. will that affect these elements?
Make .col2-content
float left as well and it will work.
精彩评论