Hi Alexandro, Ivan, Actually I'm using the conditional comments already... see the code. I just limited the amount of options presented. I tried styling actually the tabs to look good in IE6 as well... but I didn't manage to get it to work as quick as I wanted. And as Ivan has pointed out, this tabbed system would always require CSS to work correctly in IE6 (due to lack of support of the :hover selector at other elements than <a>). So I use conditional comments to show a different box to IE6 users. Everyone else gets to see the tabs. If someone has time to come up with a better alternative, I invite you to, but I just wanted to make sure that it does not become a show stopper.
g., Maarten > Hi Alexandro, > > Sorry, I thought you were referring to a different CSS stylesheet and > not different HTML content (which a list would need). <!--[if IE 6]> > is exactly what I was thinking of as well. > > On Fri, Mar 7, 2008 at 1:27 PM, Alexandro Colorado <[EMAIL PROTECTED]> > wrote: >> That is why conditional CSS is for. If you read the article I post, you >> are able to display a simpler layout for IE6 dumb engine. That way you >> wont have tabs but a horizontal list. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
