Click here to Skip to main content
15,881,880 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
T1000_20-Jan-11 22:23
T1000_20-Jan-11 22:23 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
musefan21-Jan-11 1:02
musefan21-Jan-11 1:02 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Mahendra Vishwakarma21-Jan-11 1:25
Mahendra Vishwakarma21-Jan-11 1:25 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
musefan21-Jan-11 1:49
musefan21-Jan-11 1:49 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Pete O'Hanlon20-Jan-11 22:59
mvePete O'Hanlon20-Jan-11 22:59 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
T1000_21-Jan-11 2:01
T1000_21-Jan-11 2:01 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Not Active21-Jan-11 2:18
mentorNot Active21-Jan-11 2:18 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Morgs Morgan21-Jan-11 3:50
Morgs Morgan21-Jan-11 3:50 
A more accurate step in making tables side by side for most browsers to understand try:

<table>
   <tr>
      <td>
         <table id="leftSide">
             <tr><td>Left Side magic happens in here...</td></tr>
         </table>
      </td>
      <td>
         <table id="rightSide">
             <tr><td>Right Side magic happens in here...</td></tr>
         </table>
      </td>
   </tr>
</table>


you can try two divs which both float left but chrome doesn't like this aproach hence undesirable results.
Besides, alignment of your two tables will never go below each other should your two tables widths exceed
your page width as float:left would do. the choice is ya' wish!

Gudluck buddy...
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
T1000_21-Jan-11 3:52
T1000_21-Jan-11 3:52 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Not Active21-Jan-11 7:56
mentorNot Active21-Jan-11 7:56 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Pete O'Hanlon21-Jan-11 9:18
mvePete O'Hanlon21-Jan-11 9:18 
GeneralRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
Morgs Morgan21-Jan-11 10:53
Morgs Morgan21-Jan-11 10:53 
AnswerRe: A little Urgent - A aspx html rendering problem in Browser: Chrome Pin
T1000_21-Jan-11 2:17
T1000_21-Jan-11 2:17 
QuestionSearch Pin
fififlowertot19-Jan-11 23:47
fififlowertot19-Jan-11 23:47 
AnswerRe: Search Pin
Morgs Morgan20-Jan-11 2:02
Morgs Morgan20-Jan-11 2:02 
GeneralRe: Search Pin
fififlowertot20-Jan-11 2:17
fififlowertot20-Jan-11 2:17 
GeneralRe: Search Pin
Morgs Morgan20-Jan-11 23:24
Morgs Morgan20-Jan-11 23:24 
Questionxml appendchilde Pin
Morgs Morgan19-Jan-11 23:07
Morgs Morgan19-Jan-11 23:07 
AnswerRe: xml appendchilde Pin
Manas Bhardwaj21-Jan-11 2:55
professionalManas Bhardwaj21-Jan-11 2:55 
QuestionASP.net and SAP integration Pin
Any_India19-Jan-11 19:03
Any_India19-Jan-11 19:03 
AnswerRe: ASP.net and SAP integration Pin
TweakBird19-Jan-11 19:38
TweakBird19-Jan-11 19:38 
AnswerRe: ASP.net and SAP integration Pin
Kasson20-Jan-11 0:29
Kasson20-Jan-11 0:29 
AnswerRe: ASP.net and SAP integration Pin
RaviRanjanKr20-Jan-11 0:53
professionalRaviRanjanKr20-Jan-11 0:53 
AnswerRe: ASP.net and SAP integration Pin
Tej Aj21-Jan-11 0:13
Tej Aj21-Jan-11 0:13 
Questioni got error on gridview in allowPaging = true - asp.net Pin
Gali197819-Jan-11 7:16
Gali197819-Jan-11 7:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.