Thanks i will try that, the reason I moved to table based layout was
because,
when I resize the browser (say by dragging the bottom right corner of
browser) the content in tables resize very nicely in browser window.
could not get the same without tables.



On Dec 6, 5:29 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> You could post a test case page and I could take a look at it, but if there
> is any way so do the same layout with divs and CSS instead of tables, you
> are likely to have the different browsers play a bit more friendly.
>
> There is a whole host of nasty issues that disappear once you can move away
> from a table-based layout.
>
> JK
>
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Ashish
> Sent: Saturday, December 06, 2008 4:30 PM
> To: jQuery (English)
> Subject: [jQuery] Re: IE 7 Issue with Tab with left: -10000px
>
> I am using Yui data table in some tabs and YUI data table column sizes
> go all weird with display: none
> any solutions?
>
> On Dec 6, 4:03 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> > Is there any reason why you aren't just hiding the tab with a
> display:none?
> > JK
>
> > -----Original Message-----
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> > Behalf Of Ashish
> > Sent: Saturday, December 06, 2008 3:47 PM
> > To: jQuery (English)
> > Subject: [jQuery] IE 7 Issue with Tab with left: -10000px
>
> > Following works strange in IE when using Jquery Tabs:
>
> > .ui-tabs-hide {
> >     position: absolute;
> >     left: -10000px;
> > }
>
> > When I do the above, on IE 7, the width of the pages in tabs become
> > huge and goes out of page on left and right both.
> > These tab pages have tables. And I do NOT have table width set to
> > 100%.
>
> > It works fine on firefox and safari.
>
> > Any clues what  could be wrong?

Reply via email to