Pogledajte određenu poruku
Staro 19. 09. 2008.   #11
krcko
A suicide bomber!
Certified
 
Avatar krcko
 
Datum učlanjenja: 05.08.2005
Lokacija: Beograd
Poruke: 63
Hvala: 1
2 "Hvala" u 2 poruka
krcko is on a distinguished road
Pošaljite poruku preko MSN za krcko Pošaljite poruku preko Skype™ za krcko
Default

evo, jel mogu ja?

html:
Kôd:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="content-style-type" content="text/css" />
	<meta http-equiv="imagetoolbar" content="no" />
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
	<meta name="MSSmartTagsPreventParsing" content="TRUE" />
    <title>Site name</title>
	<link href="common.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
    <div id="page">
		<h1>Sasa Buklijas</h1>
		<div id="infoholder">
			<ul>
				<li><a href="">Moj profil na LinkedIn</a>.</li>
				<li><a href="">Blog o zivotu sa linux-om</a>.</li>
				<li><a href="">Zivotopis</a>. (285KB, pdf)</li>
			</ul>
			<ul class="last-child"> <!-- ova klasa je potrebna za ie6 -->
				<li><a href="">My profile on LinkedIn</a>.</li>
				<li><a href="">Blog about life with linux. Is is on Croatian</a>.</li>
				<li><a href="">CV</a>. (285KB, pdf)</li>
			</ul>
		</div>
	</div>
</body>
</html>
css:
Kôd:
body,input{font-family:serif;color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style: decimal outside;}ul li{list-style: disc outside;}dl dd{margin-left:1em;}th,td {border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table{margin-bottom:1em;}


body
{
	background: url(img/bg.png) repeat;
	font-size: 10px;
}

#page
{
	width: 80%;
	margin: 0 auto;
	font-size: 2.4em;
	text-align: center;
	padding-top: 2em;
}

h1
{
	background: orange;
	border: .5em solid red;
	padding: .7em;
	font-size: 2.1em;
	margin-bottom: 0;
}

#infoholder
{
	background: black;
	text-align: left;
	padding: 1em;
}

#infoholder ul
{
	margin: 0;
	padding: 1em;
	background: yellow;
	margin-bottom: 1em;
}

#infoholder ul:last-child,
#infoholder ul.last-child  /* ie6 ne podrzava :last-child selector */
{
	margin-bottom: 0;
}

#infoholder ul li { list-style-type: none; }
__________________
jQuery addict!
krcko je offline   Odgovorite uz citat