There are problems with the display in IE, the "main" column pushes all the other columns far right off the screen. I can't determine if this is a misaligned div, coding, or architecture problem.

Comments

bengtan’s picture

Hi,

Can you provide me more information about your setup?

Or even better, give me your website's url (if it's a public site)?

Which version of IE are you using to reproduce this problem?

Legend’s picture

I noticed this happens when I test in IE6.

bengtan’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Hi,

Does this issue still persist? Can you please describe your issue in more detail, preferably with specific symptoms?

ericjam’s picture

Status: Postponed (maintainer needs more info) » Reviewed & tested by the community

hi i'm still here, somehow i fixed it along the way, i actually restarted with a fresh install TWICE and went from there to understand how it works. There isn't exactly a fix I can recommend other than only people well versed in the eccentricities of CSS can effectively modify the column setup here. Basically you need to set negative margins so that IE will not push the columns around.

Btw my full mod is pretty much done at www.TwinCityScene.com
I have not tested in IE in month or so so if it looks whacked let me know

ONE COMMENT: It would be preferable to have more customized node views such as full node view versus teaser node views, I don't know if Drupal allows this but I've been lazy and simply display: none things or specifying .front and .page-taxonomy classes to separate changes to node.tpl.php

bengtan’s picture

Status: Reviewed & tested by the community » Fixed

Marking this as fixed since it seems not to be a problem anymore.

Yes, Drupal only shows a node either in teaser or fullnode view. There isn't a middle ground. At least, not without a lot of hurdle jumping with custom code.

ericjam’s picture

Status: Fixed » Closed (fixed)

Thank you, now head over to the Picture question :D

bengtan’s picture

Uh, which "Picture" question?

ericjam’s picture

Basically I wanted the author picture to show up in full nodes but they would not

<?php if ($picture) print $picture; ?>

I will solve this instead with a Views block that shows up depending on what the node author is