Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Layout Container - Rounded corners in Firefox 3.6.13 not working. (http://forum.bytesforall.com/showthread.php?t=12416)

jeffm2008 Jan 23, 2011 11:29 AM

Layout Container - Rounded corners in Firefox 3.6.13 not working.
 
Hi,

FANTASTIC THEME!

Sorry, this is the closest section I could find to post this.

I'm running into an issue with Firefox 3.6.13 not showing rounded corners on my layout container.

Of course it does not show in IE9. But it's very odd that it does not show in Firefox.

They show up in Safari and Chrome just fine. Also, this is ONLY happening with the layout container. Widgets, etc. are all showing up with rounded corners just fine in Firefox..

I'm using Atahualpa 3.5.3 and WP 3.0.1.

Any ideas?

Thanks in advance for your help. :)

btw, here is my CSS:

padding: 20px; /*This effectively only affects top/bottom padding */
background: #212221;
/* border: solid 2px #F9B512; */

/* box-shadow: 0 0 15px #333;
-moz-box-shadow: 0 0 15px #333; */

uncomment next block for round corners

-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;

lmilesw Jan 23, 2011 04:34 PM

Could you provide a link to the site?

jeffm2008 Jan 23, 2011 04:49 PM

I knew that was coming. Lol. Unfortunately no. It is not live yet, still in maintenance mode. Thanks anyway.

lmilesw Jan 23, 2011 08:52 PM

I just took another look at your code. You should comment out the uncomment line and see what happens.
Here is what you have
HTML Code:

padding: 20px; /*This effectively only affects top/bottom padding */
background: #212221;
/* border: solid 2px #F9B512; */

/* box-shadow: 0 0 15px #333;
-moz-box-shadow: 0 0 15px #333; */

uncomment next block for round corners

-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;

You should change it to this
HTML Code:

padding: 20px; /*This effectively only affects top/bottom padding */
background: #212221;
/* border: solid 2px #F9B512; */

/* box-shadow: 0 0 15px #333;
-moz-box-shadow: 0 0 15px #333; */

/* uncomment next block for round corners */

-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;

Not having that one line commented could definitely cause problems.


All times are GMT -6. The time now is 12:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.