İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

css den anliyan yardim edermi

myben

0
İyinet Üyesi
Katılım
20 Nisan 2011
Mesajlar
94
Reaction score
0
PHP:
html, body, form, ul, li, p { margin: 0px; padding: 0px; }
img { border: 0px none ; }
html, body, * html #main { height: 100%; }
body { font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }
h1 { font-size: 1.1em; }
#main { margin: 0px auto 0px; background: transparent url('txt_bg.jpg') repeat-y; width: 1002px; min-height: 100%; position: relative; }
#header { background: transparent url('header_bg.jpg') no-repeat; width: 1002px; height: 140px; float: left; }
#logo { padding: 40px 180px 0pt 0pt; width: 252px; height: 100px; text-align: right; float: left; }
#header_txt { padding: 15px 0pt 0pt; width: 570px; height: 125px; float: left; }
#header_txt img { margin: 55px 0pt 0pt 10px; }
#header_block { border: 1px solid rgb(150, 201, 252); padding: 10px; background: rgb(244, 248, 255) none repeat; width: 500px; color: rgb(56, 53, 48); font-size: 11px; text-align: justify; line-height: 1.7; float: left; }
#header_block a { color: rgb(98, 135, 173); text-decoration: none; display: block; }
#menu, #sub_menu { padding: 0pt 30px; width: 942px; list-style-type: none; list-style-image: none; list-style-position: outside; float: left; }
#menu { background: transparent url('menu_bg.gif') repeat-x; height: 45px; }
#menu li { padding: 5px 17px 0pt; height: 40px; float: left; }
#menu .border { background: transparent url('menu_border.gif') no-repeat scroll right 8px; }
#menu a { padding: 8px 8px 5px; height: 27px; float: left; color: rgb(255, 255, 255); text-decoration: none; font-family: Georgia,"Times New Roman",Times,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.4em; line-height: normal; font-size-adjust: none; font-stretch: normal; }
#menu .act, #menu a:hover { background: rgb(153, 204, 255) none repeat; color: rgb(0, 0, 0); }
#sub_menu { background: rgb(153, 204, 255) none repeat; height: 27px; }
#sub_menu li { padding: 7px 5px 0pt; float: left; }
#sub_menu a { color: rgb(0, 0, 0); text-decoration: none; text-transform: uppercase; }
#main_txt { padding: 10px 30px; width: 942px; float: left; }
#path { padding: 0pt 0pt 10px; width: 942px; color: rgb(56, 53, 48); float: left; }
#path a { color: rgb(62, 130, 200); text-decoration: none; }
#main_txt_inner { padding: 10px 20px 10px 10px; width: 900px; float: left; }
#main_txt_inner p { padding: 0pt 0pt 20px; width: 598px; color: rgb(56, 53, 48); font-size: 12px; line-height: 1.5; float: left; }
#main_txt_inner .img { padding: 20px 70px 20px 0pt; width: 528px; text-align: right; float: left; }
#main_txt_left { padding: 10px; width: 200px; float: left; }
#main_txt_center { padding: 10px; width: 400px; float: left; }
#main_txt_right { padding: 10px; width: 150px; float: right; }
.title { height: 52px; padding-top: 10px; float: left; }

.list { padding: 0pt 0pt 20px; width: 294px; color: rgb(56, 53, 48); font-size: 12px; list-style-type: none; list-style-image: none; list-style-position: outside; float: left; }
.list li { padding: 5px 0pt 5px 17px; background: transparent url('icon_10.gif') no-repeat scroll 0pt 9px; }
.list a, .p1 a, .p2 a { color: rgb(105, 177, 251); text-decoration: none; }
.p1, .p2, .form { padding: 0pt 0pt 15px; width: 294px; color: rgb(56, 53, 48); font-size: 12px; float: left; }
.p1 span, #main_txt_inner p span { font-size: 12px; font-weight: bold; }
.p2 span { color: rgb(178, 177, 178); font-size: 12px; }
.center { text-align: center; }
.img, .img_b { padding: 0pt 0pt 15px; width: 294px; text-align: center; float: left; }
.img_b img { border: 7px solid rgb(170, 212, 253); }
.form .input, .form .textarea { border: 1px solid rgb(195, 195, 195); margin: 0pt 0pt 10px; padding: 4px; width: 280px; color: rgb(155, 154, 151); font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; float: left; }
.form .submit { border: 0pt none ; background: rgb(153, 204, 255) none repeat; height: 20px; color: rgb(255, 255, 255); font-size: 11px; float: left; }
#footer { margin: 0pt auto; padding: 23px 10px 0pt; background-color:#333333; width: 982px; height: 50px; color: rgb(254, 253, 255); }


butun csss kodlarim bunlar.. yanliz menu a da hata veriyor w3 te
#menu a Property font-size-adjust doesn't exist in CSS level 2.1 but exists in [css2, css3] : none
#menu a Property font-stretch doesn't exist in CSS level 2.1 but exists in [css2, css3] : normal

bunlari duzeltmek icin font-famly girdigimdede ayni hatayi aliyorum. lutfen yardim edermisiniz.
 

onder

0
İyinet Üyesi
Katılım
13 Aralık 2012
Mesajlar
119
Reaction score
2
Konum
Fethiye
font-size-adjust ve font-stretch değerleri css 2.1 için geçerli öğeler değilmiş ... test i css2 yada css3 ile yapınca sorun olmuyor. peki bu kodları kaldırınca görsellikte çok fazla bir değişim oluyormu?
 

myben

0
İyinet Üyesi
Katılım
20 Nisan 2011
Mesajlar
94
Reaction score
0
evet kaldırınca kodu menu bozuluyor o acıdan nasıl yapacagimi bilemedim
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst