|
Re: Would really appreciate testers!
Don't cheat
- Code: Select all
#test {
background: url(images/blahblah.png) no-repeat;
width:whateverpx;
height:whateverpx;
}
#test {
background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/blahblah.png', sizingMethod='scale');
}
And what specifically are you having issues with underlined links? It helps if you explain your problem in detail rather than some broad question.
Last edited by frinkky; Mar 30th, 2008 at 21:38.
|