Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   HTML / XHTML / CSS (http://www.programmingforums.org/forum27.html)
-   -   Major IE6 issue + CSS (http://www.programmingforums.org/showthread.php?t=13225)

Kezzer May 29th, 2007 7:33 AM

Major IE6 issue + CSS
 
Instead of setting list-style-type images I'm instead using this following CSS which I came up with:

:

div#rightcolumn .affiliate-links li a {
        margin-left:0px;
        background: url('images/famfamfam-mini/icon_favourites.gif') no-repeat;
        background-position: 0% 50%;
        padding-left:20px;
}


Now this code in IE6 repeatedly loads the icon, and the worst is that I use this CSS throughout loads of the list types as I have different icons for each one. I've used it without the "a" on the end and the same issue occurs. It actually causes my server to crash because it's continually loading the icons over and over again.

Any ideas on how to fix it?

Kezzer May 29th, 2007 8:52 AM

Disregard, this was a JavaScript issue in IE6


All times are GMT -5. The time now is 2:49 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC