tmcsoftware 0 Report post Posted July 13, 2011 How do I make all browsers compatible to render my custom code. For example in chrome the feature buttons are circles, but in IE its squares. Another issue is the font in the footer is differnet in both. wp.tmcsoftware.com thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted July 14, 2011 What custom code are you using at the moment? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
tmcsoftware 0 Report post Posted July 18, 2011 .pagelines{display:none;} #simple_footer_nav #logo{display:none} #feature-footer.dots a {-moz-border-radius: 5px; -webkit-border-radius: 5px;} #featurenav {margin-top: -35px;} #feature-footer {background-color: #fff; border: 1px solid #fff;} #boxes {margin-top: -30px;} #simple_footer_nav span.terms {margin: 0 auto; display: block; width: 600px;} #simple_footer_nav ul { float:right; width:650px; margin-top: 30px; color: :#666666; } #footer .content-pad { padding-bottom: 1em; float:center; padding-left: 0; padding-top: 0; align:right; } #footer #simple_footer_nav ul li a {color:#666666; } #footer #simple_footer_nav ul li a:hover{color:#0099cc; } #simple_footer_nav span.terms {color:#666666;} Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 18, 2011 Your CSS rounded corners won't work in IE...follow my tut here though to get it working http://adammunns.com/ie-6-rounded-corners-for-wordpress-using-css3-pie/ Share this post Link to post Share on other sites
tmcsoftware 0 Report post Posted July 20, 2011 I actually would like the feature buttons to be squares. It looks perfect in IE, the issue is in Chrome and Firefox. My main concern is the font in the footer that is hazy looking in chrome/firefox. Please advise! thanks Share this post Link to post Share on other sites
loraxio 1 Report post Posted July 21, 2011 #feature-footer.dots a {-moz-border-radius: 5px; -webkit-border-radius: 5px;} This is the bit that is creating the rounded corners Share this post Link to post Share on other sites
tmcsoftware 0 Report post Posted July 21, 2011 right i was able to change it to squares. How do I get the font in the footer to be universal? Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 21, 2011 you can't...every browser looks different welcome to the wonderful world of cross-browser compatibility. Share this post Link to post Share on other sites
tmcsoftware 0 Report post Posted July 21, 2011 nooooooooooooo ok thanks Share this post Link to post Share on other sites
ryanjohnjackson 0 Report post Posted December 12, 2011 Does CSS pie work with IE8 and Platform framework 2.0? It doesn't seem to for me... Maybe its the new pagelines browser compatibility plug-in? Share this post Link to post Share on other sites