I tried many ways but I cant my nav exactly where I want. I didnt space between Navs. When I try width properties on CSS my last 2 navs jump to line. I add text-indent property thats helped me. But this time come up to Browser problem on PC. Im using iMac. Safari and Firefox( for Mac) good preview but PC IE8 and Firefox terrible. How can I fixed that problem. I attached my all files I need your help?
<p> Özel Çocuk Dan??manl?k, Rehberlik ve Uygulama Merkezi 1993 y?l?nda pedagog Ülker Ya?in taraf?ndan kuruldu. Kurulu?un amac?; uzun y?llar?n deneyiminin aktar?l?p payla??lmas?, mesleki çal??malar?n uygun ortamda yap?lmas?, geli?en dünyan?n alan?m?za katk?lar?n?n izlenmesi ve uygulanmas?n?n sa?lanmas? idi. Erken e?itimin, e?itim koordinasyonunun ve planlamas?n?n, bireysel yakla??m?n öneminin y?llard?r yap?lan çal??malarla görülmesi kurulu?umuzun çal??ma alanlar?n? belirledi. Bugüne kadar yapt???m?z çal??malar?n sonuçlar?n? halen izlemeye devam etti?imiz pek çok çocu?un geli?imiyle görmekteyiz. </p>
<p>Kadromuzu, alanlar?nda deneyimli uzman arkada?lar?m?z olu?turmaktad?r. Kurumumuzda ekip çal??mas?na çok önem verilmekte, ebeveyn e?itimi, bireysel ve grup e?itimleri, e?itici seminerler yap?lmaktad?r. </p>
Safari http://i39.tinypic.com/wwgsw7.png Firefox (on Mac) http://i44.tinypic.com/10xa7gw.png IE 8 http://i43.tinypic.com/2dkwxg4.jpg Firefox (on PC) http://i44.tinypic.com/161c0fq.jpg This is the adding width 70px(ul#nav li a) and padding left 275px(ul#nav).
Did you see safari and firefox(Mac preview) all navigation links right place between borders. But IE and Firefox (PC preview) not. Why did happend How can I fix that?
I dint publish yet this only one page. I will try your way but could you please check this page I attached files bottom my first message. By the way thank you for attention.
HTML
CSS
Safari
http://i39.tinypic.com/wwgsw7.png
Firefox (on Mac)
http://i44.tinypic.com/10xa7gw.png
IE 8
http://i43.tinypic.com/2dkwxg4.jpg
Firefox (on PC)
http://i44.tinypic.com/161c0fq.jpg
This is the adding width 70px(ul#nav li a) and padding left 275px(ul#nav).
Posting a link to the site would be a much better help. You're simply going to want to do something like this, in its most basic form:
ul {
width: width of nav;
}
ul li {
width: width of tab;
text-align: center;
}