Forum Gry Hobby Sprzęt Rozmawiamy Archiwum Regulamin

Forum: Strona Internetowa cz.2

08.01.2012 16:18
dexapini9
1
dexapini9
116
veritas odium parit

Strona Internetowa cz.2

Mam nadzieję, że się nie przstraszycie ilością kodu.
Kod:

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

</head>
<style>
body ‹
background-color:#D6D6D6;

#gora‹width:100%;
height:216px;
margin:auto;
top:25px;
position:fixed;
background:url('xxx.jpg') 50% 50% no-repeat


.komorka1‹
min-width:280px;
background-color:#F00;


#komorka3‹
background:#df132c;


#komorka2‹
background:#ad619c;



#komorka3:hover‹
background:#f32740;




#komorka2:hover‹
background:#F69;


</style>

<body>
<div id="gora">
</div>
<table width="1014" height="182" cellspacing="6">
<tr>
<td class="np" id="komorka1" style=background bgcolor="#06F"" rowspan="2">
witaj!<br>
Dzisiaj jest
<?
$today = date("F j, Y "); // ktorystam luty 2012r
echo ("$today");
?>
</td>

<td class="lg" id="komorka2" rowspan="2" style=background bgcolor="#FFCC33">

blalallalalalalaalablablablalblalbalbla.

<br/>
<span style="font-size:16px;font-family:Segoe UI,SegoeRegular">
hahahahhahahhahaah ucuccuucucucucuj</span>.
</span>
</td>
<td class="s" id="komrka2" style=background bgcolor="#999999">
grafika<br/>
<br/></td>

<td class="s" id="komrka3" style=background bgcolor="#66FF66">

html + css3

<br/>
<br/></td>
</tr>
</table>

</body>
</html>

Krótko mówiąc, wyśiwetla mi się tabela z obrazkiem i wjeżdża na drugą tabelę. Co zrobić żeby tak się nie działo?

Forum: Strona Internetowa cz.2