Page 1 of 1
IE6 - No transparency - Workaround? The bane of my life...
#1
Posted 05 June 2010 - 09:41 PM
Unfortunately, the design for my website uses a transparent border around the main content section (for a sort of glass effect). Is there any way of working around this in IE6 without reslicing my layout with all layers visible?
Thanks folks.
Thanks folks.
#2
Posted 05 June 2010 - 10:40 PM
In your <head>:
Should sort it out for you
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://jquery.andreaseberhard.de/pngFix/jquery.pngFix.pack.js"></script>
<script type="text/javascript">$(document).ready(function(){ $("body").pngFix(); })</script>Should sort it out for you
#4
Posted 05 June 2010 - 10:50 PM
Wicked; shall try this out when I get home (at work at the moment). Will also +1 you both.
Cheers guys!
Cheers guys!
#5
Posted 05 June 2010 - 10:58 PM
mteam, on 05 June 2010 - 10:44 PM, said:
Andyl beat me to it 
Frost Tear, on 05 June 2010 - 10:50 PM, said:
Wicked; shall try this out when I get home (at work at the moment). Will also +1 you both.
Cheers guys!
Cheers guys!
The method I posted is just one I've used previously and seems to work with just those three lines at the top (one of which is just jQuery, so you will likely already have it) - surprisingly effective.
Anyway... get back to work
#6
Posted 06 June 2010 - 01:31 AM
andyl, on 05 June 2010 - 10:58 PM, said:
The method I posted is just one I've used previously and seems to work with just those three lines at the top (one of which is just jQuery, so you will likely already have it) - surprisingly effective.
Anyway... get back to work
Seems like a neat little trick
Yes boss!
Share this topic:
Page 1 of 1
Help



















