Quote:
|
Once you position it, use the zindex to bring it to the front.
|
It's better code and more cross-browser to avoid z-index and use position: absolute and semantic ordering in your html to layer your elements.
Quote:
|
I just want the telephone and emails to stay butted up against the left hand side of the yellow box, so i probably don't wnat to use position absolute as it moves about when i move my browser window??!
|
Put both in a container div with a set position and position both absolutely - then they won't move independently.