Kaylub Posted January 19, 2010 Share Posted January 19, 2010 The problem I am experiencing is a bit of an odd one. I have written a function using visibility settings to reveal hidden boxes on my page after a button is pushed. The boxes of content begin hidden with a "visibility:none" setting and the function reveals them through a "visibility:inline" statement. Now, the code works perfectly fine when I'm previewing it in golive, but won't actually work properly when I try to actually use the page in a browser (ie: firefox, or explorer). Is there a conformed code I should be using to make sure this works everywhere? Here is my code for the function: function GotTutorial() { document.formRegister.submitAnotherPosition.style="display:inline"; document.formSkip.style="display:inline"; } Here is the code for my clickable button <img id="movie_off" onclick="GotTutorial()" src="../../IMG/SIGNUPPAGE/movie_off.png" alt="" name="movie_off" height="83" width="66" border="0" /> and here is the code for the items that are hidden, and will be revealed: <p><input type="submit" style="display:none" class="formbutton" name="submitAnotherPosition" value="Register" tabindex="1" /></p> </div> </td> </tr> </table> </form> <form id="formSkip" style="display:none" action="PhotoUpload.php" method="post" name="formSkip"> <table width="462" border="0" cellspacing="0" cellpadding="0"> <tr valign="top" height="67"> <td width="242" height="67"> </td> <td colspan="2" height="67"> <div align="center"> <p><font size="2" color="#880000">or<br /> <br /> </font></p> <input type="submit" class="formbutton" name="submitButtonName" value="Skip more positions" tabindex="2" /></div> </td> </tr> </table> </form> Link to comment https://forums.phpfreaks.com/topic/189071-i-am-having-problems-with-a-piece-of-visibility-code/ Share on other sites More sharing options...
Kaylub Posted January 19, 2010 Author Share Posted January 19, 2010 Here is the code for the entire page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="generator" content="Adobe GoLive" /> <title>The Eardrum Valley Community</title> <link href="../../css/forphp.css" rel="stylesheet" type="text/css" media="all" /> <style type="text/css" media="screen"><!-- .formbutton{ cursor:pointer; border:outset 1px #000; background:#f30000; color:#fff; font-family:Helvetica; font-size:10pt; font-weight:bold; padding:1px 2px; } #positions { height: 130px; width: 210px; left: 860px; top: 280px; position: absolute; visibility: hidden; } --></style> <csactions> <csaction name="81eee020" class="ShowHide" type="onevent" val0="positions" val1="1"></csaction> <csaction name="829c5723" class="ShowHide" type="onevent" val0="positions" val1="0"></csaction> <csaction name="826d4822" class="ShowHide" type="onevent" val0="positions" val1="1"></csaction> <csaction name="999f4565" class="ShowHide" type="onevent" val0="positions" val1="0"></csaction> <csaction name="999f4567" class="ShowHide" type="onevent" val0="positions" val1="0"></csaction> <csaction name="999f4569" class="ShowHide" type="onevent" val0="positions" val1="1"></csaction> <csaction name="999f5471" class="ShowHide" type="onevent" val0="positions" val1="0"></csaction> </csactions> <csscriptdict import="import"> <script type="text/javascript" src="../../css/CSScriptLib.js"></script> </csscriptdict> <csactiondict> <script type="text/javascript"><!-- CSAct[/*CMP*/ '81eee020'] = new Array(CSShowHide,/*CMP*/ 'positions',1); CSAct[/*CMP*/ '829c5723'] = new Array(CSShowHide,/*CMP*/ 'positions',0); CSAct[/*CMP*/ '826d4822'] = new Array(CSShowHide,/*CMP*/ 'positions',1); CSAct[/*CMP*/ '999f4565'] = new Array(CSShowHide,/*CMP*/ 'positions',0); CSAct[/*CMP*/ '999f4567'] = new Array(CSShowHide,/*CMP*/ 'positions',0); CSAct[/*CMP*/ '999f4569'] = new Array(CSShowHide,/*CMP*/ 'positions',1); CSAct[/*CMP*/ '999f5471'] = new Array(CSShowHide,/*CMP*/ 'positions',0); var preloadFlag = false; function preloadImages() { if (document.images) { pre_movie_on = newImage('../../IMG/SIGNUPPAGE/movie_on.png'); pre_pdf_on = newImage('../../IMG/SIGNUPPAGE/pdf_on.png'); pre_html_on = newImage('../../IMG/SIGNUPPAGE/html_on.png'); preloadFlag = true; } } // --></script> </csactiondict> <script type="text/javascript"><!-- function PositionValue() { var searchInteger, searchString testInteger=document.formRegister.selectPosition2.selectedIndex testString=document.formRegister.selectPosition2.options[testInteger].text if (testInteger=document.formRegister.selectPosition2.options[0].selected) { document.formRegister.infoPosition2.value = "Recording Artist";} else { document.formRegister.infoPosition2.value = testString } } function PositionCheck() { var Navigator=document.formRegister.infoPosition2.value if (Navigator=="Recording Artist") { document.formRegister.action = "RecordingArtist2.php";} if (Navigator=="Song Writer") { document.formRegister.action = "SongWriter2.php";} if (Navigator=="Audio Engineer") { document.formRegister.action = "AudioEngineer2.php";} if (Navigator=="Art Director") { document.formRegister.action = "ArtDirector2.php";} if (Navigator=="Talent Scout") { document.formRegister.action = "TalentScout2.php";} if (Navigator=="Band Manager") { document.formRegister.action = "BandManager2.php";} if (Navigator=="A&R Agent") { document.formRegister.action = "AandRAgent2.php";} } function GotTutorial() { document.formRegister.submitAnotherPosition.style="display:inline"; document.formSkip.style="display:inline"; } //--> </script> </head> <style> body { background-repeat: no-repeat; } </style> <body onload="preloadImages();" background="../../IMG/LOGINPAGE/loginbg.jpg"> <div align="center"> <table width="924" border="0" cellspacing="0" cellpadding="0" height="430"> <tr align="left" valign="top" height="80"> <td align="left" valign="top" width="462" height="80"> <div align="left"> <img src="../../IMG/SIGNUPPAGE/logo.png" alt="" height="69" width="70" align="top" border="0" /> <img src="../../IMG/LOGINPAGE/eardrumvalleymonochre.png" alt="" height="72" width="290" border="0" /></div> </td> <td align="right" valign="top" width="462" height="80"> <div align="right"> <table width="462" border="0" cellspacing="0" cellpadding="0" height="76"> <tr align="right" valign="top" height="25"> <td align="right" valign="top" width="392" height="25"> <div align="right"> <font size="4" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>Register as a Recording Artist</strong></font></div> </td> <td rowspan="2" align="right" valign="top" width="70" height="62"> <div align="right"> <img src="../../IMG/SIGNUPPAGE/RecordingArtistEmblem.png" alt="" height="62" width="59" border="0" /></div> </td> </tr> <tr align="right" valign="top" height="31"> <td align="right" valign="top" width="392" height="31"><?php function new_account ($infoUserName, $infoLocation, $infoCity) { echo "" . $infoUserName . "<br>"; echo "" . $infoCity . ", " . $infoLocation . "<br>"; } new_account ($_REQUEST['infoUserName'], $_REQUEST['infoLocation'], $_REQUEST['infoCity']); ?></td> </tr> </table> </div> </td> </tr> <tr align="left" height="357"> <td align="center" valign="middle" width="462" height="357"> <table width="462" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="3" width="462"> <div align="left"> <font size="3" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>We have assessed your answers and prepared your personalized tutorial package. This tutorial is unique to your profile and will walk you through the process of getting setup/preparing your tracks for an audio engineer. </strong></font> <p align="center"><font size="3" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>Choose 1 of the 3 download options below</strong></font></p> </div> <div align="center"> <p><img src="../../IMG/SIGNUPPAGE/download.png" alt="" height="70" width="70" border="0" /></p> </div> </td> </tr> <tr align="center" valign="middle" height="83"> <td width="154" height="83"> <div align="center"> <a onclick="changeImages('movie_off','../../IMG/SIGNUPPAGE/movie_on.png');" onmousedown="changeImages('movie_off','../../IMG/SIGNUPPAGE/movie_off.png');return true" onmouseover="changeImages('movie_off','../../IMG/SIGNUPPAGE/movie_on.png');return true" onmouseout="changeImages('movie_off','../../IMG/SIGNUPPAGE/movie_off.png');return true" href="#"><img id="movie_off" onclick="GotTutorial()" src="../../IMG/SIGNUPPAGE/movie_off.png" alt="" name="movie_off" height="83" width="66" border="0" /></a></div> </td> <td width="154" height="83"> <div align="center"> <a onclick="changeImages('pdf_off','../../IMG/SIGNUPPAGE/pdf_on.png');" onmousedown="changeImages('pdf_off','../../IMG/SIGNUPPAGE/pdf_off.png');return true" onmouseover="changeImages('pdf_off','../../IMG/SIGNUPPAGE/pdf_on.png');return true" onmouseout="changeImages('pdf_off','../../IMG/SIGNUPPAGE/pdf_off.png');return true" href="#"><img id="pdf_off" onclick="GotTutorial()" src="../../IMG/SIGNUPPAGE/pdf_off.png" alt="" name="pdf_off" height="70" width="70" border="0" /></a></div> </td> <td align="center" valign="middle" width="154" height="83"> <div align="center"> <a onclick="changeImages('html_off','../../IMG/SIGNUPPAGE/html_on.png');" onmousedown="changeImages('html_off','../../IMG/SIGNUPPAGE/html_off.png');return true" onmouseover="changeImages('html_off','../../IMG/SIGNUPPAGE/html_on.png');return true" onmouseout="changeImages('html_off','../../IMG/SIGNUPPAGE/html_off.png');return true" href="#"><img id="html_off" onclick="GotTutorial()" src="../../IMG/SIGNUPPAGE/html_off.png" alt="" name="html_off" height="70" width="70" border="0" /></a></div> </td> </tr> <tr> <td width="154"> <div align="center"> <font color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>.MPG download<br /> </strong></font><font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>(animated</strong></font><br /> <font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong> instructions)</strong></font></div> </td> <td width="154"> <div align="center"> <font color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">.PDF download<br /> </font><font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">(illustrated</font><br /> <font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"> instructions)</font></div> </td> <td width="154"> <div align="center"> <font color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">.HTML Bookmark<br /> </font><font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">(for less</font><br /> <font size="2" color="#830000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"> disk space)</font></div> </td> </tr> </table> </td> <td valign="middle" width="462" height="357"> <div align="center"> <form action="(EmptyReference!)" name="formRegister" target="_parent"> <table width="462" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="30"> <div id="positions" onmouseout="CSAction(new Array(/*CMP*/'999f4565'));" csout="999f4565"> <div align="center"> <select onclick="CSAction(new Array(/*CMP*/'999f4567'));return CSClickReturn()" onchange="PositionValue(), PositionCheck()" onmouseover="CSAction(new Array(/*CMP*/'999f4569'));return true;" onmouseout="CSAction(new Array(/*CMP*/'999f5471'));" name="selectPosition2" size="7" csclick="999f4567" csout="999f5471" csover="999f4569"> <option value="Recording Artist">Recording Artist</option> <option value="Song Writer">Song Writer</option> <option value="Audio Engineer">Audio Engineer</option> <option value="Talent Scout">Talent Scout</option> <option value="Art Director">Art Director</option> <option value="A&R Agent">A&R Agent</option> <option value="Band Manager">Band Manager</option> </select></div> </div> <input type="text" style="display:none" name="infoTwitter" value='<?php function twitterstore ($infoTwitter) { echo "" . $infoTwitter . ""; } twitterstore ($_REQUEST['infoTwitter']);?>' size="1" /><input type="text" style="display:none" name="infoGenre2" value='<?php function genres2store ($infoGenre2) { echo "" . $infoGenre2 . ""; } genres2store ($_REQUEST['infoGenre2']);?>' size="1" /></td> <td align="left" width="432"> <div align="right"> <strong><font size="4" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Would you like to register another position?<br /> </font></strong><font size="3" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Perhaps you'd also like to be an audio engineer, song writer AND audio engineer all at the same time.</font><br /> <font size="3" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Users can register up to 3 community positions.</font><br /> <font size="1" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">(or get started now with the info you've provided!)</font></div> </td> </tr> </table> <table width="462" border="0" cellspacing="0" cellpadding="0"> <tr height="20"> <td colspan="3" height="20"> <div align="right"> <input type="text" style="display:none" name="infoPosition1" value='<?php function position1store ($infoPosition1) { echo "" . $infoPosition1 . ""; } position1store ($_REQUEST['infoPosition1']);?>' size="1" /><input type="text" style="display:none" name="infoLocation" value='<?php function locationstore ($infoLocation) { echo "" . $infoLocation . ""; } locationstore ($_REQUEST['infoLocation']);?>' size="1" /><input type="text" style="display:none" name="infoEmailAddress" value='<?php function emailstore ($infoEmailAddress) { echo "" . $infoEmailAddress . ""; } emailstore ($_REQUEST['infoEmailAddress']);?>' size="1" /><input type="text" style="display:none" name="infoGenre1" value='<?php function genres1store ($infoGenre1) { echo "" . $infoGenre1 . ""; } genres1store ($_REQUEST['infoGenre1']);?>' size="1" /><img src="../../IMG/LOGINPAGE/line.jpg" alt="" height="1" width="350" border="0" /></div> </td> </tr> <tr height="30"> <td colspan="3" height="30"> <div align="right"> <input type="text" style="display:none" name="infoPassword" value='<?php function passwordstore ($infoPassword) { echo "" . $infoPassword . ""; } passwordstore ($_REQUEST['infoPassword']);?>' size="1" /><input type="text" style="display:none" name="infoUserName" value='<?php function namestore ($infoUserName) { echo "" . $infoUserName . ""; } namestore ($_REQUEST['infoUserName']);?>' readonly="readonly" size="1" /><input type="text" style="display:none" name="infoMyspace" value='<?php function myspacestore ($infoMyspace) { echo "" . $infoMyspace . ""; } myspacestore ($_REQUEST['infoMyspace']);?>' size="1" /><input type="text" style="display:none" name="infoReady" value='<?php function readystore ($infoReady) { echo "" . $infoReady . ""; } readystore ($_REQUEST['infoReady']);?>' size="1" /><input type="text" style="display:none" name="infoGenre3" value='<?php function genres3store ($infoGenre3) { echo "" . $infoGenre3 . ""; } genres3store ($_REQUEST['infoGenre3']);?>' size="1" /><input type="text" style="display:none" name="infoCity" value='<?php function citystore ($infoCity) { echo "" . $infoCity . ""; } citystore ($_REQUEST['infoCity']);?>' size="1" /><input type="text" style="display:none" name="infoInstruments" value='<?php function instrumentstore ($infoInstruments) { echo "" . $infoInstruments . ""; } instrumentstore ($_REQUEST['infoInstruments']);?>' size="1" /><input type="text" style="display:none" name="infoBands" value='<?php function bandsstore ($infoBands) { echo "" . $infoBands . ""; } bandsstore ($_REQUEST['infoBands']);?>' size="1" /><input type="text" style="display:none" name="infoFacebook" value='<?php function facebookstore ($infoFacebook) { echo "" . $infoFacebook . ""; } facebookstore ($_REQUEST['infoFacebook']);?>' size="1" /><font size="2" color="#880000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>(Click on your tutorial link FIRST to proceed)</strong></font></div> </td> </tr> <tr height="38"> <td align="right" valign="top" width="242" height="38"> <div align="right"> <font size="2" color="#880000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>Choose another position:</strong></font></div> </td> <td colspan="2" align="left" valign="top" height="38"> <div align="center"> <input onclick="CSAction(new Array(/*CMP*/'81eee020'));return CSClickReturn()" onkeydown="CSAction(new Array(/*CMP*/'829c5723'));return true;" onkeyup="CSAction(new Array(/*CMP*/'826d4822'));" type="text" name="infoPosition2" readonly="readonly" size="21" tabindex="0" csclick="81eee020" cskdown="829c5723" cskyup="826d4822" /> <p><input type="submit" style="display:none" class="formbutton" name="submitAnotherPosition" value="Register" tabindex="1" /></p> </div> </td> </tr> </table> </form> <form id="formSkip" style="display:none" action="PhotoUpload.php" method="post" name="formSkip"> <table width="462" border="0" cellspacing="0" cellpadding="0"> <tr valign="top" height="67"> <td width="242" height="67"> <div align="right"> <input type="text" style="display:none" name="infoTwitter" value='<?php function twitterstore2 ($infoTwitter) { echo "" . $infoTwitter . ""; } twitterstore2 ($_REQUEST['infoTwitter']);?>' size="1" /><input type="text" style="display:none" name="infoGenre1" value='<?php function genres1store2 ($infoGenre1) { echo "" . $infoGenre1 . ""; } genres1store2 ($_REQUEST['infoGenre1']);?>' size="1" /><input type="text" style="display:none" name="infoEmailAddress" value='<?php function emailstore2 ($infoEmailAddress) { echo "" . $infoEmailAddress . ""; } emailstore2 ($_REQUEST['infoEmailAddress']);?>' size="1" /><input type="text" style="display:none" name="infoLocation" value='<?php function locationstore2 ($infoLocation) { echo "" . $infoLocation . ""; } locationstore2 ($_REQUEST['infoLocation']);?>' size="1" /><input type="text" style="display:none" name="infoPosition1" value='<?php function position1store2 ($infoPosition1) { echo "" . $infoPosition1 . ""; } position1store2 ($_REQUEST['infoPosition1']);?>' size="1" /><input type="text" style="display:none" name="infoUserName" value='<?php function namestore2 ($infoUserName) { echo "" . $infoUserName . ""; } namestore2 ($_REQUEST['infoUserName']);?>' readonly="readonly" size="1" /><input type="text" style="display:none" name="infoPassword" value='<?php function passwordstore2 ($infoPassword) { echo "" . $infoPassword . ""; } passwordstore2 ($_REQUEST['infoPassword']);?>' size="1" /><input type="text" style="display:none" name="infoGenre2" value='<?php function genres2store2 ($infoGenre2) { echo "" . $infoGenre2 . ""; } genres2store2 ($_REQUEST['infoGenre2']);?>' size="1" /><input type="text" style="display:none" name="infoMyspace" value='<?php function myspacestore2 ($infoMyspace) { echo "" . $infoMyspace . ""; } myspacestore2 ($_REQUEST['infoMyspace']);?>' size="1" /><input type="text" style="display:none" name="infoReady" value='<?php function readystore2 ($infoReady) { echo "" . $infoReady . ""; } readystore2 ($_REQUEST['infoReady']);?>' size="1" /><input type="text" style="display:none" name="infoGenre3" value='<?php function genres3store2 ($infoGenre3) { echo "" . $infoGenre3 . ""; } genres3store2 ($_REQUEST['infoGenre3']);?>' size="1" /><input type="text" style="display:none" name="infoCity" value='<?php function citystore2 ($infoCity) { echo "" . $infoCity . ""; } citystore2 ($_REQUEST['infoCity']);?>' size="1" /><input type="text" style="display:none" name="infoInstruments" value='<?php function instrumentstore2 ($infoInstruments) { echo "" . $infoInstruments . ""; } instrumentstore2 ($_REQUEST['infoInstruments']);?>' size="1" /><input type="text" style="display:none" name="infoBands" value='<?php function bandsstore2 ($infoBands) { echo "" . $infoBands . ""; } bandsstore2 ($_REQUEST['infoBands']);?>' size="1" /><input type="text" style="display:none" name="infoFacebook" value='<?php function facebookstore2 ($infoFacebook) { echo "" . $infoFacebook . ""; } facebookstore2 ($_REQUEST['infoFacebook']);?>' size="1" /></div> </td> <td colspan="2" height="67"> <div align="center"> <p><font size="2" color="#880000">or<br /> <br /> </font></p> <input type="submit" class="formbutton" name="submitButtonName" value="Skip more positions" tabindex="2" /></div> </td> </tr> </table> </form> </div> </td> </tr> <tr height="28"> <td colspan="2" valign="top" width="924" height="28"> <div align="center"> </div> </td> </tr> </table> <table width="900" border="0" cellspacing="0" cellpadding="0"> <tr height="100"> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/notepad_off.png" alt="" height="100" width="100" border="0" /></div> </td> <td width="60" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/redarrow.png" alt="" height="50" width="46" border="0" /></div> </td> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/checkmark_off.png" alt="" height="100" width="100" border="0" /></div> </td> <td width="60" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/redarrow.png" alt="" height="50" width="46" border="0" /></div> </td> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/tutorial_on.png" alt="" height="100" width="94" border="0" /></div> </td> <td width="60" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/redarrow.png" alt="" height="50" width="46" border="0" /></div> </td> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/handshake_off.png" alt="" height="60" width="100" border="0" /></div> </td> <td width="60" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/redarrow.png" alt="" height="50" width="46" border="0" /></div> </td> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/photo_off.png" alt="" height="100" width="100" border="0" /></div> </td> <td width="60" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/redarrow.png" alt="" height="50" width="46" border="0" /></div> </td> <td width="100" height="100"> <div align="center"> <img src="../../IMG/SIGNUPPAGE/guitar_off.png" alt="" height="100" width="100" border="0" /></div> </td> </tr> <tr> <td width="100"> <div align="center"> <font size="1" color="#353535" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif"><strong>Provide<br /> Profile<br /> Info</strong></font></div> </td> <td width="60"></td> <td width="100"> <div align="center"> <font size="1" color="#353535" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Complete<br /> Setup<br /> Checklist</font></div> </td> <td width="60"></td> <td width="100"> <div align="center"> <font size="1" color="#a00000" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Receive<br /> Personalized<br /> Tutorial</font></div> </td> <td width="60"></td> <td width="100"> <div align="center"> <font size="1" color="#353535" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Self Assign<br /> More<br /> Positions</font></div> </td> <td width="60"></td> <td width="100"> <div align="center"> <font size="1" color="#353535" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Upload<br /> Your Profile<br /> Photo</font></div> </td> <td width="60"></td> <td width="100"> <div align="center"> <font size="1" color="#353535" face="Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif">Start<br /> Recording<br /> Tracks</font></div> </td> </tr> </table> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> </div> </body> </form> </html> Link to comment https://forums.phpfreaks.com/topic/189071-i-am-having-problems-with-a-piece-of-visibility-code/#findComment-998254 Share on other sites More sharing options...
Kaylub Posted January 19, 2010 Author Share Posted January 19, 2010 Can no one help with this problem? Link to comment https://forums.phpfreaks.com/topic/189071-i-am-having-problems-with-a-piece-of-visibility-code/#findComment-998333 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.