Blame Me
01-23-2006, 10:24 PM
New here and with php but with a question about headers.
Is it possible to call different hearder.tpl files for different browser types?
I am testing my directory off line prior to going live (using a great tool called MAMP to do this) and it works great with netscape, safari and firefox, but because of some css elements used in the design of the site it will look bad in IE.
So is there away for me to say have 2 headers - hearder_all_browsers.tpl and hearders_ie_only.tpl and then have a small bit of php code to determine which header is inserted to make the page viewable in the viewers browser?
I hope this makes sense.
Is it possible to call different hearder.tpl files for different browser types?
I am testing my directory off line prior to going live (using a great tool called MAMP to do this) and it works great with netscape, safari and firefox, but because of some css elements used in the design of the site it will look bad in IE.
So is there away for me to say have 2 headers - hearder_all_browsers.tpl and hearders_ie_only.tpl and then have a small bit of php code to determine which header is inserted to make the page viewable in the viewers browser?
I hope this makes sense.