-
AuthorPosts
-
May 10, 2008 at 4:25 pm #128413
My page (with j teline template) in firefox looks nice, but in i.e 7 the images slightly overlaps text. How i can fix this problem? Please sent me an answer.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 10, 2008 at 4:29 pm #248526Internet Explorer can be a pain in the neck, no doubt about it. Though [url=http://www.joomlart.com/forums/topic/dealing-with-ie6-special-hackcss/
May 10, 2008 at 4:52 pm #248530Thanks for the answer. I will try it and meaby ask again (sorry for the bad english).
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 10, 2008 at 5:24 pm #248542If you are dealing with many problems regarding IE6 and IE7 there is three ways(maybe more, but i have three i use that suits me perfect).
1: If the problem is a small one and no need change alot of code you can add this in the index.php file above the </head> tag.NOTE: I add both the code for IE6 and IE7 below here:
<!-->
<style type="text/css">
.clearfix {height: 1%;}
img {border: none;}
</style>
<!--><!-->
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<!-->
If you have a custom layout and need to tweak it to perfection you might wanna add a separate stylesheet for IE6 or IE7(Here you need to make two new css files and add them to the css folder with the specific names for each browser:
<!-->
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ie6.css" type="text/css" />
<!--><!-->
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<!-->But at the end of this, IF there is just some small adjustments needed and youre really someone that needs things to be 100% and no hacks or anything there is just to recode the parts that dont work, it requires more work to get done but possible.
1 user says Thank You to Menalto for this useful post
May 11, 2008 at 5:07 am #248599Mr Menalto, many many thanks for your advise. With your help i don’t have problem with i.e. 7!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 23, 2008 at 11:11 am #250278sorry Mr tcraw1010. I find Mr Menalto answer, more easy for me.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 23, 2008 at 1:27 pm #250297Yep … because it’s all about the “easy way,” isn’t it?
May 23, 2008 at 2:12 pm #250304Mr tcraw not only template is a starting point. My ability to use joomla is to at starting point too. By the way, after a new installation of joomla the problem inverts. In firefox the photo, overlaps text and in ie the all situation in good. (Sorry for the bad english).
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by thcaps 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum