Domain name: beyondthemind.net
This site is displayed perfectly in IE.
An example of the Firefox page display problem (see bottom of page): http://www.beyondthemind.net/time.html
All the bottom horizontal lines/shapes and "Back to Top" links are repositioned within the text. Problem occurs on all the pages, there are also some obvious formatting probs in other pages.
Got on to Firefox Web Development support who stated the problem thus:
"...matching line-heights in Firefox 2 and IE6..."
"Because the lines and paragraphs of text in the main area are spaced
just a little further apart in Firefox, the main text overflows the fixed
position elements like the footer."
Their suggested solution is for the following style rule to be inserted:
"Code:
<stype type="text/css">
* {line-height:1.17em}
</style>
placed in the header (between the <head> and </head> tags)."
The question is: How do I insert this code, through the HTML box?
Please advise.
This site is displayed perfectly in IE.
An example of the Firefox page display problem (see bottom of page): http://www.beyondthemind.net/time.html
All the bottom horizontal lines/shapes and "Back to Top" links are repositioned within the text. Problem occurs on all the pages, there are also some obvious formatting probs in other pages.
Got on to Firefox Web Development support who stated the problem thus:
"...matching line-heights in Firefox 2 and IE6..."
"Because the lines and paragraphs of text in the main area are spaced
just a little further apart in Firefox, the main text overflows the fixed
position elements like the footer."
Their suggested solution is for the following style rule to be inserted:
"Code:
<stype type="text/css">
* {line-height:1.17em}
</style>
placed in the header (between the <head> and </head> tags)."
The question is: How do I insert this code, through the HTML box?
Please advise.
Comment