21285 Posts in 5732 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 757 Views |
-
Using a ChildrenOf call causes the css to combust

31 March 2009 at 5:07am
Hi there,
I'm using 2 templates for a site im working on - Homepage, and Page, each of these templates has its own layout.css.I'm using the ChildrenOf function, to display a menu on the hompage, with a list of pages from another part of the site;
this is working well, with one small issue - the pages are being listed on the menu, however, the default list style 'dot' is being added before each page link.
list-style:none; is not getting rid of the default listing scheme, im wondering if anyone has any solutions for this?
Thanks in advance
Breandan
-
Re: Using a ChildrenOf call causes the css to combust

1 April 2009 at 4:55pm
Could you post your css. Make sure you are doing the list-style: none; on the li object (and not the ul object as some people do). Make sure your css file is being loaded on the site and also make sure your css rule isnt getting overridden
-
Re: Using a ChildrenOf call causes the css to combust

2 April 2009 at 7:23pm Last edited: 2 April 2009 7:24pm
AFAIK it's list-style-type:none you should use
-
Re: Using a ChildrenOf call causes the css to combust

3 April 2009 at 12:19am
Hi Guys,
Thanks for getting back to me on such a trivial issue - list-style-type:none, did the trick, I'm off to buy a book on css:)
Breandan
| 757 Views | ||
|
Page:
1
|
Go to Top |



