|
womble -> RE: Text over Image CSS (11/6/2006 15:25:45)
|
As Jaybee says, there's more examples of how you can use styled lists at Listamatic than you can shake a stick at! Using images for navigation, especially if it's just a simple list is rarely a good idea - much better for SEO and accessibility to use text and syle it with CSS. If you're using a tables layout you could put your text in the large table cell and set your image as a background image. If you're learning CSS and switching to a CSS layout you can either position a div with your nav over the photo, or keep your nav and image in the same div and position your text with appropriate margins and padding.
|
|
|
|