[TYPO3-english] TS help or any extension for sitemap
Xavier Perseguers
typo3 at perseguers.ch
Fri Dec 19 11:10:49 CET 2008
Hi,
> thanks for reply
> actually I need to site map in frontend with two column design.
> I have attached a picture of my site which I want to create in Typo3.
There is no link on your screenshot thus I assume:
- all text should be a link
- light blue texts are first-level pages
- bold texts are second-level pages
- bullet-list items are third-level pages
What about more levels? Do you want to go deeper and have sub-bullet lists?
Anyway, for me WAG accessibility is a must and as such a sitemap should
always be created as a list (ordered or unordered):
<ul>
<li><a href="#">Donec sed felis ligula quisque</a>
<ul>
<li><a href="#">Lorem ipsum dolor sit amet, consectetueing
elit</a></li>
<li>...</li>
</ul>
</li>
<li><a href="#">Aed felis ligulaisqu</a>...</li>
</ul>
Then rendering it with light blue color or bold text-weight or even on
two columns is only a matter of CSS styling and (perhaps though I would
try to avoid it) JavaScript.
An accessibility principle is that your content should degrade well.
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-english
mailing list