473,394 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

CSS-authored page shows up differently in Mozilla

Hi there,
I made the following page using CSS (a lot of new CSS that I'd never
used before):
http://www-rcf.usc.edu/~mfarrell/

It shows up fine in IE, but in Mozilla the height of the "main" div
doesn't stretch to fit the content. So my CSS must be wrong somehow,
as I suspect Mozilla respects CSS standards more.

The style sheet is here:
http://www-rcf.usc.edu/~mfarrell/kotd-style.css

If anyone knows what I messed up, please let me know. Thanks!
Jul 20 '05 #1
8 1544
irte wrote:
I made the following page using CSS (a lot of new CSS that I'd never
used before):
http://www-rcf.usc.edu/~mfarrell/


http://diveintomark.org/archives/200..._wont_help_you
http://validator.w3.org/check?verbos...u/%7Emfarrell/
http://jigsaw.w3.org/css-validator/v...u/%7Emfarrell/
http://css-discuss.incutio.com/?page=UsingPoints

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #2
On Thu, 26 Aug 2004 17:28:04 +0100, David Dorward <do*****@yahoo.com>
wrote:
http://css-discuss.incutio.com/?page=UsingPoints


font-size: small;

Why? What's wrong with my preferred size? Why do they see a need to shrink
the text so small I have to resize??

Sorry, but a site which purports to advocate good practice which then
breaks good practice is a less than optimal resource.
Jul 20 '05 #3
Neal wrote:
http://css-discuss.incutio.com/?page=UsingPoints
font-size: small;


That page does not suggest using that code. If you provide a URL to a page
that does, I might be able to come up with a reasonable response.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #4
On Thu, 26 Aug 2004 18:10:57 +0100, David Dorward <do*****@yahoo.com>
wrote:
Neal wrote:

font-size: small;


That page does not suggest using that code.


The page goes into a discussion of why point sizing is inappropriate. Yet
it serves an inappropriate font-size.

On http://css-discuss.incutio.com/?page=UsingKeywords they state:

"In modern browsers rendering in Standards Mode, body {font-size: medium;}
produces text equal in size to the browser default, whatever size that may
be, and equal in size to that from body {font-size: 100%;} and body
{font-size: 1em;}."

So why serve general text at smaller than the default, which for some
users is smaller than they want to read, and for others is not a usability
issue anyhow?

If the local law enforcement is commiting crime, it certainly undermines
their right to arrest me for mine. Similarly, a page claiming to advocate
good practice should not be employing techniques which clearly are not.
Jul 20 '05 #5
Neal wrote:
The page goes into a discussion of why point sizing is inappropriate. Yet
it serves an inappropriate font-size.


Oooooh, the style sheet for that site.

Well, the site is a wiki, so the author(s) of the content and the author(s)
of the stylesheet are very probably not the same people.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #6
On Thu, 26 Aug 2004 09:08:19 -0700, irte wrote:
Hi there,
I made the following page using CSS (a lot of new CSS that I'd never used
before):
http://www-rcf.usc.edu/~mfarrell/

It shows up fine in IE, but in Mozilla the height of the "main" div
doesn't stretch to fit the content. So my CSS must be wrong somehow, as I
suspect Mozilla respects CSS standards more.

The style sheet is here:
http://www-rcf.usc.edu/~mfarrell/kotd-style.css


Lots of issues here . . . .

1. Font size is too small for me to comfortably read it, and the page
doesn't respond to font size changes in the browser.

2. Your navigation styling makes it very difficult to tell what's a link
and what's not a link.

3. You've embedded styles in the actual page. I was under the (probably
mistaken) impression that XHTML strict would be devoid of styling. All
styling should go in style sheets.

4. Finally, to address your original question, please see the following
link: http://www.alistapart.com/

Search on columns and faux columns to get an idea about designing
multi-column layouts with CSS that degrade gracefully using different
browsers and resolutions.

HTH

/mde/
just my two cents . . . .

Jul 20 '05 #7
Neal wrote:
The page goes into a discussion of why point sizing is inappropriate. Yet
it serves an inappropriate font-size.


Oooooh, the style sheet for that site.

Well, the site is a wiki, so the author(s) of the content and the author(s)
of the stylesheet are very probably not the same people.

Also, while I agree that the body text should not be set to anything other
then the user's preference, this is a matter of some debate with a great
many people falling on the side of the fence marked "Users are idiots and
expect us to set font sizes smaller then Microsoft pick for them".

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #8
hi, this is "irte"
thanks for the responses!
i'll read up on alistpart. -pamela

Mark Eggers <md******@earthlink.net> wrote in message news:<pa****************************@earthlink.net >...
On Thu, 26 Aug 2004 09:08:19 -0700, irte wrote:
Hi there,
I made the following page using CSS (a lot of new CSS that I'd never used
before):
http://www-rcf.usc.edu/~mfarrell/

It shows up fine in IE, but in Mozilla the height of the "main" div
doesn't stretch to fit the content. So my CSS must be wrong somehow, as I
suspect Mozilla respects CSS standards more.

The style sheet is here:
http://www-rcf.usc.edu/~mfarrell/kotd-style.css


Lots of issues here . . . .

1. Font size is too small for me to comfortably read it, and the page
doesn't respond to font size changes in the browser.

2. Your navigation styling makes it very difficult to tell what's a link
and what's not a link.

3. You've embedded styles in the actual page. I was under the (probably
mistaken) impression that XHTML strict would be devoid of styling. All
styling should go in style sheets.

4. Finally, to address your original question, please see the following
link: http://www.alistapart.com/

Search on columns and faux columns to get an idea about designing
multi-column layouts with CSS that degrade gracefully using different
browsers and resolutions.

HTH

/mde/
just my two cents . . . .

Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Bob Bedford | last post by:
Sorry to ask here, but can't find any CSS NG with more than 10 threads. On my site they are various article to sell from various companies. The companies update the database directly on my...
14
by: Richard Speiss | last post by:
I am trying to display a random background image for a webpage. I found this code to do it <% 'Defines the number of background images you have Const NUMBER_OF_IMAGES = 2 'Initiates the...
5
by: andy johnson | last post by:
Hi All, I called an external stylesheet main.css, created the html files and checked them locally OK. I uploaded everything to the server. When I checked it, the connection kept crashing. I...
59
by: Mason A. Clark | last post by:
Is there information content in this observation? use html tables for layout: http://www.microsoft.com and http://www.netscape.com uses styles: http://www.opera.com
1
by: Jocab | last post by:
Just had a look at the Wired.com site and it seems it's completely in XHTML and CSS. I don't understand this snippet of code on their homepage, though: <link rel="stylesheet" type="text/css"...
3
by: Lian Liming | last post by:
Hi, The language in my web site may be Simplified Chinese or English. I want to define different styles for each language. For each language, the http header is different. <meta name="language"...
36
by: Peter Brause | last post by:
Hello, my stylesheet shows different colors for visited, active and hovered links. It works fine in IE 6, but in Opera 7 the color for the active link (red background) is never shown. How to...
20
by: Tammy | last post by:
What would be a good alternative to using frames? I need something that will section my webpage into two halves and can change both frames on a single click. Thanks in Advance, Tammy
1
by: fpimentel | last post by:
I have the following CSS: h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; margin:0; padding:0; }
1
by: matz2k | last post by:
I've got a big problem with the CSS layout which I've produced with Photoshop/Dreamweaver especially for my ebay auctions. This is what it looks like...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.