That fixed part of the problem. Another issue that came up is the tabs and showing when they should not in IE and not FF(sorry i can't provide a link for this but will do my best to explain). I have a div with a link the expands the div(basically setting the height back and forth from 66px to auto. When it is set to 66px nothing shows up like it should except the tabs(the tab content don't appear like it should. anyone know why this might happen based on my explaination?
Klaus Hartl wrote: > > > Eridius wrote: >> >> I am using the tabs from >> >> http://stilbuero.de/jquery/tabs/ >> >> and they dont work in IE 7 for me: >> >> http://dev.studentcity.com/test.php >> >> The bar is coming up above the tabs instead of below the tabs, anyone >> know >> why this would be happening? I mean i am not icluding anything extra >> there. > > You need to > > 1. include the IE specific style sheet: > > <!--[if lte IE 7]> > <link rel="stylesheet" href="jquery.tabs-ie.css" type="text/css" > media="projection, screen"> > <![endif]--> > > 2. include a proper Doctype with system identifier to make sure to have > IE running in Strict (Standards) mode, because that is what I developed > the style sheet for: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > "http://www.w3.org/TR/html4/strict.dtd"> > > Otherwise IE's rendering is even worse. > > > > --Klaus > > > > > -- View this message in context: http://www.nabble.com/tabs-not-working-tf4423454s15494.html#a12618607 Sent from the JQuery mailing list archive at Nabble.com.