Topic: New to CSS - ?cross-browser compatibility? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 05-08-2003 19:56
I want to re-design my site in CSS (first time for everything!). I have a general idea of how to do this much and make the CSS cross-browser compatible (as much as it can be) using Dreamweaver. I'm curious about browsers that don't support CSS and text based browsers. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-08-2003 21:25
You don't need to design two different versions. Only use the css version. The content is also available in browsers that don't support css. |
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 05-09-2003 18:11
Well that's what I was thinking. I just wanted someone elses opinion, 'preesh! |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-09-2003 19:35
The best advice that I can give you when it comes to making a CSS-based page is to write the content without concerning yourself about what it will look like. If the content will come later, then write a few paragraphs of temporary nonsense text to fill in, but the point is to consider the underlying *structure* of the page (not the visual structure; the structure of the content) before considering the visual appearance. This is a very difficult concept to get used to (especially for those used to table-based layouts), and I'm still working on it myself, but it's very important to think this way. |
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 05-12-2003 15:13
Being a visual person, that's gonna take some work! But it does make sense... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-12-2003 19:23
Yup. It's likely that, to get the CSS working, you'll need to *tweak* the markup, but the goal is to retain the structure. |
Maniac (V) Inmate From: Seoul, Korea |
posted 05-13-2003 07:05
Slime is right about structure, and the importance of thinking of your page in terms of structure. It is like building a house--if you focus on the appearance of the house, you may end up with a fine-looking building. You may also end up with a mess on the inside because, for example, you didn't allow sufficient space for the corridor running the length of the house, or you forgot to include the bathroom. This metaphor should show that a) structure is very important and b) structure flows from function. So, in order to think in terms of structure, you first need to think of what your page does, and how each element on the page contributes to the page as a whole in terms of function. Once you know exactly what you want to do, the structure will become more evident. |
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 05-13-2003 15:54
Quite alright Suho... I appreciate your remarks. I will definitely have a go at that website. I took the tutorials at W3schools and have a much better grasp on HTML and on CSS than I did a few weeks ago. |
Maniac (V) Inmate From: under the bed |
posted 05-13-2003 18:15 |
Paranoid (IV) Inmate From: Greensboro, NC USA |
posted 05-14-2003 22:56
Yeah, that's what I'm thinking. Especially when this whole thing started because Ann told me she wanted to change the colors, and thought I could do that in a couple of key strokes. It's what I get for not starting in CSS in the first place! I've learned my lesson... |