[WSG] problem with Conditional Comments

2006-02-20 Thread Soeren Mordhorst
Got my information from ' http://www.positioniseverything.net/articles/multiIE.html ', the article is called a technical discussion about CSS. Tried these CCs in multiple ways, but it does not work. For example: ... link rel=stylesheet title=compact type=text/css href=stylesheets/layout.css

Re: [WSG] problem with Conditional Comments

2006-02-20 Thread Lachlan Hunt
Soeren Mordhorst wrote: !--[if IE 6] link rel=stylesheet href=stylesheets/ie5xstyles.css type=text/css / ![endif]-- This one should link to a CSS file for IE6, not IE5.x, but I'll assume that was just a typo and you meant something like ie6xstyles.css. So what I need are three css-files:

Re: [WSG] problem with Conditional Comments

2006-02-20 Thread Christian Montoya
On 2/20/06, Soeren Mordhorst [EMAIL PROTECTED] wrote: Tried these CCs in multiple ways, but it does not work. For example: ... Any suggestions? As far as I know, if you have standalone installs of IE 5 and 6 on your machine, they will not see the conditional comments. -- -- Christian Montoya

Re: [WSG] problem with Conditional Comments

2006-02-20 Thread Soeren Mordhorst
Dear Lachlan, this was realy a typo. Still it does not work. The link to the site is: http://www.webnauts.net/redesign/test.html CSS-files: http://www.webnauts.net/redesign/stylesheets/layout.css http://www.webnauts.net/redesign/stylesheets/iestyles.css

Re: [WSG] problem with Conditional Comments

2006-02-20 Thread Soeren Mordhorst
yes Christian, the old IE-browsers are standalones ... Is it possible to install older versions of IEs next to a new one? Tried to install IE7beta as a standalone, but after that IE6 is not working anymore. For installation I followed an article of sitepoint IE7: The 'IEagle' has Landed

Re: [WSG] problem with Conditional Comments

2006-02-20 Thread Jay Gilmore
Christian Montoya wrote: On 2/20/06, Soeren Mordhorst [EMAIL PROTECTED] wrote: Tried these CCs in multiple ways, but it does not work. For example: ... Any suggestions? As far as I know, if you have standalone installs of IE 5 and 6 on your machine, they will not see the conditional