I used the following solution to create 3 divs next to each other: Fluid width with equally spaced DIVs
However, when I wrap each box inside an <a>
tag with display:block
the entire layout gets funky.
Is there a way around this? The fluidity (is that even a word?) is not really necessary, but preferable. The reason I used it this solution is because it keeps boxes neatly next to each other even in IE6/7 and for the sake of simplicity too.
Thanks in advance!