|
Posted by Beauregard T. Shagnasty on 10/27/87 11:33
jspsfo@gmail.com wrote:
> I cannot seem to get my new css layout
> (http://footprints.organique.com/ij-css-only2.html) to render properly
> in Safari. It's fine in every other browser/platform I've tested but
> not in safari.
Firefox 1.0.7, Win2K.
You must have really super good eyes, jspsfo. 11px italic text is
extremely hard to read. You should stop using <em> for the complete
content. (Yeah, Slashdot is hard to read as well.)
Set: body { font-size: 100%; ... } That way we will all get our
preferred default size and we will be happy. Only adjust other parts as
necessary, such as h1 {font-size: 160%; }, h2 .. etc.
I changed:
.postBox { /* added the following */
font-size:100%;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
and added:
em { font-style: normal; }
and it was readable. By the way, this is really easy to do with the
Firefox Web Developer Toolbar, and "Edit CSS".
http://chrispederick.com/work/webdeveloper/
It seems to be stuck on the left side of my browser window.
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|