Forums
View unanswered posts | View active topics It is currently Wed May 22, 2013 11:07 pm



Reply to topic  [ 5 posts ] 
 Background color and curved border issue on IE -RESOLVED 
Author Message

Joined: Wed Oct 05, 2011 2:09 pm
Posts: 3
Post Background color and curved border issue on IE -RESOLVED
Hello,

The website in question - http://www.icreateforu.com
Take a look at the site using IE8 and current version of Opera. Please scroll to the footer of the page:
At the bottom where the copyrights is located, you will see the background color does not take the shape of the border radius. Instead it displays a square (bleeds out). Here is the CSS I have:
Code:
#footer {
   color:#000000;
   background:#E8E8D5 url(http://icreateforu.com/wp-content/themes/thesis_182/custom/images/header_bottom_line2.png) repeat-x 0px 0px;
       -webkit-border-bottom-left-radius:18px;
       -webkit-border-bottom-right-radius:18px;
       -moz-border-radius-bottomleft:18px;
       -moz-border-radius-bottomright:18px;
   border-radius-bottom-left:18px;
   border-radius-bottom-right:18px;
   behavior:url(the url will not be disclosed);
}

I added this-
Code:
-pie-background: rgba(232,232,213) url(images/header_bottom_line2.png) repeat-x; /*PIE*/

But, it still did not work :-(

I need the background color to shape within the rounder border of the footer in IE and Opera. Works fine with current versions of Firefox, Chrome, Safari.

Please help!

Thank you,
Anthony


Last edited by anthonyperera on Wed Oct 05, 2011 10:50 pm, edited 1 time in total.



Wed Oct 05, 2011 2:23 pm
Profile

Joined: Wed Oct 05, 2011 9:25 pm
Posts: 3
Post Re: Background color and curved border issue on IE 6,7, 8, o
I think I had the same issue as you... I simply added "position:relative" to my css and worked


Wed Oct 05, 2011 9:37 pm
Profile

Joined: Wed Oct 05, 2011 2:09 pm
Posts: 3
Post Re: Background color and curved border issue on IE 6,7, 8, o
Hi griiettner

That did not work.

Anthony


Wed Oct 05, 2011 9:50 pm
Profile

Joined: Wed Oct 05, 2011 2:09 pm
Posts: 3
Post Re: Background color and curved border issue on IE -RESOLVED
Instead of typing CSS like this -
Code:
border-radius-bottom-left:18px;
border-radius-bottom-right:18px;

You "reorder" it like this -
Code:
border-radius:0px 0xp 18px 18px;


Anthony


Wed Oct 05, 2011 10:52 pm
Profile

Joined: Sat Aug 21, 2010 11:12 am
Posts: 220
Post Re: Background color and curved border issue on IE -RESOLVED
Yes: http://css3pie.com/documentation/known- ... #shorthand
With PIE, reading the manual carefully is really important.

_________________
PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.


Thu Oct 06, 2011 1:53 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.