|
Posted by dorayme on 10/01/07 04:27
In article <Xns99BBE49BB2C11isaacgrovergmailcom@216.196.97.136>,
Isaac Grover <isaac.grover@gmail.com> wrote:
> http://www.qcs-rf.com/boldts/template.html
in Safari 2, the text in the footer at the bottom:
Website design by Quality Computer Services.
is cut off, 10 to 15% of the bottom of the text missing...
First thing I do when anything like that happens in Safari 9 it
is not that forgiving!) is check the validation on both html and
css. Yours has errors.
There is no doctype, you should put one on, preferably 4.01
Strict.
You can't do
clear: top
....though I kinda understand your thinking here <g)
it is left, right or both. If unsure, use last.
There are more "poor practice" things in your code (fonts in
pixels, over specifying dimensions in pixels...) than you can
point a soldering iron at... but never mind for now... I would at
least remove
height: 50px;
from your footer css.
You really don't need to specify so much, let the sizes of the
elements take more of their cues from the natural content.
--
dorayme
[Back to original message]
|