|
Well i'm still having a look, but you shouldnt use position absolute, Its bad practice.
Your also using text-align left but you want to center it.
If i was going to do the css again i would put the arrow divs inside an arrowdiv container. then center the arowdiv inside Layer 4
margin: 0 auto; //centers FF
You dont really need to support IE5 because over 80% of internet users use IE7.
|