Internet Explorer - Problem
October 2012 Joomla Template
Rate this topic: 




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:
and on all other browsers like this:
.
Has anybody an idea what is going on?
Regards,
Palido
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:
Has anybody an idea what is going on?
Regards,
Palido
-
- 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:
The following code should fix your problem:
- Code: Select all
#imagesgallerydiv + div {
clear: both;
}
-
- 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 ?
-
- 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.
-
- 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?!
-
- 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.
-
- 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?
How can I check that the updated version is loaded?
-
- 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.
-
- Administrator
- GK User
- Fri Sep 12, 2014 2:09 pm
- Reply with quote
- Report this post
I have sent you a pm!
-
- 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;
}
-
- Administrator
- GK User
- Mon Sep 15, 2014 8:11 am
- Reply with quote
- Report this post
Thank you very much
Problem solved!!

-
- Fresh Boarder
11 posts
• Page 1 of 1