Question : CSS: Relative positioning and IE7

I am using relative positioning for the header of http://pnwprop.u59.ssllcweb.com/index.cfm

It is displaying correctly in Firefox and Chrome, naturally IE is wreaking havoc. Haven't used relative position extensively so any help on getting this worked out greatly appreciated.

thanks

Answer : CSS: Relative positioning and IE7

First of all add to header:

1. text-align: left (the default is text-align: center set on the body
2. Give it a higher z-index value (eg 5)

Issue should be ok now:

Good luck

MD
Random Solutions  
 
programming4us programming4us