I did a CSS check and got some feed back this is one of the patches the CSS 1.4 recommends. Will this help my problem?
anyone??
/* patch generated for
http://www.anewagephoenix.com/skin/smart_template/custom/themes/magic.css */
h3.menu_title {
-webkit-border-radius: 7px 7px 0px 0px;
}
.menu_content {
-webkit-border-radius: 0px 0px 7px 7px;
}
h2.dialog_title {
-webkit-border-radius: 7px 7px 0px 0px;
}
.dialog_content {
-webkit-border-radius: 0px 0px 7px 7px;
}
.dialog_content_blank {
-webkit-border-radius: 7px;
}
.dialog_content_filled {
-webkit-border-radius: 7px;
}
I have three more like this and they all seem to point to the same file.
By the way this fix is for Opera, Firefox, chrome and safari..