CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Rick Root
So i'm switching a new form I'm developing from jComponents tabs to Massimo's tab component... and it works great.. but one issue i'm having is CSS related with IE... Take a look at this lovely multi-page form: https://www.it.dev.duke.edu/tools/report_request/test.html In IE, there is space

Re: CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Robert Everland III
I think this may have to do with the way IE treats CSS images. It doesn't cache them, so each time you would click on an image he may be reloading the rest. I have a tab component and while mine don't disappear on click, they do disappear when moused over. Do a google search for css mouse

Re: CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Rick Root
Robert Everland III wrote: I think this may have to do with the way IE treats CSS images. It doesn't cache them, so each time you would click on an image he may be reloading the rest. I have a tab component and while mine don't disappear on click, they do disappear when moused over. Do a

RE: CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Sandra Clark
with tmt_tabs (Massimo's tab component) Robert Everland III wrote: I think this may have to do with the way IE treats CSS images. It doesn't cache them, so each time you would click on an image he may be reloading the rest. I have a tab component and while mine don't disappear on click, they do

Re: CSS issue with tmt_tabs (Massimo's tab component)

2006-03-15 Thread Rick Root
Sandra Clark wrote: Do you zero out all margins and set them explicitly? If not, you should since all Browser's internal style sheets set different margins for elements. Nope, I didn't do that... I added margin: 0 to my top level body, div, and td styles with no effect. But then I noticed a