Hi one of the benefits of placing links like this in a list is that you can float them left, right or none. When you turn styles off, or apply a small screen style sheet the floats get negated and the list aligns vertically.
Yes, the list is semantically correct because you are producing a list of links. HTH James On Sat, 5 Feb 2005 04:25:50 -0600 (CST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Good morning mates, > > I have a navigation bar with four links that uses a style sheet to control > it's placement and presentation at the top of my site, but I did not place > them in a Unordered List because the links naturally align themselves > horizontally. > > Therefore, I thought I'd ask if this is considered semantically correct? > I've eliminated unnecessary markup, and used a style sheet to control the > menu's presentation. The id controls the placement, and the class styles > the links: > > <div id="container"> > <a href="/index.htm" class="topnavbar" title="Home">Home</a> > <img src="/Images/markers/bullet.gif" width="8" height="8" alt="" /> > <a href="/press-room/press-room.htm" class="topnavbar" title="Press > Room">Press Room</a> > <img src="/Images/markers/bullet.gif" width="8" height="8" alt="" /> > <a href="/sitemap.htm" class="topnavbar" title="Site Map">Site Map</a> > <img src="/Images/markers/bullet.gif" width="8" height="8" alt="" /> > <a href="/contact.htm" class="topnavbar" title="Contact Us">Contact Us</a> > </div> > > Respectfully, > Mario S. Cisneros > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
