First off your question makes no sense and you need to re-phrase that shit so normal people can understand it, what are you trying to do here, display your category items in a horizontal manner instead of a vertical one?
If so then look through your index.php and page.php files for your category tag
Code:
<?php the_category(',') ?>
its slightly different with each template your using and change the elements around it to fit your situation, for instance to make them display as
CAT1, CAT2, CAT3
Then do something like this:
HTML:
<div class="menu">
<ul>
<li>
<?php list_cats('name') ?>
</li>
</ul>
</div>
Now your CATS are listed horizontally instead of vertically.
EDIT: This is not a requirement just a suggestion but if anyone needs to know anything about wordpress then you can leave your questions in my thread "
Complete Guide To Wordpress & Blogging"