Internet Explorer’da CSS Sorunları
Ağustos2
Evet bende bazı zamanlar css tasarımlar yaparken ie 6.0 uydurmaya çalışırdım halada guesworld’da eklentiler dökümanlar eklerken kaymalar oluyor bu dökümandan yararlanarak işinizi kolaylaştırabilirsiniz..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<style type="text/css">
<!--
img {
border: 2px solid #333333;
}
img:hover {
border: 2px solid #FF0000;
}
</style>
<!--[if IE 6]>
<style type="text/css">
a:hover{
color:red;
}
a:link img,
a:visited img{
border: 2px solid #333333;
}
a:focus img,
a:hover img,
a:active img{
border: 2px solid #FF0000;
}
</style>
<![endif]-->
<title>SANALKURS.NET / IE CSS Sorunları 1</title></head>
<a href="#" ><img src="http://www.sanalkurs.net/images/dersler/a0eaf41626b4f4bd96e85a8995b4b6df76878fc3.jpg" /></a>
</body>
</html> |
Blogumuzdaki Son Konulardan Haberdar Olmak İçin 













