[EMAIL PROTECTED] wrote:
On my website:  http://www.rose-hulman.edu/~bryantms/prizes.html
(temporary host)

As you can see the content on each tab is not rendering properly in IE
(6 or 7).  It appears to the right of the tabs themselves.  Does
anyone know how to resolve this issue?  This renders properly in
Firefox, so I'm assuming it's a CSS fix but I can't seem to find the
right "hack" to solve this.  I figure someone here may have some
experience working with applications like this and may be able to hep.

Thanks

You didn't include the IE specific style sheet. In the demo this is done via Conditional Comments:

<!-- Additional IE/Win specific style sheet (Conditional Comments) -->
<!--[if lte IE 7]>
<link rel="stylesheet" href="jquery.tabs-ie.css" type="text/css" media="projection, screen">
<![endif]-->


--Klaus

Reply via email to