
code for selective corners only not working on IE
Hello everybody
while I m getting it to work alright for Mozilla when specifying that I want only the top corners, IE pays no attention and does not do it. However, if it is for all of the corners, that is the standard border-radius then it rends is alright.
Here is what I have to tell it "just round me the tops" (ha ha pun intended)
Code:
...
border-top-left-radius:: 10px 5px;
border-top-right-radius::10px 5px;
...
but it does not modify it. Mozilla does, and like I said, if it is just border-radius for all corners it does it alright. The syntax has to be fine, I just copied it from the docs of css3 site. And of course, the call to the dependency htc works, otherwise it would not do the 4 corners.
kind regards
Al