White space strikes back
After yesterday’s rant I will still pretty worn out on what is going on with some of this CSS. There is a whitespace issue with the collage on most UW pages based on the CLF – why? Well in this code:
<div id="collage"> <img src="home_collage.jpg" alt=" " /> </div>
There is a space between the div tags and the img. What happens is IE sticks some space under it. A quick fix is either remove the whitespace manually or stick this in the CSS:
#collage img { display: block; }
Yes it is minor but it makes pages look unfinished. There is a recent mention on Style Gala which is where I got the CSS fix. No real response to the post yet as to other ways to fix it.
This is one thing contributing to some frustration over the placement of those right columns…. back to the fun.