Internet Explorer - Problem

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 02, 2014 4:20 pm
Reply with quote
Report this post
Hi,

I have a problem with the internet explorer.
This page: http://www.palido.com/index.php?option=com_content&view=article&id=20&Itemid=319&lang=de looks on the internet explorer like this: Image and on all other browsers like this: Image.

Has anybody an idea what is going on?

Regards,
Palido
User avatar
Fresh Boarder

GK User
Fri Sep 05, 2014 8:13 pm
Reply with quote
Report this post
Hello,

The following code should fix your problem:

Code: Select all
#imagesgallerydiv + div {
   clear: both;
}
User avatar
Administrator

GK User
Tue Sep 09, 2014 7:59 am
Reply with quote
Report this post
Thx for the quick answer - where do I have to add the code - I tried it in template.css ?
User avatar
Fresh Boarder

GK User
Tue Sep 09, 2014 9:50 am
Reply with quote
Report this post
You can add it at the end of any CSS file.
User avatar
Administrator

GK User
Tue Sep 09, 2014 3:39 pm
Reply with quote
Report this post
I added it in joomla.css and template.css but nothing has changed?!
User avatar
Fresh Boarder

GK User
Wed Sep 10, 2014 7:10 am
Reply with quote
Report this post
You can try to add !important to clear: both and also please make sure that the updated version of the file is loaded.
User avatar
Administrator

GK User
Thu Sep 11, 2014 9:32 am
Reply with quote
Report this post
I added !important - but still nothing has changed

How can I check that the updated version is loaded?
User avatar
Fresh Boarder

GK User
Thu Sep 11, 2014 11:13 am
Reply with quote
Report this post
Please send me a PM message with FTP and back-end access to your website.
User avatar
Administrator

GK User
Fri Sep 12, 2014 2:09 pm
Reply with quote
Report this post
I have sent you a pm!
User avatar
Fresh Boarder

GK User
Sun Sep 14, 2014 5:42 pm
Reply with quote
Report this post
I've solved your issue by adding the following code at the end of css/template.css file:

Code: Select all
#imagesgallerydiv:after {
   clear: both;
   content: "";
   display: table;
}
User avatar
Administrator

GK User
Mon Sep 15, 2014 8:11 am
Reply with quote
Report this post
Thank you very much :woohoo: Problem solved!!
User avatar
Fresh Boarder


cron