Re: [css-d] Seeking Selector Functioning Like a Backwards Adjacent Sibling Selector

2011-08-18 Thread Philip TAYLOR (Webmaster, Ret'd)
Jukka K. Korpela wrote: > 18.8.2011 8:40, Rick Gordon wrote: >> I'm just wondering how I might approach addressing a tag that appears just >> before another tag, lick the tag that would immediately precede an . >> The adjacent sibling selector p > h1 would give me access to the attributes >

Re: [css-d] Seeking Selector Functioning Like a Backwards Adjacent Sibling Selector

2011-08-18 Thread Jukka K. Korpela
18.8.2011 8:40, Rick Gordon wrote: I'm just wondering how I might approach addressing a tag > that appears just before another tag In CSS, you cannot, except in the trivial sense that you can manually add class attributes to such tags and then use a class selector. Even in the CSS 3 Selecto

Re: [css-d] Text width jumping in accordion

2011-08-18 Thread Ian Piper
Thanks for the quick reply Al. Sadly the fix that you suggested doesn't seem to work, and neither do the other similar suggestions that your pointer led me towards. I will try some other accordion products to see whether they cope any better. Ian. -- Dr Ian Piper Author of "Learn Xcode Tools