Apr 19, 2005 #1 NickMalloy Programmer Joined Apr 15, 2005 Messages 68 Location US I am building a site that doesn't use tables. What is the best way to create a menu without tables that runs across the top of the page?
I am building a site that doesn't use tables. What is the best way to create a menu without tables that runs across the top of the page?
Apr 19, 2005 #2 cLFlaVA Programmer Joined Jun 14, 2004 Messages 6,450 Location US Using the <ul> element. http://www.alistapart.com/articles/taminglists/ *cLFlaVA ---------------------------- [tt]a frickin' twelve-gauge, what do you think?[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
Using the <ul> element. http://www.alistapart.com/articles/taminglists/ *cLFlaVA ---------------------------- [tt]a frickin' twelve-gauge, what do you think?[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]
Apr 19, 2005 Thread starter #3 NickMalloy Programmer Joined Apr 15, 2005 Messages 68 Location US thanks Upvote 0 Downvote