Hello there,
Is there a way to make rounded corner styles for:
menus,submenus and modules?
thanks in advance,
flora-organica.com team
Hello there,
Is there a way to make rounded corner styles for:
menus,submenus and modules?
thanks in advance,
flora-organica.com team
Of course there is, but it need css styling with bg image support.
Pure CSS corner style works fine on FF and most browsers, but not on ie... as usual.
But good news ... ie9 is coming, finally with CSS3 & HTML5 support.
I drink to that!
Pure CSS corner style works fine on FF and most browsers, but not on ie... as usual.
I suggest to detect all elements which will have rounded corners with Firebug and apply for that elements border-radius rules at end of one of CSS files.
I suggest to detect all elements which will have rounded corners with Firebug and apply for that elements border-radius rules at end of one of CSS files.