This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > September 2004 > css- can you change the distance of an inside bullet from the text?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author css- can you change the distance of an inside bullet from the text?
Misha

2004-09-16, 4:13 pm

Can you change the distance of a bullet from the text with an inside bullet?
Durwood Edwards

2004-09-17, 12:36 am

try this exercise:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bullet Test</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style TYPE="text/css">
<!--
..marginONLY {
margin-left: 1.5em;
}
..marginPadding {
margin-left: 1.5em;
padding-left: 1.5em;

}
..reducedMargin{
margin-left: -1em;
}
-->
</style>
</head>

<body>
<p>Bullet Spacing Test</p>
<ul>
<li>No margin-No padding 1 </li>
<li>No margin-No padding 2 </li>
<li>No margin-No padding 3</li>
<li>No margin-No padding 4 </li>
</ul>

<ul>
<li CLASS="marginONLY">Wide margin-No padding 1 </li>
<li CLASS="marginONLY">Wide margin-No padding 2 </li>
<li CLASS="marginONLY">Wide margin-No padding 3</li>
<li CLASS="marginONLY">Wide margin-No padding 4 </li>
</ul>
<ul>
<li CLASS="reducedMargin">Reduced Margin 1 </li>
<li CLASS="reducedMargin">Reduced Margin 2 </li>
<li CLASS="reducedMargin">Reduced Margin 3</li>
<li CLASS="reducedMargin">Reduced Margin 4 </li>
</ul>

<ul>
<li CLASS="marginPadding">Wide margin-Wide padding 1 </li>
<li CLASS="marginPadding">Wide margin-Wide padding 2 </li>
<li CLASS="marginPadding">Wide margin-Wide padding 3</li>
<li CLASS="marginPadding">Wide margin-Wide padding 4 </li>
</ul>
</body>
</html>

Durwood
"Misha" <no@no.com> wrote in message
news:cicnnp$qnt$1@forums.macromedia.com...
> Can you change the distance of a bullet from the text with an inside

bullet?


Durwood Edwards

2004-09-17, 12:37 am

It's not much it, actually. It was an exercise to see how different factors
affect the list bullets.

"lexbuerger" <webforumsuser@macromedia.com> wrote in message
news:cicra8$186$1@forums.macromedia.com...
> All that to move a bullet 10 pixels?



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews