I would like to add images to the header as seen in the pics below. Also if possible can these images be clickable to a link like it is on the website? Website: http://www.csswebsites.nl/
You can: 1. Assign each LI an ID and use background CSS to place an image there. 2. Drop an image inside the A tag of each LI element. Each method would require different CSS to get it done. -Jason
So many ways to do that... If you use div to each link, just use CSS description that that DIV. Or if you use tag LI, , just use CSS description that that LI.