-
AuthorPosts
-
August 30, 2009 at 11:24 am #143803
While adjusting the content in the ‘Latest Videos’ panel on the right hand side, I’ve found that the CSS hasn’t been applied correctly in IE. Instead of the preview image aligning to the right, it’s being pushed to the right by the text description on the left. So as soon as the description is shorter, the images go out of alignment. I’ve attached an image to show the problem in IE8.
It doesn’t seem to be a problem in Firefox.
Anyone know what CSS needs to be applied to fix this?
Thanks
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
August 30, 2009 at 4:13 pm #315737Hello,
From the top of my head.
Try the following code to fix the issue your site has in ie8 (BACKUP FIRST)
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>and change to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>Regards,
Mihir Chhatre.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by mihirc 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Latest Videos IE8 CSS Problem
Viewing 2 posts - 1 through 2 (of 2 total)