views:

126

answers:

2

Hi!

Recently i converted Joomla 1.0x template to 1.5x for a client of mine. Almost everything went smoothly, i migrated the content, menus etc and the website is up & running atm. I didn't notice at start that my Poll window is sort of broken. Polls are displaying correctly in every browser except in IE6 (i know, one more crappy IE6 problem).

There's no error displaying, no modules flying all around and stuff like that :) The page body, where poll results should be displayed are showing nothing, nichevo, nada...like there's no content at all in there.

Here's the link to that page:

http://zdravzivot.com/index.php/Poll-results/Koji-na%C4%8Din-ishrane-daje-najve%C4%87e-%C5%A1anse-za-dug-i-sre%C4%87an-%C5%BEivot.html

As you can see, it looks ok in FF, IE7, Safari etc, but in IE6 - nothing.

Could someone please give me a hint, what could be wrong?

Thank You very very much in advance for Your time!

A: 

Some of the divs in the poll are too wide for the layout. This makes the entire table jump in IE6.

You can fix it by setting a smaller width for the contentpane div

.contentpane {
    width:540px;
}
Richard Nguyen
A: 

Read this article

http://www.goldfigure.co.uk/index.php/Blog/How-to-guides/stop-joomla-polls-giving-invalid-token

I've tried it and it worked

Rijaludin Muhsin