mlg5454
10-19-2007, 08:52 PM
k. a challenge.
http://www.minusthemasses.com/jpgs/div.jpg
how should i go about those circles at the bottom being nav buttons?
i originally was going to this:
<ul id="circlelist">
<li class="circles">myspace</li>
<li class="circles">library</li>
(etc)
</ul>
then for css
#circlelist (positioning stuff, display inline maybe?)
li.circles {
background image of the circles
}
but the problem, although that would have been clever, is that the link couldn't be the list item, it would have to be the text inside, but i want the entire circle to be the link...
so i'm thinking that i'm just going to have to make the circles with the text inside AS images, then make the images links... and have all the images float next to each other... ugh... any advice?
http://www.minusthemasses.com/jpgs/div.jpg
how should i go about those circles at the bottom being nav buttons?
i originally was going to this:
<ul id="circlelist">
<li class="circles">myspace</li>
<li class="circles">library</li>
(etc)
</ul>
then for css
#circlelist (positioning stuff, display inline maybe?)
li.circles {
background image of the circles
}
but the problem, although that would have been clever, is that the link couldn't be the list item, it would have to be the text inside, but i want the entire circle to be the link...
so i'm thinking that i'm just going to have to make the circles with the text inside AS images, then make the images links... and have all the images float next to each other... ugh... any advice?