Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 14700

CSS para diferentes navegadores

$
0
0
Bom dia
Como eu faço para criar css para diferentes navegadores
fiz assim para os css., é uma pagina com vídeos
Código (CSS):
#videosie11{
width:200px;
height:150px;


padding-left:15px;
padding-right:15px;

padding-top:40px;

float:left;
}
#videosf27{
width:200px;
height:150px;


padding-left:80px;
padding-right:15px;

padding-top:40px;

float:left;
}
na pagina dos vídeos

Código (HTML):
<div id="videosie11">
<iframe frameborder="0" width="200" height="150" src="http://www.dailymotion.com/embed/video/x1f8v10" allowfullscreen></iframe><br /><a href="http://www.dailymotion.com/video/x1f8v10_2%C2%AA-aula-html_tech" target="_blank">2ª_Aula_Html</a> <i> <a href="http://www.dailymotion.com/EnsinoOnline" target="_blank"></a></i>
<br />
<a href=?pg=vdhtml&funcao=detalhes"" style="color:#FFF"><strong>Aumentar</strong></a>


a minha questão é a seguinte
na div vídeos da pagina vídeos defini para o ie da seguinte forma <div id="videosie11">
mas para dar bem no firefox se mudar para <div id="videosif27"> depois não se ve bem no ie
Como faço para que fica bem nos dois navegadores
Obrigado a todos

Viewing all articles
Browse latest Browse all 14700

Trending Articles