how to make Rounded corners?

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Sun Mar 28, 2010 3:28 pm
Hello there,

Is there a way to make rounded corner styles for:
menus,submenus and modules?

thanks in advance,


flora-organica.com team
User avatar
Expert Boarder

GK User
Sun Mar 28, 2010 9:20 pm
anybody, please?
User avatar
Expert Boarder

teitbite
Mon Mar 29, 2010 11:18 pm
Hi

Please show me an example on the item You want to round the corners.
User avatar
Moderator

GK User
Tue Mar 30, 2010 1:22 am
flora wrote:
Hello there,

Is there a way to make rounded corner styles for:
menus,submenus and modules?

thanks in advance,


flora-organica.com team


Hi

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 :P ... ie9 is coming, finally with CSS3 & HTML5 support.
I drink to that!

Cheers
User avatar
Platinum Boarder

GK User
Tue Mar 30, 2010 1:54 pm
hey there :)

thanks for your interest,

actually, i want the rounded corners almost everywhere :P

in the menu, i want it in the following places :


and in the module i want it in these places too:
User avatar
Expert Boarder

GK User
Tue Mar 30, 2010 2:24 pm
hello again,

Of course there is, but it need css styling with bg image support.


it's the classical way, but i want to avoid it because my colorful site needs so many bg images!


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!



i think ie6 doesn't even support the bg image support, as it can not see the transparency through the images
but for the other ie,
what do you exactly mean by
Pure CSS corner style works fine on FF and most browsers, but not on ie... as usual.

:blush:
do rounded corners look weird, or do they look square (as if there are no rounded corner)?


either way,
i will still use the pure css,
and create an exception for ie (if it makes them look weird) to ignore rounded corners.

PS, i am still beginner in css, and would need help writing the respective code :blush:
thanks in advance

and cheers to a better ie! ;)

flora-organica.com team
User avatar
Expert Boarder

GK User
Thu Apr 01, 2010 8:41 am
please?
User avatar
Expert Boarder

GK User
Thu Apr 01, 2010 3:56 pm
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.
User avatar
Administrator

GK User
Thu Apr 01, 2010 6:04 pm
dziudek wrote:
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.


Yeap, but not supported on our friend IE. :P
The solution needs js support on IE, right?
User avatar
Platinum Boarder

GK User
Sun Apr 04, 2010 10:26 am
hello there :)

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 looked for 'border-radius', and it seems there are the suffixes '-moz" and "-webkit"

now, put the "alien" IE aside :P
but when it comes to other browsers, what syntax should i use to ensure maximum compatibility?
because I've read somewhere that even the "-moz" prefix might cause some problems

thanks in advance

regards
User avatar
Expert Boarder


cron