Witam.
Mam taką dziwną sprawę ;P Czy moglibyście przejrzeć poniższy kod i ocenić jego "poprawność"? Chodzi o co. To co napisałem było moją pierwszą stycznością z DIVami więc nie wiem czy dobrze to mi wyszło. Może to kompletnie powinno inaczej wyglądać?
Myślałem nad tymi div id="m2" ale nie mam pomysłu jak można by to zrobić inaczej aby były te przerwy między "komórkami".
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='pl' lang='pl'> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2' /> <meta name='author' content='Mateusz (Pride) K.' /> <meta name='copyright' content='Copyright (c) Mateusz (Pride) K.' /> <meta name='reply-to' content='PrideMK@gmail.com' />
body {
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
font-size: 12px;
background-color: #313131;
color: #FFFFFF;
text-align: center;
margin: 0;
padding: 0;
}
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #E69905;
text-decoration: none;
}
a.stopka {
color: #FFFFFF;
text-decoration: none;
}
a:hover.stopka {
color: #E69905;
text-decoration: none;
}
#logo {
background-image: url(logo.gif);
width: 141px;
height: 65px;
left: 10px;
top: 10px;
float: left;
position: absolute;
}
#cent {
width: 400px !important;
margin: 0 auto 30px auto;
text-align: center;
top: 200px;
position: relative;
border: solid 2px #DCDCDC;
}
#m2 {
background-color: #DCDCDC;
width: 400px;
height: 25px;
min-height: 25px;
display: block;
border-top: solid 2px #313131;
line-height:2em;
}
<div style='height: 20px; background-color: #3C3C3C; width: 400px;'> <span style='font-weight: bold;'>PridePage
</span> <a href="#" style='font-weight: bold;'>O mnie
</a> <a href="#" style='font-weight: bold;'>Skrypty
</a> <a href="#" style='font-weight: bold;'>Upload
</a> <a href="#" style='font-weight: bold;'>Kontakt
</a> <div style='height: 25px; margin-top: 380px'> <span style='font-size: 14px;'>Powered by
<a href='#' class='stopka'>PridePage
</a> Š
<a href='#' class='stopka'>PridePage
</a></span>
Z góry dzięki za pomoc (IMG:
http://forum.php.pl/style_emoticons/default/winksmiley.jpg)