Round pop-up?

chrishirst

Well-Known Member
Staff member
Should be, in theory at least. Can't say I've tried it but it should be an interesting exercise though.

It will of course only work for browsers that support CSS3's border radius.
 

CaldwellYSR

Member
I don't know if you can customize javascript's alert() function but you could make your own pop up like a lightbox type thing that you could then edit with CSS. As for making it circular. If you make the border-radius half of the width then it will make it a circle (or is it full width...) Try it and see :p
 

ronaldroe

Super Moderator
Staff member
Once you're done with the JS, you can use border-radius:50% to make it a circle. Support for IE8 and below can be had with CSS3PIE
 
Top