Page 1 of 1

solved - [DIV id=whitebox] has wrong size for Section Layout Menu Type

Posted: Mon Sep 24, 2007 11:17 am
by vivoices
Hi,
I am a first time Joomla! user.
Installation and first configuration of 1.5 RC2 was flawless.
I now need to get a Hebrew only site up and running using the rhuk_milkyway template.

Maybe someone can help me out tracking down the following bug:
the [DIV id=whitebox] tag is too wide when displaying content from the Articles -> Section Layout menu type.
You can see missized DIV here: http://isimon.vivoices.net/index.php?op ... &Itemid=28

As far as I know, this happens only while displaying content from the "Articles -> Section Layout" menu type in Hebrew, not while setting the language to English or in other modules.


I tried finding the problem using the IE7 Developer Toolbar, but could not narrow the problem down while searching through template_rtl.css and template.css.

Any ideas?

Thanks for your help.

David

Re: [DIV id=whitebox] has wrong size for Section Layout Menu Type

Posted: Tue Sep 25, 2007 12:25 am
by vivoices
After further testing the missized DIV occurs in other menu types as well.
I changed an image in a Web Link Category List Layout and the DIV was correctly sized, after further adjustments to the displayed content the problem returned.

Where should I start searching for a solution?

David

Re: [DIV id=whitebox] has wrong size for Section Layout Menu Type

Posted: Tue Sep 25, 2007 3:01 am
by vivoices
I finally solved the problem by changing the width of "#whitebox_m" from auto to 100% and then adjusting a 2 pixels offset of the border alignment by setting appropriate marging values.

Maybe this might help someone.

David