Hi again.
I have resolved an issue with allignement of banner in Firefox but introduced a new fault with big space between head.asp and default.asp only when shown in Firefox Here you can see the code and the examples:
The front page consist of 2 pages
head.asp (banner and menu)
default.asp (content)
Its using a css page called style.asp
This is what happens
*************************************************
in style.asp i have:
#MenuBar{
position: absolute; top: 0; left: 0; height: 60;
*************************************************
*************************************************************************************************************************
in head.asp i have
<div id="MenuBar">
<table border="0" width="100%" bgcolor="<%= rsMenuStyle(1) %>" cellspacing="0" cellpadding="0" height="81">
<tr>
<td width="100%" align=center valign="top"><a href="default.asp"><img border="0" src="Files/Banner.jpg"></a></td>
</tr>
</table>
</div>
**************************************************************************************************************************
What happens in the browser?
If I open in IE it works fine
If i open in Firefox the banner is alligned to the left
I have then on another page using same system done the following change in
*******************************************************
style.asp:
#MenuBar{
//position: absolute; top: 0; left: 0; height: 60;
********************************************************
Now the page works fine in IE and Firefox when it comes to the Banner allignement
The page looks good in IE
But now i have a new fault in Firefox. The distance from the menu down to the content is to bog
There must be something i have to enter into one of the two files in order for it to show correct in Firefox
Does anyone have an idea where to look?
Kind Regards
Morten
[edited by: tedster at 2:44 am (utc) on Mar. 30, 2009]