Great theme!

I'm having one major problem - when i place a block in the footer it is shown inside the div which is inside .
In english it is ok, and is displayed after main and before the page ends, but in HE i'm getting it inserted wrongly into the main div.

I thought it was just me - but i can see on the testing site (http://tendu.tombigel.com/he) that there is a problem with the footer too.

CommentFileSizeAuthor
#2 tenduss.png18.11 KBasak
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tombigel’s picture

I can't see a problem in http://tendu.tombigel.com/he.

What browser? can you attach a screenshot?

asak’s picture

FileSize
18.11 KB

my original message stripped div tags so again: i'm getting the footer inside content div which is inside main div - instead of under main div.

Using FF2 & FF3

There is something tricky going on. as you can see in the attached screenshot, the footer is hidden in the left, and only the last bit of it is showing. but, the second i click on a link - it jumps into it's correct place. the location has something to do with the sidebar. nodes display the footer correctly (which is the same as on my site). if i click to open firebug - the footer is suddenly displayed correctly (i think it's scared of the doctor...).

Any ideas?

tombigel’s picture

Weird... It's the first time I see this happen.
Are you sure you see it on FF3 too?
I see it in FF2 on XP, but I can't reproduce it in my FF3, not on XP nor Linux.
It also seems that this bug is not present in Tendu 2.x for Drupal 6.

What do you mean by "I see it in content div"? you mean that the HTML is broken? If so please test your content for missing/extra closing tags, AFAIK there are no structure problems in Tendu's HTML.

What you can try:

1. remove #page{padding:0 1px} from style-rtl.css and see if it has any effect - I use this setting because FF2 has a horizontal scroll problem in RTL and setting padding on #page partially fix it (it show a scrollbar, but with an offset)

2. There are 2 differences in #footer between Tendu 2.x and Tendu 1.x -
a. The footer has another 2 "div" elements inside it, one around the blocks and one around the footer-message
b. In style.css #footer has "overflow:hidden" and "z-index:1"
Try these, maybe one will fix it.

I don't have a local drupal 5 installation right now to test this and because of the nature of this bug Firebug is useless, so I'll appreciate it if you can test this and report here.

tombigel’s picture

@asak: Any news on this one?

asak’s picture

Hey tom - can't find the site we were having problems with...

We use Tendu in D6 frequently now - and have no problem.

If this happens again - i'll update this thread or have roei (RoeiCPO) open a discussion at drupal.org.il.

tombigel’s picture

Status: Active » Postponed