Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Layout Container - Rounded corners in Firefox 3.6.13 not working.


  #1  
Old Jan 23, 2011, 11:29 AM
jeffm2008
 
2 posts · Jan 2011
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;

Last edited by jeffm2008; Jan 23, 2011 at 11:33 AM.
  #2  
Old Jan 23, 2011, 04:34 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Could you provide a link to the site?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 23, 2011, 04:49 PM
jeffm2008
 
2 posts · Jan 2011
I knew that was coming. Lol. Unfortunately no. It is not live yet, still in maintenance mode. Thanks anyway.
  #4  
Old Jan 23, 2011, 08:52 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Have 2 rounded corners and 2 squared possible? vincent Header configuration & styling 5 Nov 26, 2010 05:53 AM
[SOLVED] Rounded header image corners but NOT header container. AussiAnni Header configuration & styling 3 Oct 16, 2010 07:59 PM
[SOLVED] Layout Container Rounded Corners on Top cvan Header configuration & styling 1 Sep 9, 2010 01:07 AM
Rounded corners of images? JoannaLynnPhoto Center area post/pages 1 Jun 8, 2010 05:20 AM
[SOLVED] where to style comment container? (rounded corners) mirdin Comments, trackbacks & pings 6 Nov 3, 2009 12:50 PM


All times are GMT -6. The time now is 03:28 PM.


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