I’m new to the forum and apologize in advance if this topic is not appropriate.
I have been able to create a nice 3 column list using method two, manipulating margins, in the very helpful tutorial by Michael Meadhra on the TechRepublic site: http://articles.techrepublic.com.com/5100-10878_11-5810687.html Here’s a link to my page: http://store.baytonemusic.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=BTM&Category_Code=SHMDLD The inline CSS for the ul will appear in the source code.
In the interest of full disclosure, I use CSS extensively but do not pretend to be a guru. The problem I am having is that the li style specified is messing up the list utilized by the Spry code in my main title banner/nav bar. You’ll see that in the Home, Store, and Contact buttons.
When I attempt to change the li style by defining a class such as
ul.list3column li {
with ul class=”list3column”
or
.list3column li {
with li class=”list3column licol-1″ etc,
… everything collapses into a single column. I’m wondering there’s something I’m missing or does this technique rely upon an unclassified li style for some reason.
Any input appreciated. Thanks.