Why Mozilla Firefox 2 show my page http://szmitek.winweb.pl/ttm/orginal"][/URL] incorrectly (without background under 'Kopieniec Wielki :: 1 / 13'). What should I change so that background under name and number of picture is the same as one under picture and caption ("Kopieniec Wielki (1328 m AMSL). The photo taken on 15/07/2007 13:38 o'clock at about 1280 m AMSL"). Internet Explorer 7 show my page correctly.
Whole XHTML code of page:
Code of part of format.css:
Could you help me?
Whole XHTML code of page:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Kopieniec Wielki :: photos from the Tatra Mountains</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="Kamil, Szmit; szmitek; the, Tatra Mountains; photos; photo" name="keywords" />
<link href='../../en/rss.aspx' rel="alternate" title='Kamil Szmit - news' type='application/rss+xml' />
<link href="../../format.css" rel="stylesheet" type="text/css" />
<meta content="document" name="resource-type" />
<meta content="global" name="distribution" />
</head>
<body style="background-color: #333">
<table class="photo" cellspacing="0" cellpadding="0">
<tr>
<td id="tl"><img alt="Element of border" height="96" src="../assets/clear.gif" width="40" /></td>
<td id="tm">
<p class="title">The Tatra Mountains</p>
<p class="nav">Kopieniec Wielki :: 1 / 13</p>
</td>
<td id="tr">
<img alt="Element of border" height="96" src="../assets/clear.gif" width="40" /></td>
</tr>
<tr>
<td id="left"><img src="../assets/clear.gif" alt='Element of border' width="40" height="1" /></td>
<td id="maincontent">
<p class="nav">
<a
href='index.aspx?image=0726_152357_p&language='>previous photo</a> ::
<a href="../">
return
</a> :: <a id="language" title="Zmie? j?zyk na polski - change language into Polish" href="index.aspx?language=pl&image=0715_133835_kw">polski</a> ::
<a href='index.aspx?image=0715_144009_pokw&language='>
next photo
</a>
</p>
<p><img id="photo" src="0715_133835_kw.jpg" alt="Kopieniec Wielki" style="border-width:0px;" /></p>
<p class="photocaption">Kopieniec Wielki (1328 m AMSL). The photo taken on 15/07/2007 13:38 o'clock at about 1280 m AMSL</p>
</td>
<td id="right"><img alt="Element of border" height="1" src="../assets/clear.gif" width="40" /></td>
</tr>
<tr>
<td id="bl"> </td>
<td id="bm"><p class="credit">Photos taken by means of Siemens S55 mobile phone with Siemens QuickPic IQP-500 camera.</p></td>
<td id="br">
</td>
</tr>
</table>
</body>
</html>
Code of part of format.css:
Code:
...
table.photo {
font-family: Georgia, "Palatino Linotype", "Times New Roman";
font-size: 12px;
text-align: left;
}
#tl {
background: url('ttm/assets/p-tl.png') no-repeat right top;
width: 40px;
}
#tm {
background-image: url(ttm/assets/p-tm.png);
background-repeat: repeat-x;
}
#tr {
background: url(ttm/assets/p-tr.png) no-repeat top left;
width: 40px;
}
#tb {
background-image: url(ttm/assets/p-b.png);
background-repeat: inherit;
}
#bl {
background: url(ttm/assets/p-bl.png) no-repeat top right;
}
#bm {
background: url(ttm/assets/p-bm.png) repeat-x top right;
height: 96px;
}
#br {
background: url(ttm/assets/p-br.png) no-repeat top left;
}
#left {
background: url(ttm/assets/p-l.png) repeat-y right;
}
#right {
background: url(ttm/assets/p-r.png) repeat-y left;
}
(...)
.photocaption {
font-size: 16px;
color: #fff;
}
.title {
color: #fff;
font-size: 30px;
font-family: Georgia, "Palatino Linotype", "Times New Roman";
}
.comment {
color: #7B7958;
font-size: 15px;
letter-spacing: 0;
}
.credit {
color: #999;
font-size: 11px
}
.nav
{
font-family: Verdana, Arial;
font-size: 12px;
color: #ccc;
}
.nav a {
text-decoration: none;
color: #ccc;
}
.nav a:hover {
color: #fff;
text-decoration: underline;
}
...
Could you help me?