Hi all, is there any way of applying some fancy css to a square/rectangular image to make it round ? Bit like youd apply a mask in fireworks,
and yes i do have to support ie8 poor me :o(
thanks in advance !!!!!
I haven't tried it but if you really must support ie8, maybe use http://css3pie.com/ with border-radius: 50%;
border-radius: 50%;
cool ill try that as my friday afternoon dev time :) thanks CrocoDillon !
Hi all, is there any way of applying some fancy css to a square/rectangular image to make it round ? Bit like youd apply a mask in fireworks,
and yes i do have to support ie8 poor me :o(
thanks in advance !!!!!
I haven't tried it but if you really must support ie8, maybe use http://css3pie.com/ with
border-radius: 50%;cool ill try that as my friday afternoon dev time :) thanks CrocoDillon !