View Single Post
  #2  
Old 02-23-2012, 02:25 PM
  bibi's Avatar 
bibi bibi is offline
 

Senior Member
  
Join Date: Jan 2010
Posts: 188
 

Default Re: Page graphics not loading

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..
__________________
bibi
www.anewagephoenix.com
Business 5.4.0.11
Reply With Quote