Sent by John Lewis on 28 August 2003 23:11
Gail wrote on Wednesday, August 27, 2003 at 1:49:42 PM:
> In searching the subject lines in this group I find the messages
> exchanged between John Lewis and Joe Clark. This seems to answer a
> question I have, but I'm wondering if I really need so MANY
> instructions to do what I want to do, e.g.,
> p.dialogue,
> blockquote>p.dialogue,
> blockquote>p+p.dialogue
> {text-indent:-35px;padding-left:50px}
> What I have is a list of links to text on a page. Some items on the
> list are subordinate to others, e.g., Arrival & Dismissal Policy has
> subordinate links: traffic and parking, going home w/ a friend, and
> parking.
The big question is what elements your links are in. The fancy stuff
above (before the curly braces) are the selectors. Depending on what
elements you want to match, it will be simple or complex (or even
impossible!) to express in CSS.
What you want to do should be easy if you use proper lists:
<ul>
<li><a>blah</a></li>
<li><a>blah</a></li>
<li><a>blah</a>
<ul>
<li><a>sub-blah</a></li>
</ul>
</li>
<ul>
But I can't really help you without an example page or code snippet,
other than suggesting random things that may or may not help.
What Joe wanted to do was very complex, relative to what most people
use CSS for. And I'm not sure that what I sent him was what he was
looking for.
--
John Lewis from lovely Minnesota: <http://www.state.mn.us/>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/