Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Problem Displaying A Table Row In Ie
kvarnerexpress
post Sep 5 2005, 08:58 AM
Post #1


Super Member
*********

Group: Members
Posts: 407
Joined: 13-December 04
Member No.: 2,696



I got a table with 1 row in it which shows a login form.
The row should be displayed on 1 line. However, in IE this doesn't work. It seems to be spreading over 2 lines.

html Code:

CODE
<table class="tableBorder">

<tr class="normalTableRow">
   <td> Welcome, you are currently not logged in</td>
   <td align="right">
       <form method="post" action="processing/login.php">
       Username: <input type="text" name="name">&nbsp;
       Password: <input type="password" name="password">&nbsp;
       <input type="submit" name="subLogin" value="Login">
       <input type="hidden" name="location" value="<?php echo currentLocation(); ?>">
       </form>
   </td>
</tr>
</table>



Is there anyway i can get a one line row in IE like i get in FF?

Here are the relevant css classes:
css Code:
CODE

  1.
     .tableBorder {  
  2.
          width: 100%;
  3.
          border-style: solid;
  4.
          border-width: 0;
  5.
          border-color: #BFACBF;
  6.
          border-collapse: collapse;
  7.
          border-spacing: 0px;
  8.
      }
  9.
     
 10.
      .normalTableRow{
 11.
          border-style: solid;
 12.
          border-width: 1px 1px 1px 1px;
 13.
          border-color: #4D3D4D;
 14.
          background-color: #BFACBF;
 15.
          color: #4D3D4D;
 16.
          vertical-align: top;
 17.
     }
 18.
     
 19.
     .normalTableRow td{  
 20.
          border-style: solid;
 21.
          border-width: 0px;
 22.
          border-color: #4D3D4D;
 23.
     }
Go to the top of the page
 
+Quote Post
Saint_Michael
post Sep 5 2005, 09:28 AM
Post #2


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,447
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



its your text that is the problem if you take the
CODE
<td> Welcome, you are currently not logged in</td>
then your fine, but i think another problem is table size try making it larger to fit everything in.

but in my opinion i think having the log on form like that is kind of tacky it waste space and clutters your webpage

but work on the text and table resizing and it should be fine.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. 60 Seconds Countdown That Shutdown The Pc(13)
  2. Problem Installing Sims 2 Nightlife(26)
  3. I Have A Girl Problem Here(27)
  4. Problem With Page Redirect(8)
  5. Ie Table Width In A Div Tag(5)
  6. Php Header Problem(11)
  7. Dvd Drive Problem(10)
  8. Remote Assistance Problem(8)
  9. Laptop Keyboard Problem(7)
  10. Skype / Xampp Port Conflict(5)
  11. Two Lan Ports Problem(3)
  12. Rpg Maker 2003 Music Problem(3)
  13. I'm Having A Strange Problem With My Ping In Cs:s(28)
  14. I Have A Big Problem With Cs 1.6.(4)
  15. Need Help: Problem Seeing My Site(4)
  1. Hosting Problem [resolved](22)
  2. Problem Aligning In Firefox(9)
  3. It Went Well For A While(5)
  4. Itunes Problem!(1)
  5. How Many More Times Will I Have To Post About This?(11)
  6. Problem Getting Text To Align With Different Resolutions(4)
  7. Youtube People That Do Not Respect Other Opinions(7)
  8. A Problem With Ftp Clients(9)
  9. Domain Problem : This Is Important..(0)
  10. Browser Compatibility Problem With Firefox - Javascript + Css(3)
  11. Terminating Hosting Problem(1)
  12. Problem With My Girlfriend Family, Need Suggestions For Action(2)
  13. Firefox 3 Cookies Problem(3)


 



- Lo-Fi Version Time is now: 6th September 2008 - 08:00 PM