|
gorilla -> RE: @import question (5/1/2004 8:48:02)
|
@ import is useful if you do have to cater for NN4.7x or indeed other version 4 browsers but don't want to code down to them exclusively. IOW you want more advanced browsers to take advantage of better css support but still want NN4.xx to see some styles. This is all situation dependent. Take an extreme example: I'm kind of known for suggesting that people go for css layout and code to standards but I'm doing a freeby for a FRG at the moment that needs to be coded down to NN4.78. I could do @ import but it is important that it looks identical to everybody irrespective of what they are using. This is because a lot of the people using it are going to be military personnel and their families. A further complication is that my POC is a new frontpage user (FP 2000) who is a very busy person. Even busier than I am. She has one of the toughest jobs ever, running a family, and needs to be able to update it easily NOW so ... I went originally for all css layout, it looked like hell in NN4.78 and wild horse won't get me to describe what it looked like in IE4. So I tossed the whole thing out and went for tables. Pity really, but all these things are tools, so you reach for the one that works.
|
|
|
|