I am having issues with Hexagon div boxes working in Firefox, and MS Edge browsers. They seem to work fine in Chrome and Opera.
Looks like the z-index is causing the issue on these browsers under the div .corner-1 and .corner-2 tags.
Any help would be appreciated.
www.myshirtbuzz.com/2016
Thanks
SamA74
October 7, 2016, 12:53pm
2
Looks like an issue with z-index. The “corner” elements have a negative z-index putting it behind the yellow container. But I’m having a hard time locating that in inspect.
There are other ways to create a hexagon, using css borders or with SVG.
1 Like
PaulOB
October 7, 2016, 12:55pm
3
It’s this element here that needs a stacking context.
#cta{position:relative;z-index:0}
Otherwise the negative z-index goes behind the parent.
1 Like
ronpat
October 7, 2016, 1:03pm
4
Looks like bootstrap.min.css is being called in the head and bottom of the page. Pick one but not both.
PaulOB
October 7, 2016, 1:10pm
5
Are you sure Ron or has it been removed?
I see bootstrap.min.js at the bottom.
ronpat
October 7, 2016, 1:13pm
6
Oops my mistake. The one at the top is .css, the bottom is .js
1 Like
Paul, that works perfect.
Thank you.
1 Like
system
Closed
January 6, 2017, 9:01pm
8
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.