proggR Posted September 10, 2011 Share Posted September 10, 2011 I'm working on a website for my sister. She has a font and wants a stroke around the text. the -webkit-text-stroke property works wonderfully but obviously not in any non-webkit browsers. I have a text-shadow for the others but it doesn't look anywhere near as good and in webkit browsers it adds the shadow outside of the stroke which makes it too thick. I was wondering if anyone knows of a text-stroke hack that I could use so I don't resort to using pngs :\ Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/246848-faking-text-stroke-in-non-webkit-browsers/ Share on other sites More sharing options...
Frank P Posted September 11, 2011 Share Posted September 11, 2011 I haven't tried it yet, but this may be what you're looking for: http://blog.mapmyglobe.com/css-text-stroke/. It is Javascript-based. Link to comment https://forums.phpfreaks.com/topic/246848-faking-text-stroke-in-non-webkit-browsers/#findComment-1268157 Share on other sites More sharing options...
Stiver112 Posted September 21, 2011 Share Posted September 21, 2011 I think your only way out is to wait for CSS3 and HTML 5 support in all browsers or just consider using another type of text...otherwise i think this is a dead end project ;-) Link to comment https://forums.phpfreaks.com/topic/246848-faking-text-stroke-in-non-webkit-browsers/#findComment-1271372 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.