Private_Guy
08-01-2007, 05:27 PM
Hi there,
I wanted to make buttons for my menu but I didn't want to use a lot of bandwidth so I decided to use Layouts and use the same image button over and over again! I made it in FrontPage with a great success but at the end I found out that the layout doesn't work in FireFox, the writing is all over the place in FireFox.
Here is the code:
<div id="logo" style="position:absolute; left:-1px; top:20px; width: 171px; height: 45px;">
<p align="center"><font face="Tahoma" size="2">TEST LAYOUT</font></div>
<p>
<img border="0" id="img1" src="../button22.jpg" height="30" width="150" alt=""></p>
If you apply it in IE it works, but if you apply it in Firefox it doesn't work.
Thanks in advance for your help and support.
Best Regards,
John
I wanted to make buttons for my menu but I didn't want to use a lot of bandwidth so I decided to use Layouts and use the same image button over and over again! I made it in FrontPage with a great success but at the end I found out that the layout doesn't work in FireFox, the writing is all over the place in FireFox.
Here is the code:
<div id="logo" style="position:absolute; left:-1px; top:20px; width: 171px; height: 45px;">
<p align="center"><font face="Tahoma" size="2">TEST LAYOUT</font></div>
<p>
<img border="0" id="img1" src="../button22.jpg" height="30" width="150" alt=""></p>
If you apply it in IE it works, but if you apply it in Firefox it doesn't work.
Thanks in advance for your help and support.
Best Regards,
John