I am currently facing an issue with my layout that involves three columns stacked to the left and four inner columns with three floated left and one floated right. This configuration is causing a problem where I cannot select any text on the page. Removing the float allows me to select text but disrupts the layout.
You can view the problematic page here:
So far, I have attempted to change the z-index of different divs, check for float conflicts, and troubleshoot the issue without success.