| | I have a little handbook for CSS by O'reilly and can't seem to find in it how to remove the bullets from an <li> that is inside a <ul>. Any help? |
|
|
CODE CSS CODE #navcontainer ul { list-style-type: none; } HTML CODE <div id="navcontainer"> <ul> <li><a href="#">Milk</a> <ul> <li><a href="#">Goat</a></li> <li><a href="#">Cow</a></li> </ul> </li> <li><a href="#">Eggs</a> <ul> <li><a href="#">Free-range</a></li> <li><a href="#">Other</a></li> </ul> </li> <li><a href="#">Cheese</a> <ul> <li><a href="#">Smelly</a></li> <li><a href="#">Extra smelly</a></li> </ul> </li> </ul> </div> it surprised me when i googled it and it came up. but that should help you out.
Yep. The key is the keyword "none" in list-style-type. This is also how CSS rollover menus are created.
Thanks that did do the trick,
QUOTE This is also how CSS rollover menus are created. I was aware of this already but I am wondering if you have a particular site in mind that would show how?
I have a site under development where you can see this applied.
http://www.cucea.udg.mx/pmic/ If you have firefox and the webdeveloper tools extension installed, it will be easier and faster to locate the css, which is attached to the documents by a style which @imports the main style. _Im currently working (hehe not true but planning to work in) the other media styles. The shorthand for style is like this: list-style-type list-style-position list-style-image for example #liststyle ul {list-style: none inside url(bullet.gif)} Greetings... -10730
Recent Queries:-
Keywords : remove, bullets
Looking for remove, bullets
|
|
![]() <ul> Remove The Bullets |
| ADD REPLY / Got an Opinion! | Remove these ADs! | RAPID SEARCH! | Free Web Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute more info. to help others. Ask your Doubts & Queries to get answers, So that "Together We can help others!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|