Elxis CMS Forum
Extensions => Templates => Topic started 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?
-
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
-
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.
-
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
-
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
-
;)