Dave,

On Apr 23, 2007, at 2:47 AM, Dave M G wrote:

> CSS-d,
>
> I have a <div>, <ul>, and <span> tags set up like this:
>
> <div id="test">
> <span>I don't want this seen</span>
> <ul>
> <li>a list thing</li>
> </ul>
> </div>
>
> My CSS declares:
> #test span {
> display: none
> }
>
> What I want is for the <ul> list to show, but not the text inside the
> <span> tags.
>
> But instead what happens is that everything inside the <div> does not
> display.
>
> Shouldn't the CSS apply to within the <span> tag, and leave the <ul>
> tag, which comes after the closing </span>, alone?

Yes.  I'm betting something else is wrong.  Can you give us a url so  
we can help debug?

Roger,
-- 
Roger Roelofs
[EMAIL PROTECTED]



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to