Page 1 of 1
blix alignment problem
Posted: Thu Sep 28, 2006 1:19 pm
by mugs
Posted: Fri Sep 29, 2006 4:06 am
by judebert
It works in FireFox? Maybe we could have a look at the page if you posted your URL.
Posted: Tue Oct 10, 2006 11:36 am
by mugs
the error is on IE browser on the comments page
Posted: Tue Oct 10, 2006 11:38 am
by mugs
it aligns to the bottom of the page
Posted: Tue Oct 10, 2006 12:42 pm
by garvinhicking
Whats your URL?
Posted: Tue Oct 10, 2006 12:44 pm
by mugs
Posted: Wed Oct 11, 2006 9:49 pm
by judebert
I think this is a problem with the IE box model.
IE adds margins and paddings to the outside of each div instead of scraping them off the inside like the spec says to do.
When I use the IE6 developer's toolbar and select "outline divs" on your main page, the sidebar lines up next to the main div, as expected. When I do the same thing on a comments page, I see that the sidebar overlaps the main div just a bit. I'm betting the difference is padding.
On the comment page, the #content div is 558px wide, and the sidebar is 227px. On the main page, #content is only 530px, but the sidebar is still 227px.
That means something on the comments page is adding a total of 28px of padding and margin. Quite likely this is 14px all-around or 14px each left and right. It's something inside the #content div, and I bet it's one of the comment blocks themselves.
To fix this, you'll need to fool with the style.css. It'll be a bear. I don't recognize your template, but if it's a variation on one of the standards, you may want to contact the template author.