Markxxx
07-22-2006, 11:37 PM
I would like to know how to best do this.
For my website for I set the text for <h1> to be large
<h2> for text is set to <medium>
And everything else I set to small
The issue is I have been using columns cause I like the laylout. For the columns I used CSS
The isssue is the browsers. My colums look fine in Netscape, Firefox and K-Melon. But In IE the come out with barley a pixel between colums, and Opera's a complete mess
So I redid it so it's OK in opera, changing the spacing of the colums but then I found it looks horrible in Firefox (Mozilla browsers) but OK In IE and Opera is barely OK
I change the spacing of the columns and now it's readable in all 3 type of browsers Mozillla based, IE and Opera, but I find people have all sorts of "defaults" set and just because it looks good on my copy of IE someone downloads IE and it has default text as medium, so even though my <p> is set for small it's to big because the USER increased text size without knowing it.
I am sure you are seeing my issues. I thought about just giving a pixel size of 10 or 12, but I am told IE won't automatically scale like Mozilla based Firefox. Inother words I can't make the body font size 10px and say <h2> is 120%. I'm told that will work in Firefox but not IE.
So since you guys know the secrets how can I best use CSS. Ironically I can put the columns in tables and no matter what the size is it looks fine in all three browsers cause the positioning is fine but it just extends the column lower.
I know you can't use that. All my website pages are XHTML and run thru the validator till it reads no errors.
Thanks for you help
For my website for I set the text for <h1> to be large
<h2> for text is set to <medium>
And everything else I set to small
The issue is I have been using columns cause I like the laylout. For the columns I used CSS
The isssue is the browsers. My colums look fine in Netscape, Firefox and K-Melon. But In IE the come out with barley a pixel between colums, and Opera's a complete mess
So I redid it so it's OK in opera, changing the spacing of the colums but then I found it looks horrible in Firefox (Mozilla browsers) but OK In IE and Opera is barely OK
I change the spacing of the columns and now it's readable in all 3 type of browsers Mozillla based, IE and Opera, but I find people have all sorts of "defaults" set and just because it looks good on my copy of IE someone downloads IE and it has default text as medium, so even though my <p> is set for small it's to big because the USER increased text size without knowing it.
I am sure you are seeing my issues. I thought about just giving a pixel size of 10 or 12, but I am told IE won't automatically scale like Mozilla based Firefox. Inother words I can't make the body font size 10px and say <h2> is 120%. I'm told that will work in Firefox but not IE.
So since you guys know the secrets how can I best use CSS. Ironically I can put the columns in tables and no matter what the size is it looks fine in all three browsers cause the positioning is fine but it just extends the column lower.
I know you can't use that. All my website pages are XHTML and run thru the validator till it reads no errors.
Thanks for you help