that's an issue and can you please advise why the indicator shown as background image in blue is not shown !
Main Topics
Browse All TopicsHello i have set an ajax style banner rotator for my ecommerce website the problem is the css is showing perfectly except IE6 the arrow shows a weird background ! and the swapping image on the title of the image rotation is not shown ! to know better what i am talking about
1-check this page http://www.audiominds.net/
2-Select united states as country it will redirect you to the page i am talking about.
3-Open the file with IE6 and Firefox where you can the problem
Thanks in advance.
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.
The other problem is because IE6 doesn't handle multiple classes properly. To it "#sws_featured li.ui-tabs-nav-item.last a" and "#sws_featured li.ui-tabs-nav-item.ui-tab
I suggest you change them to "#sws_featured ul.ui-tabs-nav li a" and "#sws_featured ul.ui-tabs-nav li.ui-tabs-selected a", respectively.
I have add the jquery png fix shown in this link http://jquery.andreaseberh
PLEASE HELP.
Change
<script type="text/javascript">
$(document).ready(function
// apply to all images
$("img[@src$=png]").pngfix
});
</script>
to
<script type="text/javascript">
$(document).ready(function
$(document).pngFix();
});
</script>
Use copy paset as the case is also important i.e. pngfix is not same as pngFix.
you can check www.sweetwater what is the trick they used ! the png shows correctly !
I spent some time on it yesterday but had to leave in between. It may not have anything to do with the png. The below styles are nto being applied in IE6 properly. Kravimir, would be able to help in this as it probably could be resolved in css itself. I am posting the stripped down version where second item is highlighted. This works well in FF and IE8 however, the IE6 doesn't render well (the highlight is missing). If this can be fixed (to render properly in IE6), making it dynamic by jQuery is not going to be difficult at all.
#sws_featured li.ui-tabs-nav-item a:hover { background:url(http://www.
#sws_featured li.ui-tabs-nav-item.ui-tab
#sws_featured li.ui-tabs-nav-item.ui-tab
#sws_featured li.ui-tabs-nav-item.ui-tab
#sws_featured li.ui-tabs-nav-item.ui-tab
#sws_featured li.ui-tabs-nav-item.last a { background-position:-261px
#sws_featured li.ui-tabs-nav-item.last a:hover { background-position:-261px
#sws_featured li.ui-tabs-selected {
background:url(http://www.
}
Amit sorry didn't get what is behind to paste the code here ? i didn't see you tweak anything or just for reference to other experts here ?
Kravimir is there any special tool i can do this trick ? sorry i didn't get pretty well what you mean
Sorry but i am new into these and i thank you for your kind help.
Styleminds, there is no fix in the code I pasted. This is the code (stripped down version) that I was using yesterday when I had to leave. I was hoping Kravimir or someone else could take a look. There is no JS involved and the highlight is missing in IE6. If the static HTML is fixed, it would resolve the issue that you have.
Business Accounts
Answer for Membership
by: amit_gPosted on 2009-10-11 at 11:59:12ID: 25546914
It seems to be the png issue in IE6. Try one of the fixes
ard.de/png Fix/ lsoup.co.u k/about/pn g-fix/
http://jquery.andreaseberh
http://www.campbellsdigita