spot_img
Thursday, September 19, 2024
spot_img
HomeTechBilgi TeknolojisiHoly grail layout nedir?

Holy grail layout nedir?

-

Bu makale, Holy grail layout’nin ne olduğunu ve Holy grail layout’nin nasıl kullanılacağını ayrıntılı olarak açıklayacaktır.

Kutsal kase düzeni

Kutsal kâse düzeni, web tasarımında yaygın olarak kullanılan bir düzen modelidir. Tam pencere genişliğini kapsayan, sayfanın üst kısmında bir başlık alanı ve alt kısmında bir alt bilgi alanına sahiptir. Üstbilgi ve altbilgi arasında eşit yükseklikte üç alan bulunur. İçeriğin ana gövdesi, her iki tarafta iki destekleyici içerik paneli veya arayüz öğeleri ile orta alanı kaplar.

“Kutsal kase” adı, efsanevi bir aranan şeye atıfta bulunur. 2000’lerin başında, mevcut web teknolojilerini kullanarak kutsal kase düzenini güvenilir bir şekilde elde etmek zordu. Bugün kutsal kase düzeni, CSS Grid veya Flexbox gibi yaygın olarak benimsenen teknolojileri kullanarak uygulamak önemsizdir.

Sadece CSS kullanan kutsal kase düzeninin bilinen ilk uygulaması Glish.com’da (artık aktif değil) Şubat 2001’de yayınlandı. Orijinal kutsal kase düzeninin CSS’si aşağıda listelenmiştir.

body {
	margin:10px 10px 0px 10px;
	padding:0px;
	}
#leftcontent {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
#centercontent {
	background:#fff;
		margin-left: 199px;
		margin-right:199px;
	border:1px solid #000;
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string ""}"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.
We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus ""}"" value and allow the proper value to
cascade down from the body tag.
The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.
Read more at http://www.glish.com/css/hacks.asp
*/
	voice-family: ""}"";
	voice-family: inherit;
		margin-left: 201px;
		margin-right:201px;
	}
html>body #centercontent {
		margin-left: 201px;
		margin-right:201px;
	}
#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
#banner {
	background:#fff;
	height:40px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: ""}"";
	voice-family: inherit;
	height:39px;
	}
html>body #banner {
	height:39px;
	}
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
h1 {
	font-size:14px;
	padding-top:10px;
	}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}
#rightcontent p {
	font-size:10px
	}
Previous article
Next article

Related articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
0FollowersFollow
0FollowersFollow
0SubscribersSubscribe
Saçınızda Kahve Kullanmanın Faydaları Nelerdir?

Latest posts