Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Rounding pages not look good in Explorer (http://forum.bytesforall.com/showthread.php?t=18748)

Mikeboy Oct 24, 2012 06:53 AM

Rounding pages not look good in Explorer
 
Hello,
I'm new here and hope you can help me.
I have a problem on my site, I used the codes to rounding the pages. All browsers it shows good except Explorer.

What can I do?

Center column style:
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:20px;

LEFT sidebar style:
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:20px;
border-bottom-left-radius:0px;

www.ronytherapy.co.il

lmilesw Oct 24, 2012 07:23 AM

CSS3 in IE9 may not work or work consistently.

CSS3 is not supported in IE8 and below. I have seen some scripts that are available to "fix" some of these issues. Try a Google search for rounded corners in IE.

Mikeboy Oct 24, 2012 08:46 AM

I checked and I tried to put other codes. The problem is that the circles appear in the browser, but in the opposite way. That is a circle which should be on the right side it shows it on the left.
Other browsers everything looks fine.
I could be making a mistake?

lmilesw Oct 24, 2012 12:59 PM

Have you tried deactivating all your plugins to see if that makes a difference?

Mikeboy Oct 24, 2012 02:46 PM

No plugins installed at all.
I made these circles only at the Center column style- left bottom
And at the LEFT sidebar style- right bottom
Could there be a problem? But looks very strange problem in IE only.

lmilesw Oct 24, 2012 04:04 PM

I am not sure what is going on with your site. Your right sidebar has an id of #left. It should be #right.

juggledad Oct 24, 2012 04:16 PM

You are using RTL which flips things on the page including the sidebars. and the sidebars are flipped too so the left side of the left side bar will show up on the right side of the right side of the page

you have to think in 'mirror'

Mikeboy Oct 25, 2012 03:40 AM

Yes but I do not understand why all the other browsers everything looks great only in Explorer it seems backwards?
If I change the codes in the opposite way, then all the other browsers show no good, and Explorer look good.
How can I change so that only in Explorer it changed? And not change anything in other browsers?

juggledad Oct 25, 2012 04:25 AM

IE8 and earlier (not sure about IE9) does a poor job of rendering in RTL mode while the other browsers work fine. You are probably going to have to add specific CSS to address this

Mikeboy Oct 25, 2012 04:51 AM

You know maybe some CSS can help the problem?
I tried to search Google and added code, but have not found a solution.
Thank you.

juggledad Oct 25, 2012 05:09 AM

which version of IE have you tested with?

Mikeboy Oct 25, 2012 09:19 AM

Explorer 9, You see the problem?

juggledad Oct 25, 2012 09:24 AM

no, I do not have access to IE9

lmilesw Oct 25, 2012 12:12 PM

You will probably have to use some IE conditionals with your CSS and set the bottom left radius for the side bar.


All times are GMT -6. The time now is 08:12 PM.

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