Díky chrono
Funguje to
// Spojený príspevok Pia 01.05.15 12:40Ahojte než dám lock tak mám ďaľší problém
Na tej mojej stránke :
Môj WEB mám článok robený cez tabuľku viď kód:
Kód:
<table width='80%'> <tr><td class='novinka'><table width='100%'><tr><td class='titulok_novinky'><table width='100%'><tr><th><h3><a href='./trafficmonsoon.html' class="titulok_novinky_1" onmouseover="this.className='titulok_novinky_2'" onmouseout="this.className='titulok_novinky_1'">Trafficmonsoon</a></h3></th></tr></table></td></tr>
<tr><td class='titulok_novinky'><table width='100%'><tr><td width='70px' valign='top'></td><td colspan='' align='left'><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p></td></tr></table></td></tr>
<tr><td class='titulok_novinky'><table width='100%'><tr><td>Autor: <a class="titulok_novinky_1" onmouseover="this.className='titulok_novinky_2'" onmouseout="this.className='titulok_novinky_1'">Marek Mikula</a></td><td></td><td align='right' class="kurziva">12:21 01.05.2015</td></tr></table></td></tr>
</table>
</td></tr>
</table>
a v CSS toto :
Kód:
.pravy_horny_roh{
background-image: url('http://moneyearn.eu/images/pravy_horny.png');
background-repeat: no-repeat;
}
.lavy_horny_roh{
background-image: url('http://moneyearn.eu/images/lavy_horny.png');
background-repeat: no-repeat;
}
.pravy_spodny_roh{
background-image: url('http://moneyearn.eu/images/pravy_spodny.png');
background-repeat: no-repeat;
}
.lavy_spodny_roh{
background-image: url('http://moneyearn.eu/images/lavy_spodny.png');
background-repeat: no-repeat;
}
.vertikalny_pravy{
background-image: url('http://moneyearn.eu/images/vertikalny_pravy_okraj.png');
}
.vertikalny_lavy{
background-image: url('http://moneyearn.eu/images/vertikalny_lavy_okraj.png');
}
.horizontalny{
background-image: url('http://moneyearn.eu/images/horizontalny_dolny_okraj.png');
}
.pozadie_navigacie{
background-image: url('http://moneyearn.eu/images/stred.png');
}
.titulok{
background-image: url('http://moneyearn.eu/images/horny_okraj.png');
font-family: Calibri;
font-size: 12px;
font-weight: 900;
letter-spacing: 0;
text-align: center;
margin-top: 4px;
}
body {
/*background-color: #202020; */
background-image: url('http://moneyearn.eu/images/pozadie.png');
background-color: black;
background-repeat: repeat;
color: white;
font-family: Calibri;
font-size: 12px;
position: absolute;
top: 0px;
left: 0px;
background-position: 50% 30%;
background-attachment: fixed;
}
h2 {
font-family: Calibri;
font-size: 15px;
font-weight: 900;
letter-spacing: 0;
text-align: center;
margin: 0 0 0 0;
}
.odkaz {
color: #B4B4B4;
text-decoration: none;
font-size: 14px;
}
.odkaz_prechod {
color: yellow;
text-decoration: none;
letter-spacing: 0;
font-size: 14px;
}
.etarget {
height: 600px;
width: 177px;
float: left;
margin-top: 4px;
margin-left: 4px;
}
.novinka {
background-image: url('http://moneyearn.eu/images/stred.png');
border: 1px solid black;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.titulok_novinky {
background-image: url('http://moneyearn.eu/images/stred2.png');
}
.titulok_novinky_1 {
color: #B4B4B4;
text-decoration: none;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
}
.titulok_novinky_2 {
color: yellow;
text-decoration: none;
/*letter-spacing: 1px;*/
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
}
.kurziva{
font-style: italic;
}
h3 {
font-size: 12px;
margin: 0 0 0 0;
}
Ale keď to dám na web zobrazuje sa mi to takto :
A ja chcem aby ten článok bol zarovno toho menu ako to je napríklad tu: [url=webradio.war3zone.eu]tu[/url viem moj web je postavený na designe toho istého webu aj kódu ale tak každý má svoj vkus