Jump to content

youwh

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

youwh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. sorry. what i mean here is, if i'm in "http://something.com/01/products.php", when i click on a button, i would like it to go to "http://something.com/02/products.php" or when i click on "http://something.com/02/info.php" its go to "http://something.com/01/info.php". it just direct you to another folder, but still the same file name.
  2. let say if i have "xxx.com/01/something.php" and "xxx.com/02/something.php" and what i wanted was just to change the folder from 01 to 02, or from 02 to 01 by keeping the same "something.php" please help me here.
  3. i hav a table height with 100% seperated into 3 row. top and bottom with 100px heihgt. but middle free size. the codes work well in firefox. but in ie it didnt. how can i fix the problem :s done many research on the height thingy problem. but seems like ie6 jus doesnt understand the code. see the code for a better understanding of my problem. TQ [code] <!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=gb2312" /> <title>Untitled Document</title> <style type="text/css"> <!-- html,body{ margin: 0; padding: 0; border: none; font-family:arial,sans-serif; height:100%; } --> </style></head> <body> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td height="100" align="center" valign="top" bgcolor="#0099CC">&nbsp;</td>   </tr>   <tr>     <td bgcolor="#330099">&nbsp;</td>   </tr>   <tr>     <td height="100" bgcolor="#000000">&nbsp;</td>   </tr> </table> </body> </html> [/code]
  4. hmm...this does make the middle table grow to 100% heigh, but when it add up with the top and bottom part, it will exceed. if i change the height from 100% to 80% it will some how fit everything in, but i think it might hav other problems later...
  5. i aint workin. it does stretch the boxes. but its over exceeding the area, till i hav to scroll. [attachment deleted by admin]
  6. see the 3 bars 1 with blue color? its actually inside a table. i wanted the table height to be 100% so tat the 3 bars will touch the black bar on the bottom
  7. I m havin trouble with my php page cause 1 of the table wont stretch. Heres the code... [code] <!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" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>ekaeke*A Hair &amp; Scalp Wellness Company</title> <style type="text/css"> html,body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; height:100%; /* needed for container min-height */ font-family:arial,sans-serif; font-size:small; } .language { color: #FFFFFF; font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; } .grey_title { color: #333333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .footer { color: #FFFFFF; font-size: 11px; font-family: Geneva, Arial, Helvetica, sans-serif; } #footer { position:absolute; width:100%; bottom:0; /* stick to bottom */ } #container { position:relative; margin:margin:0 0 0 220px; width:100%; min-height:100%; } } --> </style> </head> <body> <div id="container">   <table width="100%" height="95"  border="0" cellpadding="0" cellspacing="0">     <tr>       <td width="150" align="center" bgcolor="#CCCCCC">&nbsp;</td>       <td width="150" align="center" bgcolor="#CCCCCC">&nbsp;</td>       <td width="150" align="center" bgcolor="#CCCCCC">&nbsp;</td>     </tr>   </table>   <table width="100%" border="0" cellpadding="0" cellspacing="0" style="height:100%; ">     <tr>       <td width="150" rowspan="2" align="left" valign="top" >&nbsp;</td>       <td width="5" rowspan="2" align="left" valign="top" bgcolor="#0033FF">&nbsp;</td>       <td width="150" rowspan="2" align="center" valign="top">&nbsp;</td>       <td width="10" rowspan="2" align="left" valign="top" bgcolor="#CCCCCC">&nbsp;</td>       <td align="left" valign="top"></td>       <td width="10" rowspan="2" align="left" valign="top" bgcolor="#0099FF">&nbsp;</td>       <td rowspan="2" align="left" valign="top">&nbsp;</td>     </tr>     <tr>       <td width="465" align="left" valign="top" bgcolor="#FFFFFF"><table width="465" border="0" cellspacing="0" cellpadding="0">         <tr>           <td><table width="465" border="0" align="center" cellpadding="0" cellspacing="20">             <tr>               <td>info will be show ehre</td>             </tr>           </table></td>         </tr>       </table></td>     </tr>   </table>   <div id="footer">     <td height="52"><table width="100%" height="72"  border="0" cellpadding="0" cellspacing="0" bgcolor="black">       <tr>         <td height="10"><img src="images/spacer.gif" width="1" height="1" /></td>       </tr>       <tr>         <td height="42" align="center" valign="top"><span class="footer">Copyright (c) 2006 </span></td>       </tr>       </table></td>   </div> </div> </body> </html> [/code] you can see theres this 3 bar inside a table. but i cant seems to make the table stretch till the bottom black bar. please help meee.... ><
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.