I've designed this navigation bar in photoshop, and i can export the sliced to dreamweaver, but what PHP would i need for a little button or image to be pressed next to it for the user to hide the table? Just, hide the table of images or whatever?
My page is basically HTML wrapped in PHP.
Here's the really basic code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> <table id="Table_01" width="798" height="76" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="160" height="76" align="left" valign="top" background="../images/navbar_01.gif"><p><span class="style29"><span class="style20"><span class="style20"><span class="style3">• Home Page</span></span></span></span></p></td> <td width="160" height="76" align="left" valign="top" background="../images/navbar_02.gif" class="IGsoft"><p class="style30">• Video Home<br> • Page 1, 2, 3, 4.<br> • Video FAQ<br> • Video Help Desk</p> </td> <td width="160" height="76" align="left" valign="top" background="../images/navbar_03.gif"><p><span class="style29"><span class="style20"><span class="style20"><span class="style3">• Pictures Home<br> • Page 1, 2, 3, 4.<br> • Video FAQ<br> • Video Help Desk</span></span></span></span></p></td> <td width="160" height="76" align="left" valign="top" background="../images/navbar_04.gif"><p><span class="style29"><span class="style20"><span class="style20"><span class="style3">• Flash Home<br> • Page 1, 2, 3, 4.<br> • Video FAQ<br> • Video Help Desk</span></span></span></span></p></td> <td width="160" height="76" align="left" valign="top" background="../images/navbar_05.gif"><p><span class="style29"><span class="style20"><span class="style20"><span class="style3">• Grand Selection List <br> <span class="style31">Breifly:</span><br> • Video FAQ<br> • Video Help Desk</span></span></span></span></p></td> </tr> </table> <p><a href="CHANGE%20THIS">Hide this navigational bar</a> </p> </body> </html>
Thanks guys, any help appreciated.
