Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
This may sound stupid......but...
I have a very simple question for those CSS guru's out there. It involves BVC2013 and IE8, 9 and 10.
To quickly spruce up a look, I'm trying to get rounded corners on the main container of the TekGear theme. This shows fine in all browsers but IE. I'm using the simple CSS3 code of: -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; inside the "#container" DIV.
when I view the home page in IE 8, 9 or 10, it just shows square corners. So, I thought I'd just switch the IE Compatibility view to see my glorious work, but this is not an option when viewing this page in IE. Compatibility View switch is greyed out. A quick research on this states that if there are no compatibility issues in IE then this switch will not be accessible.
I have even removed the: meta tag for IE7 Emulate issues from the default.master page thinking this may have some play on it, but no luck there either.
Has anyone else had this issue, or successfully implemented the rounded corners for IE in BVC2013?
I can use the above CSS with no issues on other simple pages created on other non-BVC sites. It;s just the BVC site that I'm having this puzzling deal with |
|
|
|
|
Rank: Member
Joined: 3/25/2013(UTC) Posts: 37 Location: Hummelstown, PA
Was thanked: 4 time(s) in 3 post(s)
|
The issue you're having sure sounds like an emulate IE7 issue. You mentioned that you removed the meta tag from the Default.master file but are you sure that the page your were viewing on the front-end was using that master page? Unfortunately removing the Emulate IE7 meta tag is not an option. There was an issue in IE8 this tag fixes. What you can do is change the tag to this: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9; IE=EmulateIE10" /> This will force 8 to act like 7 but allow 9 and 10 to render as they normally would. Edited by user Wednesday, August 7, 2013 8:11:31 AM(UTC)
| Reason: Not specified |
Nathan Baker BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
Nathan,
thank you for that tip! I will try that and see how it goes! if this does work, is this a "fix"/update that will be implemented into new releases of the BVC app so it will not have to be manually done with each new install? |
|
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
that did the trick! thanks again! (BTW, replaced the EMULATE line in all of the master pages in the theme) |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: globalweb9 thank you for that tip! I will try that and see how it goes! if this does work, is this a "fix"/update that will be implemented into new releases of the BVC app so it will not have to be manually done with each new install? Randy, This change is only being made to the new Bvc2013 theme that will be included in the final release. This theme is the one that is used on the Bike Shop demo store. Care should be taken in changing this setting on an existing theme as it may cause worse rendering issues in IE. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
|
|
|
|
|
Rank: Member
Joined: 12/5/2011(UTC) Posts: 6
|
Try using this http://css3pie.com/ it's handy if you want your css3 stuff to work in good old ie |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.