Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: simon79 on 27 March 2011, 20:06:46

Title: View with Internet Explorer
Post by: simon79 on 27 March 2011, 20:06:46
The display with mozilla firefox is very good. But Internet Explorer is not well displayed ...
How to solve this problem?
Thank you

ps : a Screenshot is here http://img4.hostingpics.net/pics/568780Sanstitre.png (http://img4.hostingpics.net/pics/568780Sanstitre.png)

my website : click here (http://www.livreoccaz.fr)
Title: Re: View with Internet Explorer
Post by: federica on 28 March 2011, 13:21:24
Hi simon79,
you have another post open http://forum.voxpopulix.org/supporto-(support)/php-alexandria-library/msg932/#msg932 and I have not yet received a response to this post.
You can't open more then one post if you do not answer to those already open.
Title: Re: View with Internet Explorer
Post by: simon79 on 28 March 2011, 14:17:38
it's ok.
Title: Re: View with Internet Explorer
Post by: simon79 on 30 March 2011, 19:04:07
help me please...
Title: Re: View with Internet Explorer
Post by: federica on 01 April 2011, 16:02:12
Hi simon79,
this is an error of your template/CSS. If you try to set a default template (JA_Purity or rhuk_milkyway or beez) there is not any problem.

I think you can resolve this problem by setting the width of this div tag:
file: your_site/components/com_abook/views/book/tmpl/default.php, row 98
from:
<div><strong><?php echo JText::_('Category');?>: </strong>
to:
<div style="width:100%;"><strong><?php echo JText::_('Category');?>: </strong>

If you send me your template I can do some tests.
Title: Re: View with Internet Explorer
Post by: simon79 on 01 April 2011, 17:49:52
thank you it's ok