View Single Post
03-28-2007, 02:15 PM
#1
fooblah123 is offline fooblah123
Status: .
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 1,868
iTrader: 4 / 86%
 

fooblah123 is on a distinguished road

  Old  3 Image Navigation

Hey

I have a navigation with the XHTML code:
Code:
<div id="sub-nav">
	<ul>
			<li id="info"><a href="#">» info</a></li>
			<li id="about us"><a href="#">» about us</a></li>
			<li id="location"><a href="#">» location</a></li>
			<li id="testimonials"><a href="#">» testimonials</a></li>
		</ul>
		</div>
I then have 3 images, left corner, middle, and right corner. I was wondering how i could code that so it would work? (Have the corners at the corners and then filling the gap in the middle with the middle image).

Could someone help me with some code or show me a tutorial.

Thanks