A Small Victory
Monday, February 28th, 2011Mark the last little problem with my Social Bookmarking script solved. I had been chasing my tail on this one for a time, and then when I read through the css file in a bit more detail the answer was obvious, making me feel a bit silly.
I use a fixed width layout for most of my sites. This allows me to design them and have confidence that they will display as I intend. On the problem pages the Pligg developers are using their wide box. Their wide box is the same width as my layout. There was a float left rule applied to the box. Because the box is floated it is out of the normal flow, so is not contained by the wrapper that I installed. My background image is applied to the wrapper div. Because the floated div was floating below the header content there was a gap between the bottom of the header and the content area through which my page background image showed. This problem was only seen on the three pages of the submit new story section of the site.
Had I designed the page I would have had an easier time of it. There was a strong clue that did not ring a bell even though I had noted that the border on the left and right sides did not extend to the bottom of the page. I think that the display problem is there with their design, but they are using white on white on white, so it is not evident. I could confirm that by giving the page a background color or their content div left and right borders. I would imagine that other developers working on themes have run into the same problem, but they may have been more familiar with the css before it gave them a headache.
So NOW I can say, with a straight face, that I Found It! is open for business. Please register, bookmark pages, and get out and vote!! Thanks!