Richard Brown wrote:
> Hi All
>
> I am trying to use different images for a nav list. I am declaring
> different classes for each image and that is working. However, I
> cannot get the text to sit below the images. Could you have a look and
> maybe see where I am going wrong please?
>
> <http://www.stwinnowceschool.info/>
> <http://www.stwinnowceschool.info/wp-content/themes/iconschool/style.css>
>
> Please ignore the hideous hover!
>
> Many thanks.
>
I actually thought the hover was kind of cute :-)
Try this
#navcontainer ul {
list-style-type:none;
margin:0px;
padding:0px;
text-align:center; /* change this to center */
}
and this
#navcontainer ul li a.one {
background:transparent url(images/appleno.gif) no-repeat scroll 50% 0%;
/* change the horizontal alignment to 50% */
}
Lori
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/