Click here to Skip to main content
16,011,120 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Resizing TextArea Pin
leppie5-Oct-02 8:43
leppie5-Oct-02 8:43 
GeneralRe: Resizing TextArea Pin
Roger Wright5-Oct-02 10:32
professionalRoger Wright5-Oct-02 10:32 
GeneralRe: Resizing TextArea Pin
Paul Riley5-Oct-02 5:40
Paul Riley5-Oct-02 5:40 
GeneralRe: Resizing TextArea Pin
Paul Watson5-Oct-02 12:24
sitebuilderPaul Watson5-Oct-02 12:24 
GeneralRe: Resizing TextArea Pin
leppie5-Oct-02 13:06
leppie5-Oct-02 13:06 
GeneralRe: Resizing TextArea Pin
Roger Wright5-Oct-02 16:38
professionalRoger Wright5-Oct-02 16:38 
GeneralRe: Resizing TextArea Pin
Paul Riley6-Oct-02 0:53
Paul Riley6-Oct-02 0:53 
GeneralRe: Resizing TextArea Pin
Paul Watson6-Oct-02 21:04
sitebuilderPaul Watson6-Oct-02 21:04 
Roger Wright wrote:
I was under the impression that CSS has serious limitations with uniform behavior over a variety of browsers, so I've been sticking to what I can do with the basics. Is that not the case anymore?

Yes and no.

This is tough to explain without you spending a good amount of time learning CSS.

Ok, if you HAVE to "support" Netscape 4.x then CSS is going to give you a lot of trouble. N4 does not have enough CSS support and also does CSS wrong i.e. it implemented the standard incorrectly.

If you have to support IE4 then you will still need to use TABLEs for layout but at least you can use a good deal of CSS formatting which is better than not using it.

If you need to support IE5.x then things are looking up. There are a few issues but they can be worked around.

If you need to only support IE6 and Netscape 6 then you are two steps away from heaven. They do a great job of supporting CSS.

Considering that Netscape 4.x has a miniscule portion of the market and so does IE4 you really can be using CSS right now. Obviously there are different levels in CSS, mainly two: Formatting and layout/positioning. Formatting is fine and IE4 and up supports it well enough. Layout though is only really doable in IE5 and up (including Netscape 6, Mozilla 1.0, Opera 6.0 etc.)


But all of this is a mute point. We should not be coding towards specific browsers. We should be implementing the standards and ensuring that what we do code is accesible to every agent and device (from PC to cell phone to PDA to text readers for the blind.) So what if it is a few pixels out on one browser, so long as the visitor can a: navigate, b: read your content and c: buy your goods then we are doing the right thing. The web is about access to information to all. Actually using TABLE layouts, FONT tags etc. is counter to this prime directive.

Bottom line for me is: CSS makes maintaining and changing a site an absolute bliss. You just change one central file to re-layout and re-format your site. Try that with the old way Smile | :)

Anyway from all the CSS talk lately I think an article is in need. But before that read AListApart.com for some damned good info on real world CSS, HTML etc.

Paul Watson
Bluegrass
Cape Town, South Africa

GeneralRe: Resizing TextArea Pin
Roger Wright7-Oct-02 3:29
professionalRoger Wright7-Oct-02 3:29 
GeneralNeed a suggestion! Pin
leppie5-Oct-02 2:15
leppie5-Oct-02 2:15 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 4:50
Paul Riley5-Oct-02 4:50 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 6:53
leppie5-Oct-02 6:53 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 7:21
Paul Riley5-Oct-02 7:21 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 8:03
leppie5-Oct-02 8:03 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 8:11
Paul Riley5-Oct-02 8:11 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 10:25
leppie5-Oct-02 10:25 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 10:33
Paul Riley5-Oct-02 10:33 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 11:06
leppie5-Oct-02 11:06 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 11:17
Paul Riley5-Oct-02 11:17 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 11:43
leppie5-Oct-02 11:43 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 11:57
Paul Riley5-Oct-02 11:57 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 12:16
leppie5-Oct-02 12:16 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 12:27
Paul Riley5-Oct-02 12:27 
GeneralRe: Need a suggestion! Pin
leppie5-Oct-02 12:48
leppie5-Oct-02 12:48 
GeneralRe: Need a suggestion! Pin
Paul Riley5-Oct-02 13:00
Paul Riley5-Oct-02 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.