RichieBoy67
02-20-2007, 02:43 PM
For my banners I have always kind of cheated I guess and I have used absolute positioning in my header template.... I have used something like this
<p style="position:absolute;top:0px;right:25px">
$bannerads
</p>
It always worked fine until recently with the latest firefox versions etc... It works fine in ie but not firefox so I have to do this properly now....
I am fairly confident in what I have to do but I am not sure. Would relative positioning be better than absolute?
I know that absloute is not the best thing for seo too...
What is the best way to place banners in the header? Please post code if you can.......
Thanks much.......
<p style="position:absolute;top:0px;right:25px">
$bannerads
</p>
It always worked fine until recently with the latest firefox versions etc... It works fine in ie but not firefox so I have to do this properly now....
I am fairly confident in what I have to do but I am not sure. Would relative positioning be better than absolute?
I know that absloute is not the best thing for seo too...
What is the best way to place banners in the header? Please post code if you can.......
Thanks much.......