|
Oh, I get you now, thought you were on about having an expandable menu system.
Thats pretty easy to acheive. Copy the middle of your site, all the width but only a few pixels high [ say 5px ] then save it as repeater.gif [ or something you can remeber ].
Then in your html, create a table with three rows, in the middle rows <td> specifiy the use of repeater.gif as a background [ <td background="repeater.gif">content here</td> ].
|