![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been studying a great book on css and now that I've put together a few pages using it, I'm finding out that my book needed one more very important chapter. Introducing css in the real world. Obviously, there are a LOT of older browsers still out there that don't support css and some newer one's that still don't support it very well. Knowing that, I have prepared a second set of pages using table layouts for those browsers. It would have been VERY helpful to know how to detect which browsers were css intelligent or even which were not. Can anyone here please enlighten me or give me a reference to go in search of? I've been told it is not enough to be able to detect browser and version. It's been suggested that I need to test for css enabled and perhaps there's other things to be considered. Any help would be sincerely appreciated. |
#3
| |||
| |||
|
|
there are a LOT of older browsers still out there that don't support css and some newer one's that still don't support it very well. Knowing that, I have prepared a second set of pages using table layouts for those browsers. It would have been VERY helpful to know how to detect which browsers were css intelligent or even which were not. A very bad plan. |
#4
| ||||
| ||||
|
|
I've been studying a great book on css and now that I've put together a few pages using it, I'm finding out that my book needed one more very important chapter. Introducing css in the real world. Obviously, there are a LOT of older browsers still out there that don't support css |
|
and some newer one's that still don't support it very well. |
|
Knowing that, I have prepared a second set of pages using table layouts for those browsers. |
|
It would have been VERY helpful to know how to detect which browsers were css intelligent or even which were not. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
OK.. I'm sensing a uniform impression from this group, that my inexperience was leading me in the wrong direction for a solution. I have only a few browsers installed for testing and (to my current knowledge) my biggest problem is with Netscape 4 (which is also the oldest of my browser selection). I've done some research and I know that N4 does have some CSS support (if somewhat limited). I don't a version of IE prior to 6 so I suspect IE5 and earlier probably have even more problems but I have no way to see them. |
|
The CSS book that I've been studying, ends with an example of a 3 column layout which I've been trying to adapt my own pages to. This layout tests fairly well for my other browser resources but it displays as a jumbled mess with Netscape 4. |
|
At first I thought perhaps it was an error somewhere in my code (and that may still be the case) but I've downloaded the online example from the book and the other's example doesn't work with N4 either but it seems to be a different problem. The example page starts to load and gets *maybe* a third of the way down the page and then freezes with the right column nowhere in sight and the parts of the footer text displayed in the center of the window. |
#7
| |||
| |||
|
|
Obviously, there are a LOT of older browsers still out there that don't support css |
#8
| |||
| |||
|
|
as a jumbled mess with Netscape 4. |
#9
| |||
| |||
|
|
agents for which a table based layout is worse then sensible markup. |
#10
| |||
| |||
|
|
David Dorward wrote: agents for which a table based layout is worse then sensible markup. When do tables display worse than "sensible" markup? |
![]() |
| Thread Tools | |
| Display Modes | |
| |