toplisek
11-06-2009, 07:29 AM
How to define font for all particular UL and its links as it seems there can be sourunded DIV element but it will not work font size and even add to UL will not work. Just LI with defined fonts will work as they have also links.
If I define ID within div it will not work font within UL as it has LI and sometimes links.
Is possible to avoid this and put simple one time font.
See sample UL:
<div>
<ul>
<li><a href="...">Home</a></li>
<li><a href="...">Services</a></li>
<li><a href="...">Blog</a></li>
<li><a href="...">Forum</a></li>
<li><a href="...">About Us</a></li>
</ul>
</div>
It will not work font size BUT only defined for LI a not all content within UL (links or not links).
If I define ID within div it will not work font within UL as it has LI and sometimes links.
Is possible to avoid this and put simple one time font.
See sample UL:
<div>
<ul>
<li><a href="...">Home</a></li>
<li><a href="...">Services</a></li>
<li><a href="...">Blog</a></li>
<li><a href="...">Forum</a></li>
<li><a href="...">About Us</a></li>
</ul>
</div>
It will not work font size BUT only defined for LI a not all content within UL (links or not links).