Hi Kravimir,
Thanks for the response. I checked the two .JS files ("tabber.js" & "other.js"), and can't find the lines you stated. What am i missing?
Main Topics
Browse All TopicsHi Experts,
I'm using this in CSS:
img.alignright {float: right; clear: right; margin: 0 0 5px 10px; display: inline;}
And this HTML code:
<p><img class="alignright" src="http://www.winhelponl
(URL: http://www.winhelponline.c
What happens is that the image aligns to the left side after the page is fully loaded. Firefox displays the image correctly, aligned to the right side. Can someone help me fix this issue? Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry. It's not on your server. Your page calls this script:
http://www.letsgets
which then calls this one, which is the one with the line I mentioned (there are multiple instances of the line):
http://www.letsgetso
Business Accounts
Answer for Membership
by: KravimirPosted on 2008-10-19 at 08:02:58ID: 22752404
The PNG fixer script that you're using is causing that problem. IE7 doesn't need the script, so I suggest you modify it to only work in IE5.5 and IE6.
tions.com/ css/debugg ing-layout s/
You would need to change this line:
if ((version >= 5.5) && (document.body.filters))
to
if ((version >= 5.5) && (version < 7) && (document.body.filters))
I suggest you read Tips on Debugging Layouts: http://www.dynamicsitesolu