dennybot
02-19-2006, 09:48 PM
I've played with several ideas, but I'm wondering what I'm missing.
I'm looking for the best way to create the horzontal bulleted list you see on the page below. Ideally it would be ALL CSS, but I was having trouble with the top part of the strip frame.
I'd be happy with just some tips on getting the bullets to draw as a style, and of course line up with the text.
All help is most appreciated!
Here's the page:
http://www.dennyslounge.com/test/list_test.html
Here's what I'm using so far:
On page:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="427">
<tr><td><img src="img/video/video_strip_top.gif" border="0" /></td></tr>
<tr>
<td class="videoStrip" height="13">
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a>
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a>
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a></td>
</tr>
<tr><td><img src="img/video/video_strip_bottom.gif" border="0" /></td></tr>
</table>
CSS:
.videoStrip {
text-align: center;
vertical-align: top;
line-height:13px;
background-image: url('/img/video/video_strip_stretch.gif');
}
I'm looking for the best way to create the horzontal bulleted list you see on the page below. Ideally it would be ALL CSS, but I was having trouble with the top part of the strip frame.
I'd be happy with just some tips on getting the bullets to draw as a style, and of course line up with the text.
All help is most appreciated!
Here's the page:
http://www.dennyslounge.com/test/list_test.html
Here's what I'm using so far:
On page:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="427">
<tr><td><img src="img/video/video_strip_top.gif" border="0" /></td></tr>
<tr>
<td class="videoStrip" height="13">
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a>
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a>
<img src="img/video/bullet.gif" border="0" /><a href="#" style="padding-right:7px">Nin-A-Go-Go</a></td>
</tr>
<tr><td><img src="img/video/video_strip_bottom.gif" border="0" /></td></tr>
</table>
CSS:
.videoStrip {
text-align: center;
vertical-align: top;
line-height:13px;
background-image: url('/img/video/video_strip_stretch.gif');
}