Webb Food Services

content/design edits coding help

Posted by Taylor Bernard on July 15, 2015

hm.. looks like having a z-index in there on that blue tint is making it top level, even if only class applied to bg image and the copy plate is above it layer order. if i put z-index of copy plate at 20 and tint is at 10, it works great.
fine with that? z-index on those 2 layers to work?

Comments

Justin Bernard on July 15, 2015:

yep that should work fine

Taylor Bernard on July 15, 2015:

k.
how do you keep a running order of z-index? just try to start with the most back stuff, and just increase numbers always positive from there on so you dont accidentally overlap something and have to go back and find it?

Justin Bernard on July 15, 2015:

normally dont run into issues, unless you have something like a drop down menu in the header.  then you get overlap issues.  normally i'll try to make it section based.  like all header are within a range, body within a range, footer within a range.  normally just do like 10 based increments, unless i hit an issue, then i sort it out by adjusting. thats rare.