On Fri, 16 Mar 2007, Bradley Wright wrote:

>> .form html br{--}
>
> Others have answered the original question already, but just wanted
> to add that the above CSS selector will never work unless you have
> the following HTML:
>
> <form ...>
>    <html>
>       <br>
>    </html>
> </form>

Oops, I missed that problem - but your explanation isn't quite accurate 
either. The selector ".form" does not match a <form ...>...</form> element 
but any element with class="form".

The "html" part is surely extraneous here.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
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