Thread View: comp.infosystems.www.authoring.stylesheets
4 messages
4 total messages
Started by Amye Saunders
Wed, 29 Apr 1998 00:00
Color behind text
Author: Amye Saunders
Date: Wed, 29 Apr 1998 00:00
Date: Wed, 29 Apr 1998 00:00
15 lines
255 bytes
255 bytes
My memory is shot!!! I know someone mentioned how to use CSS to apply a color behind nominated text. Can someone please jog my brain? There was also a workaround for the same due to a rendering problem in NS4. Thanks for the help in advance. Amye
Re: Color behind text
Author: Sue Jordan
Date: Tue, 28 Apr 1998 00:00
Date: Tue, 28 Apr 1998 00:00
18 lines
423 bytes
423 bytes
Amye Saunders wrote: > > I know someone mentioned how to use CSS to apply a color behind > nominated text. Can someone please jog my brain? It's the same principle demonstrated here: http://home.att.net/%7Esjacct/postit.html > There was also a workaround for the same due to a rendering problem in > NS4. Add a border, even if it's one pixel, in the same colour as your background,or even border:none. Sue Jordan
Re: Color behind text
Author: lesch@macvirus.c
Date: Wed, 29 Apr 1998 00:00
Date: Wed, 29 Apr 1998 00:00
19 lines
495 bytes
495 bytes
In article <35467E53.5E54D4E5@protel.com.au>, Amye Saunders <amye@protel.com.au> wrote: > I know someone mentioned how to use CSS to apply a color behind > nominated text. Can someone please jog my brain? .nominated {background:#ffc;color:#000} (have to declare 'color' too, if you want a 'background' color or image) > There was also a workaround for the same due to a rendering problem in > NS4. (don't use this one with images, or their positions will move around in NS) border:none
Re: Color behind text
Author: Amye Saunders
Date: Wed, 29 Apr 1998 00:00
Date: Wed, 29 Apr 1998 00:00
29 lines
533 bytes
533 bytes
Thanks to the Susans, That's exactly what I had in mind. Amye Sue Jordan wrote: > Amye Saunders wrote: > > > > I know someone mentioned how to use CSS to apply a color behind > > nominated text. Can someone please jog my brain? > > It's the same principle demonstrated here: > http://home.att.net/%7Esjacct/postit.html > > > There was also a workaround for the same due to a rendering problem in > > NS4. > > Add a border, even if it's one pixel, in the same colour as your > background,or even border:none. > > Sue Jordan
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads