Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Mon, 24 Apr 2006 18:20:13 +0530,    group: microsoft.public.inetsdk.html_authoring        back       


rowspan and relative positioning   
Following is my html.
I had given a rowspan for first row first column. and tr is relative 
positioned.
here rowspan is not coming in GUI because of relative positioning of tr.

<table border="1" cellspacing="0" bgColor="#FFFFF0" cellpadding="0" 
width="100%">
  <thead >
   <tr  style="position:relative">
    <th rowspan="2">
     Two rows spanned
    </th>
    <th >First row second column</th>
   </tr>
   <tr style="position:relative">
    <th >second row second column</th>
   </tr>
  </thead>
 </table>



thanks
praveen.
date: Mon, 24 Apr 2006 18:20:13 +0530   author:   Praveen am

Re: rowspan and relative positioning   
I would try putting the style="position:relative" in the th rather than the 
tr, in most cases (not all, but most) it is good to do stuff in the 
individual cells. Doing this fixed it for me.
-- 
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

"Praveen" <praveen@newsgroup.nospam> wrote in message 
news:OJY2O45ZGHA.5000@TK2MSFTNGP05.phx.gbl...
> Following is my html.
> I had given a rowspan for first row first column. and tr is relative 
> positioned.
> here rowspan is not coming in GUI because of relative positioning of tr.
>
> <table border="1" cellspacing="0" bgColor="#FFFFF0" cellpadding="0" 
> width="100%">
>  <thead >
>   <tr  style="position:relative">
>    <th rowspan="2">
>     Two rows spanned
>    </th>
>    <th >First row second column</th>
>   </tr>
>   <tr style="position:relative">
>    <th >second row second column</th>
>   </tr>
>  </thead>
> </table>
>
>
>
> thanks
> praveen.
>
date: Tue, 2 May 2006 15:17:31 -0400   author:   Nathan Sokalski

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us