F
Fuse - News
I've been revamping the website and have 90% of it completed and converted
over to CSS. I must say, I love CSS since I started to use it and get
familiar with it.
OK.. the question. I'm attempting to convert our bulleted list topics on the
index page over to CSS.
Here's what I have so far for the CSS for the list
..topic-list {
list-style-image:
url('http://www.atvsource.com/images/site_images/checkered_bullet.gif');
line-height: 24px;
padding: 15px 5px 15px 5px; }
This works great, but I'm wanting to get each new bullet to stay together
instead of spreading apart. Example page:
http://www.atvsource.com/ which isn't what we I'm looking for.
Look at the following topic links on the page:
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote for More Riding
Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM Recreation Site -
05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
Notice when you shrink the browser down to say 800x600 screen resolution,
the bulleted list wraps to the next line, but the wrapped text doesn't butt
up against the first line for that bullet, but spreads out evenly over the
list. Example of what it does:
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote
for More Riding Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM
Recreation Site - 05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
I'm looking to do the following instead a bulleted list with space between
each bullet so they are not cramped together.
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote
for More Riding Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM
Recreation Site - 05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
Is this possible and what CSS would I need to use?
over to CSS. I must say, I love CSS since I started to use it and get
familiar with it.
OK.. the question. I'm attempting to convert our bulleted list topics on the
index page over to CSS.
Here's what I have so far for the CSS for the list
..topic-list {
list-style-image:
url('http://www.atvsource.com/images/site_images/checkered_bullet.gif');
line-height: 24px;
padding: 15px 5px 15px 5px; }
This works great, but I'm wanting to get each new bullet to stay together
instead of spreading apart. Example page:
http://www.atvsource.com/ which isn't what we I'm looking for.
Look at the following topic links on the page:
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote for More Riding
Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM Recreation Site -
05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
Notice when you shrink the browser down to say 800x600 screen resolution,
the bulleted list wraps to the next line, but the wrapped text doesn't butt
up against the first line for that bullet, but spreads out evenly over the
list. Example of what it does:
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote
for More Riding Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM
Recreation Site - 05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
I'm looking to do the following instead a bulleted list with space between
each bullet so they are not cramped together.
* Rhino and Sway-A-Way Roll at Moab - 05/18/2004
* ATV Club from MN Needs Everyone's Help on a YES Vote
for More Riding Areas - 05/14/2004
* Trail Access Groups File Notice of Intent to Sue at BLM
Recreation Site - 05/14/2004
* American Sand Association is Having A Protest Rally - 05/14/2004
Is this possible and what CSS would I need to use?