Dynamic colspan setted via style property seems not work on IE.

You can try this : td.colSpan which is used in msdn samples
(oCell.colSpan = "4") : 
http://msdn.microsoft.com/en-us/library/ms532998%28VS.85%29.aspx

sebastien

On May 13, 3:21 pm, floepi <flo...@gmail.com> wrote:
> Anyone??
>
> Still can't get it to work and don't know why IE is complaining.
>
> Any help appreciated.
>
> Cheers
>
> On May 7, 2:54 pm, floepi <flo...@gmail.com> wrote:
>
> > Hi all,
>
> > I mainly work in Firefox land and don't have to bother with IE much
> > (Lucky me). I wanted to share one of my plugins with the public and
> > therefore need to make it work across all browsers.
>
> > The problem I am having is that even though I set a colspan for a td,
> > IE does not render it properly. The attribute gets added dynamically
> > using jQuery and on all other browsers it works fine.
>
> > Please have a look at
>
> >http://bit.ly/ONgXz
>
> > I looked around and couldn't find a similar plugin so I thought I'd
> > share it.
>
> > Please let me know if you have any feedback. Would be good to have
> > someone with a little more JS knowledge look over it than just me :)
>
> > Cheers
>
> > Phil

Reply via email to