Hi Amit,

Ben Bishop's presentation at the sydney WSG meeting outlined that he
used a list for his footer:
http://www.nzsteel.co.nz/nz/

He also used css for the divider, instead of pipes:

#footermenu li a {
        height:1em;
        padding:0 0.75em;
        border-left:1px solid #999;
        font-weight:bold;
}
#footermenu li.first a {
        border:none;
}

in regards to your situation, i would go for a list, or two, depending
on the information.
<div id=""footer">
<ul><li>stuff</li> | <li>more stuff</li></ul>
<ul><li>stuff too</li> | <li>more stuff again</li></ul>
</div>

two lists, in the footer, that both behave in the same way. Seems
semantically sound from my viewpoint.

Best of luck!

Adam
******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to