..:: MX Studio Fóruns ::..: Problema De Leitura De Folhas De Estilo... - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Problema De Leitura De Folhas De Estilo...

#1 User is offline   Enigma_Boy 

  • Group: Membros
  • Posts: 6
  • Joined: 22-March 07

Posted 22 March 2007 - 04:42 PM

eu estou a construir um site em que ele no ie 7 e todos os outros navegadores sem ser o ie6 ou versoes anteriores ao ie 6 estao bem, no ie 6 ja se encontram alguma divs desalinhadas e fora do sitio, dai pus isto no meu index.php

<!--[if IE 6]>
<link href="../css/style_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->

para que ao ler a versao 6 o site ler o respectivo style... mas o que gostava de saber era um codigo parecido ou mais complecçado para tipo, ao ler que é a versao 6 do ie ia ler um style, e ao ler que nao é a versao 6 qual quer que seja o navegador, le-se outro ficheiro.

ja tentei assim:

<!--[if IE 6]>
<link href="../css/style_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<link href="../css/style.css" rel="stylesheet" type="text/css" />

so que assim o link do style sem o if vai subestituir o if do link para o ie 6 dai nao vai dar enfeite estar o

<!--[if IE 6]>
<link href="../css/style_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->

0

#2 User is offline   rochester 

  • Group: Colunistas
  • Posts: 1080
  • Joined: 24-June 06

Posted 23 March 2007 - 01:54 AM

CODE
<link href="../css/style.css" rel="stylesheet" type="text/css" />

<!--[if IE 6]>
<link href="../css/style_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->


se nao for o IE6 ele apenas le a primeira linha e ignora o comentario, se for o IE6 ele le o estilo e sobrepoe as caracteristicas.
0

#3 User is offline   Enigma_Boy 

  • Group: Membros
  • Posts: 6
  • Joined: 22-March 07

Posted 23 March 2007 - 04:29 AM

deu certo rochester... muito obrigado =) laugh.gif laugh.gif laugh.gif laugh.gif
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)