>>Brian M. Curran wrote:

>> Hi,
>> In my short time of CSS web page formatting I've been using  
>> unordered lists to create navigation buttons. You know: home, about,  
>> contact, and etc. Well I've been thinking. Is there anything wrong  
>> with: putting my desired <a=href ... links in a div, right aligning  
>> the text, and thus giving me something similar to a navigation bar?  
>> The reason I ask is because: 1. On a project I'm working on I'm not  
>> looking to do a nav bar, but rather a bunch of links in a row. Like  
>> how you may see at the bottom of a number of websites. 2. In my  
>> experience of working with unordered lists, they haven't been the  
>> easiest things to manipulate.



>Tim wrote:

>Hi Brian - Of course you can do what you want! However, I'd be  
>intrigued to know what effect you are having trouble with using an  
>ordered list. You will probably find that a good starting point is to  
>zero everything out with some reset CSS (e.g. 
>http://developer.yahoo.com/yui/reset/ 
>, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/). This  
>gives you a blank-ish slate to start applying your rules to.

>Have a look at Listamatic for inspiration 
>http://css.maxdesign.com.au/listamatic/

>Cheers, Tim



Tim,
That is a super resource. Thanks so much. Perhaps now I'll just stick with the 
list. 

>... I'd be  
>intrigued to know what effect you are having trouble with using an  
>ordered list.
In the past it has just seemed cumbersome to work with. Specifically it seems 
the list is in a container, so the container and the list both need to be 
formatted with css. Then items under the list need to be cleared. Maybe there 
is, but at this point I don't see the up side to using an ul. Perhaps I need to 
learn more, and then an up side will become apparent.

Sincerely,
Brian








______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to