![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I made the following page using CSS (a lot of new CSS that I'd never used before): http://www-rcf.usc.edu/~mfarrell/ |
#3
| |||
| |||
|
#4
| |||
| |||
|
| http://css-discuss.incutio.com/?page=UsingPoints font-size: small; |
#5
| |||
| |||
|
|
Neal wrote: font-size: small; That page does not suggest using that code. |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
The page goes into a discussion of why point sizing is inappropriate. Yet it serves an inappropriate font-size. |
#8
| |||
| |||
|
|
The page goes into a discussion of why point sizing is inappropriate. Yet it serves an inappropriate font-size. |
#9
| |||
| |||
|
|
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 . . . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |