Keeping bullet points when my list items are inline

This is a discussion on "Keeping bullet points when my list items are inline" within the Web Page Design section. This forum, and the thread "Keeping bullet points when my list items are inline are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 7th, 2005, 08:10
Junior Member
Join Date: Apr 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Keeping bullet points when my list items are inline

Hi all,

Does anybody know if there is a way of keeping my bullet points when i give the {display: inline;} property to my list items? At the moment they just disappear. I have tried altering the padding to get them back but that doesn't seem to be working.

Any ideas?

Thanks!

  #2 (permalink)  
Old Apr 7th, 2005, 15:01
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
That one is pretty simple, but involves using a non repeating background image for your bullet.

Try this:-
Code: Select all
li {
  display: inline;
  padding-left: 12px;
  background: url(bullet.gif) no-repeat;
  }
Just make an image to represent your bullet. depending on the size of your bullet, you may want to alter the left padding.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Closed Thread

Tags
keeping, bullet, points, list, items, inline

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
First website - hit a snag with bullet points Angreal Web Page Design 6 May 18th, 2008 14:49
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08
<li> problem :: How to make appear list-style-image while choosing display:inline sayamish Web Page Design 2 Oct 21st, 2007 05:19
Spacing between list items incorrect when span tag is used in a list item... MikeTheVike Web Page Design 5 Apr 18th, 2007 01:52
Bullet spacing difference between FF and IE EthanCote Web Page Design 9 Mar 16th, 2007 15:00


All times are GMT. The time now is 18:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43