[thelist] Compatibility (was: CSS Problem)

Kennedy, Scott Scott_Kennedy at compuware.com
Mon Apr 3 15:40:56 2000


The problem with this method of dodging the H problem is that you completely
sidestep the essential idea of a Header being defined.  until XML comes into
its own, as designers we should be doing our best (IMO) to tag data as best
we can.  That seems to be the real reason behind using stylesheets in the
first place, separating the style from the content tags.  I know there are
huge problems with CSS and H tags, but if you make headers without defining
them as headers, you make things more difficult for browsers for the blind. 
---
Scott Kennedy
Web Developer - Corporate IS
Compuware Corporation
AIM - atdtxav

|-----Original Message-----
|From: benjamin deboute [mailto:deboute@nerdsoul.com]
|Sent: Monday, April 03, 2000 8:57 AM
|To: thelist@lists.evolt.org
|Subject: RE: [thelist] CSS Problem
|
|
|schaz wrote
|>I've got a bit of a problem with a css (linked).
|>
|>The spacings look fine in IE and don't quite work in NN.
|
|well, i do think that it's a netscape thing... : (
|headings are very obstrusive tags when it comes to spacing.
|Why don't you use a style class with its attributes equal to the Hx ?
|
|i.e. :
|<font class="head3">this is a tweaked H2</font> <br />
|within your class, you can add the line-height that you need.
|
|<style>
|.head3 {
|line-height : xx pts;
|font-size : xx pts;
|}
|</style>
|
|The problem will of course be with non-css browsers...
|deboute benjamin | webdesign/webapps/ergonomie/info 
|architecture | GMT + 1
|blitz|blog, memes for free	:: http://blog.nerdsoul.com
|personal blog			:: 
|http://www.nerdsoul.com/blog/nerd_in_suit
|
|
|
|---------------------------------------
|For unsubscribe and other options, including
|the Tip Harvester and archive of TheList go to:
|http://lists.evolt.org Workers of the Web, evolt ! 
|