View Single Post
  #10 (permalink)  
Old Mar 30th, 2008, 20:49
frinkky's Avatar
frinkky frinkky is offline
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 306
Blog Entries: 2
Thanks: 2
Thanked 5 Times in 5 Posts
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.
Reply With Quote