by Harlan Messinger <hmessinger.removethis@[EMAIL PROTECTED]
>
May 7, 2008 at 07:03 AM
hon123456 wrote:
> Dear all,
>
> I have the following html code, now I want to arrange the <li>
> item to tabs. I download the code
> from a website which arrange the item in tabs. But I can only see <li>
> Item one by one. I want
> to arrange them like tabs. Please helop.
>
> <div id="ddtoptabs">
> <ul>
> <li style="margin-left: 1px" id="current"><a href="http://
> www.dynamicdrive.com" title="Home"><span>Home</span></a></li>
> <li><a href="http://www.dynamicdrive.com/style/"
title="New"><span>CSS
> Home</span></a></li>
> <li><a href="http://www.dynamicdrive.com/style/blog/"
> title="New"><span>Blog</span></a></li>
> <li><a href="http://tools.dynamicdrive.com"
title="Tools"><span>Tools</
> span></a></li>
> <li><a href="http://www.dynamicdrive.com/forums/"
title="DHTML
> Forums"><span>Forums</span></a></li>
> </ul>
> </div>
There isn't anything here that would make the list look like anything
other than a list. It's certain that you need the CSS that the website
is using for the styling. Or am I missing something--surely you're aware
of the role of CSS, given that one of your items is "CSS Home"?