Html – Inline block is ignored due to float?
i'm getting an error message that the inline-block is ignored due to the float. what does this mean and what should i revise within my code? does this affect anything? .sidebar-left { width: 175px; float: left; } .sidebar-right { width:…