But I am having some trouble with the menu. I doesn't need to have the sliding effect, but I would like to have the rounded corners.
I have managed to make i look okay in firefox, but have some trouble with explorer. I use this in my css code:
Code: Select all
-moz-border-radius: 0px 8px 8px 0px;
-webkit-border-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
Code: Select all
<__script__ src="DD_roundies_0.0.2a.js"></__script>
<__script__>
/* EXAMPLES */
/* IE only */
DD_roundies.addRule('.parent', '8px');
</__script>
I am using a copy of the simple_navigation.tpl, but I haven't got much expirience in editing menu layout so I would like some help on how to make the menu look right - I guess I have to add some more rules in the DD_roundies, but which ones to make it look right - and what do I do to get rid of the shadow effect i seems to have added?