Re: <ul class="subsubsection" id="domaener">
- From: "Jonathan N. Little" <lws4art@xxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 09:38:50 -0400
Luigi Donatello Asero wrote:
Hello,
How do I write ul class and id in an external style ***?
Are the forms
#domaener.subsubsection ul {
}
and
<ul class="subsubsection" id="domaener">
both accepted
or perhaps wrong?
Wrong, that points to a UL that is a *child* of element ID "domaener" and class "subsubsection".
if you want to style the UL then
#domaener.subsubsection {...} is want you want. The UL is not needed because only *one* element can be id "domaener", one would write
element.className {...}
to be more specific because you *can* have more than one element that is class="subsubsection".
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
- References:
- <ul class="subsubsection" id="domaener">
- From: Luigi Donatello Asero
- <ul class="subsubsection" id="domaener">
- Prev by Date: <ul class="subsubsection" id="domaener">
- Next by Date: Re: Transparent images!
- Previous by thread: <ul class="subsubsection" id="domaener">
- Next by thread: Re: <ul class="subsubsection" id="domaener">
- Index(es):