- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Tue, 06 Sep 2005 00:54:44 +0100
- To: www-style@w3.org
Boris Zbarsky wrote:
> Assuming the sections are enclosed in <section> tags (since you didn't
> say anything about what your markup is), like so in CSS2.1:
>
> section { border-bottom-style: solid; border-bottom-width: 2px }
> section + section { border-bottom: none; }
>
> Or in CSS3 you can be more explicit:
>
> section { border-bottom-style: solid; border-bottom-width: 2px;
> border-bottom-color: initial }
> section + section { border-bottom: none; }
I'm aware of how to do borders, but how to force the document itself to
use the system's default background/foreground colours? Or am I really
missing something fundamental here?
--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
Received on Monday, 5 September 2005 23:55:32 UTC