Tagged: x
-
AuthorPosts
-
February 10, 2017 at 12:36 pm #1366144
Kyle WParticipantA site I’m building displays perfectly on ever browser except MS Edge. The 1st section and the header are giving me issues.
Here is how the site should look:

And here is how it looks on MS Edge Browser:

I can actually fix the content width issue by replacing:
.masthead { height:0px; }with
@supports (not(-ms-ime-align:auto)) { .masthead { height:0px; }}But then the navbar is the wrong color and I can’t seem to call it correctly in the css to either make it transparent or a dark color so the logo and menu are visible.
February 10, 2017 at 12:38 pm #1366145
Kyle WParticipantThis reply has been marked as private.February 10, 2017 at 9:23 pm #1366661
RadModeratorHi there,
It says incorrect password, please check.
And your site crashes edge browser even by visiting the login page.
Thanks.
February 13, 2017 at 7:23 am #1368824
Kyle WParticipantThis reply has been marked as private.February 13, 2017 at 8:16 am #1368908
Paul RModeratorHi Kyle,
I was able to fix it by adding
width:100%;in the style field of your hero section element.Kindly check on your end.
February 13, 2017 at 8:35 am #1368947
Kyle WParticipantYes, that looks to have solved that issue. Any ideas on why the styling for the header doesn’t apply in Edge? The navbar should be transparent and I’ve also styled the menu items.
Thanks for your help!
Kyle
February 13, 2017 at 10:05 am #1369079
ChristianModeratorPlease disable all third party plugins, scripts, and customizations then check if the issue persists.
Thanks.
February 13, 2017 at 1:49 pm #1369393
Kyle WParticipantNo change when all plugins are deactivated. And I should note that this is only occurring on the homepage with the Cornerstone video background. The other pages show the header correctly.
February 14, 2017 at 2:01 am #1370113
Paul RModeratorHi Kyle,
The video background is set to position absolute and MS Edge is treating position absolute differently.
In ms edge you need to set the width of the parent container so it will display correctly.
I will forward this to our web development team for review.
Thanks
February 14, 2017 at 12:04 pm #1370787
Kyle WParticipantWhat would be the CSS for that?
I’m going to try to target Edge only some CSS using
/* Microsoft Edge Browser 12+ (All) - @supports method */ @supports (-ms-ime-align:auto) { .selector { property:value; } }February 14, 2017 at 11:34 pm #1371421
Paul RModeratorHi Kyle,
Yes, it will be something like this.
/* Microsoft Edge Browser 12+ (All) - @supports method */ @supports (-ms-ime-align:auto) { .home #x-section-1 { width:100%; } }But you don’t need to target ms edge only, by setting the width to 100% it will work in all browsers.
Hope that makes sense.
February 17, 2017 at 6:45 am #1374878
Kyle WParticipantThat does make sense. Thanks.
I changed the first section to be rev-slider video instead of a background video of cs-section. The nav bar is still white on MS Edge and also Firefox on windows XP and 10.
Can you take a look again? Login credentials are above in a previous response.
February 17, 2017 at 3:39 pm #1375575
RadModeratorHi there,
Please try this
.masthead { height:0px; position: absolute; width: 100%; }I’m not sure what’s the problem but it should be fixable by just setting height to zero. IE/Edge are really unpredictable.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1366144 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
