Elxis CMS Forum

Extensions => Templates => Topic started by: hardislander on March 07, 2011, 20:15:17

Title: rounded corners for philoxenia
Post by: hardislander on March 07, 2011, 20:15:17
Does anyone know how I can have only two diagonally adjacent corners to be rounded instead of all four corners when using the css:-round?
Title: Re: rounded corners for philoxenia
Post by: babis1 on March 07, 2011, 20:38:21
what you mean i thing the only radius in css is that
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
but not work in ie
Title: Re: rounded corners for philoxenia
Post by: webgift on March 08, 2011, 13:45:33
Yes. This can be done.
Take a look on that article : Elxis templates tutorial - Rounded corners (https://www.elxis.org/guides/developers-guides/rounded-corners.html)
Note : Requires minor changes.Generally there are a lot of techniques.
Title: Re: rounded corners for philoxenia
Post by: hardislander on March 09, 2011, 19:30:27
Great.

I believe this is exactly the tutorial I required.

Could you confirm where the mosLoadMolues('position', -3);  & elxLoadModule('mod_name', -3); would go (is that in the template_css.css too?)

S
 
Title: Re: rounded corners for philoxenia
Post by: nikos on March 09, 2011, 22:33:07
Great.

I believe this is exactly the tutorial I required.

Could you confirm where the mosLoadMolues('position', -3);  & elxLoadModule('mod_name', -3); would go (is that in the template_css.css too?)

S
 

These are going into index.php of the template
Title: Re: rounded corners for philoxenia
Post by: webgift on March 10, 2011, 00:13:47
 ;)