tema: Footer...???
Prikaz jedne poruke
Stara 22.1.2012, 2:03   #6
Luka Filipovic
Starosedelac
 
Član od: 9.7.2010.
Lokacija: N/A
Poruke: 1.795
Zahvalnice: 750
Zahvaljeno 536 puta na 369 poruka
Određen forumom Re: Footer...???

Citat:
Lordofevill kaže: Pregled poruke
Evo koda probao sam da stavim ono za footer i neradi...jel moze to automacki da se namesta na smakoj strani.....
Spoiler za bla:

Code:

<html>
<head>
<title>Edit</title>
<style type="text/css">
* { padding: 0; margin: 0; }
#body {
background:#C2DFFF;
border-top-style:none;
font-family: Snell, cursive ;
color:#AFDCEC;
font-size:large;
margin: 0;
padding: 0; }

#navigacija {
width:1000px;
background-image: url(none);
font-family: Verdana, Serif ;
text-align: center;
}
#navigacija a {
color: Black;
text-decoration: none;
line-height:76px;
margin:10px;
padding: 15px;
font-size: 17px;
}


#header {
width:auto;
height: 95px;
background:url(Image/Baner.jpg) no-repeat;
background-position: left;
}

#footer {
position: apsolute;
bottom: 0px;
color:White;
width: 100%;
line-height:100px;
background: #2B547E;
margin:0px;
padding: 0px;
text-align: bottom;
}

</style>
</head>

<body bgcolor="yellow">
<div id="navigacija">
<div id="header">
<a href="#">Home</a>
<a href="#">Test</a>
<a href="#">Test1</a>
<a href="#">Test2</a>
<a href="#">Test3</a>
<a href="#">Test4</a>
</div>
<div id="footer">
<font size="2" color="Black" face="verdana">Copyright&copy;</font>
</div>
</body>
</html>
probaj ovako

<html>
<head>
<title>Edit</title>
<style type="text/css">
* { padding: 0; margin: 0; }
#body {
background:#C2DFFF;
border-top-style:none;
font-family: Snell, cursive ;
color:#AFDCEC;
font-size:large;
margin: 0;
padding: 0; }

#navigacija {
width:1000px;
background-image: url(none);
font-family: Verdana, Serif ;
text-align: center;
}
#navigacija a {
color: Black;
text-decoration: none;
line-height:76px;
margin:10px;
padding: 15px;
font-size: 17px;
}


#header {
width:auto;
height: 95px;
background:url(Image/Baner.jpg) no-repeat;
background-position: left;
}

#footer {
position: apsolute; color:White;
height:50px;
background: #2B547E;
margin:0px;
padding: 0px;
text-align:center;
}
#content
{
height:800px;
}

</style>
</head>

<body bgcolor="yellow">
<div id="navigacija">
<div id="header">
<a href="#">Home</a>
<a href="#">Test</a>
<a href="#">Test1</a>
<a href="#">Test2</a>
<a href="#">Test3</a>
<a href="#">Test4</a>
</div>
<div id="content">
</div>

<div id="footer">
<font size="2" color="Black" face="verdana">Copyright&copy;</font>
</div>
</body>
</html>


on ti tako jeste na kraju, ali nemas nista izmedju sto bi ka spustilo jos dole
Luka Filipovic je offline   Odgovor sa citatom ove poruke
Sledeći korisnik se zahvaljuje korisniku Luka Filipovic na korisnoj poruci:
Lordofevill (22.1.2012)