Re: [WSG] {Spam?} css type glich

2005-04-05 Thread James Ellis
Hi 

It would be better if you tested and developed with
Firefox/Safari/Opera rather than to the non-compliant browsers like
IE5 mac and NS6. Netscape 6 was a dud alpha release of Mozilla code
and was pretty quickly put to sleep. I believe it was the equivalent
of Mozilla 0.9.4 - the current version is 1.7.6

Once you get the code working in the compliant browsers you can tweak
for the non-compliant ones.

Additionally, you may also find that the fonts you have specified are
causing the problem. Try a more standard font-family to start off with
like

font-family:  verdana, tahoma, helvetica, arial, sans serif;

and see if the problem disappears

HTH
James

On Apr 4, 2005 12:14 PM, Kvnmcwebn [EMAIL PROTECTED] wrote:
 hi everyone,

 
 This is happening on ie5mac and netscape 6mac, havnt tested it on the pc
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] {Spam?} css type glich

2005-04-05 Thread Philippe Wittenbergh
On 5 Apr 2005, at 10:05 pm, James Ellis wrote:
Hi
It would be better if you tested and developed with
Firefox/Safari/Opera rather than to the non-compliant browsers like
IE5 mac and NS6. Netscape 6 was a dud alpha release of Mozilla code
and was pretty quickly put to sleep. I believe it was the equivalent
of Mozilla 0.9.4 - the current version is 1.7.6
Once you get the code working in the compliant browsers you can tweak
for the non-compliant ones.
Additionally, you may also find that the fonts you have specified are
causing the problem. Try a more standard font-family to start off with
like
font-family:  verdana, tahoma, helvetica, arial, sans serif;
and see if the problem disappears
HTH
James
On Apr 4, 2005 12:14 PM, Kvnmcwebn [EMAIL PROTECTED] wrote:
hi everyone,

This is happening on ie5mac and netscape 6mac, havnt tested it on the 
pc
I was under the impression that Kvnmcwebn is using  Mac OS 9.
The best browser available on that platform is Mac IE 5.
The most recent Mozilla build is the Wacom build (Mozilla 1.3.1), you 
can get from here
http://wamcom.org/

Philippe
---/---
Philippe Wittenbergh
now live : http://emps.l-c-n.com/
code | design | web projects : http://www.l-c-n.com/
IE5 Mac bugs and oddities : http://www.l-c-n.com/IE5tests/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] {Spam?} css type glich

2005-04-04 Thread Kvnmcwebn
hi everyone,

Im having a problem with type getting croped-

The bottom few pixels of some ascenders - like on g - are being chopped off.

This is happening on ie5mac and netscape 6mac, havnt tested it on the pc
yet. I'm using these attributes for my paragraph text.

---
p { width: 245px; text-align: left; font-family: futura, avante garde,
Century Gothic, Gautami, verdana, helvetica, helve, arial, sans serif;
font-size: 10px; color: #00; line-height: 1.9em;
letter-spacing: .5px;
} 
--


has anyone ever run across this?


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**