ml-tsai / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

curved corners with Joomla. #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use this with Joomla but it doesn't work. 

I added this ti template.css

.mytest {
background-color:#EFEFEF;
color:#000000;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
behavior: url(http://www.klikn.me/jtest/border-radius.htc);
}

Works well at Firefox, but in IE8 when page is loaded nothing from "mytest"
is there, not even background color. Background color is shown before page
loads (for 0,2 sec) but then it disappears when corners should curve. 

Ramiz toled me to use position:relative and z-index : 5 which I tried but
it has the same effect. Has anyone tried this with joomla and found out
what's causing that the css disappears?

Original issue reported on code.google.com by tom...@gmail.com on 24 Mar 2010 at 2:34

GoogleCodeExporter commented 8 years ago
I have the same issue. I see the rounded corner for a 0,2 sec after loading 
page and then it disapears.
Did you find a solution for this?

Note that I'm also using blueprint css

Original comment by marceloverdijk on 27 Apr 2010 at 8:25

GoogleCodeExporter commented 8 years ago
Nop, no solution found yet. I think that the problem is that css overrides those
settings. I was in contact with Ramiz and he changed something in template css 
and
even edited border-radius.htc a bit but after I tested it still wasn't working.

Original comment by tom...@gmail.com on 28 Apr 2010 at 7:04

GoogleCodeExporter commented 8 years ago
works allright for me my problem it i only want it at the topleft and right and 
not
bottom

Original comment by mortis2...@hotmail.co.uk on 30 Apr 2010 at 2:23