ReneeZara
06-23-2005, 06:09 PM
Ok, I'll try to explain the problem with as little confusion as possible, so bear with me. I'm not sure whether the problem is PHP, HTML or CSS, so I'll post it here. I use movable type and have multiple skins installed. The problem is with "Flower", skin #3. I use h2 heading for the entry date, h3 for the entry title. Below the entry title is my actual post. In the CSS, the h3 has a specified bottom border, but this border will not appear in Mozilla under every entry title. Can anyone explain to me why? I have found a way to fix this (instead of having a bottom border for the entry title h3, I can specify a top border for the actual post), but I would still like to understand why this happens in the 1st place? I will post my index page code, along with the relevant css info (the whole css is too long to post here). Let me know if you need to see the headers and footers too.
<?php include ("/home/reneezar/public_html/cookiecheck.php");
$headervar="/home/reneezar/public_html/nav/header"; $extension=".php";
include($headervar.$skin.$extension);?>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta name="generator" content="http://www.movabletype.org/" />
<title><$MTBlogName encode_html="1"$></title>
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="<$MTBlogURL$>index.rdf" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTBlogURL$>rsd.xml" />
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<script type="text/javascript" src="http://www.makepovertyhistory.org/whiteband_small_right.js"> </script><noscript><a href="http://www.makepovertyhistory.org/"> http://www.makepovertyhistory.org</a></noscript>
<$MTInclude module="smileys"$>
<div id="outer-container">
<a name="anchor"></a>
<div id="banner">
<h1><$MTBlogName encode_html="1"$></h1>
<h2><$MTBlogDescription$>...welcome to my place...</h2>
</div>
<div id="main">
<div class="entries">
<div class="entries-top"></div>
<div class="entries-middle">
<MTMacroApply>
<MTEntries lastn="4">
<$MTEntryTrackbackData$>
<MTDateHeader><h2> :: <$MTEntryDate format="%m.%d.%y %A"$> :: </h2>
</MTDateHeader>
<h3 class="title"><MTEntryTitle></h3>
<div class="blog-entry">
<MTEntryCategories glue=" "><MTTopicIcon class="floatcategory" border="0" align="bottom" alt="--%c:50%% done--" deftext="%c"></MTEntryCategories>
<$MTEntryBody$>
<MTEntryIfExtended>
<p class="extended"><a href="<$MTEntryPermalink$>#more">Continue reading "<$MTEntryTitle$>"</a></p>
</MTEntryIfExtended>
<br style="clear: both;"/>
<hr>
<p class="posted">
<img alt="posted.gif" src="http://www.reneezara.com/movabletype/images/my_images/posted.gif" border="0" /> Posted by <img alt="user.gif" src="http://www.reneezara.com/movabletype/images/my_images/user.gif" border="0" /> <$MTEntryAuthor$> at <img alt="clock.gif" src="http://www.reneezara.com/movabletype/images/my_images/clock.gif" border="0" /> <a href="<$MTEntryPermalink valid_html="1"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <img alt="comments.gif" src="http://www.reneezara.com/movabletype/images/my_images/comments.gif" border="0" /> <a href="<$MTEntryPermalink archive_type="Individual"$>#comments"> Comments (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <img alt="trackback.gif" src="http://www.reneezara.com/movabletype/images/my_images/trackback.gif" border="0" /> <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks"> TrackBack (<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</div>
</MTEntries>
</MTMacroApply>
</div>
<div class="entries-bottom"></div>
<br><br>
<h1><a href="#anchor">top</a> <img src="http://www.reneezara.com/images/spacer.gif"></h1>
<br><br>
</div>
</div>
<div id="menu">
<div class="sidebar">
<div class="sidebar-top"></div>
<div class="sidebar-middle">
<div id="calendar">
<table summary="Monthly calendar with links to each day's posts">
<MTArchiveList archive_type="Monthly" lastn="1">
<caption class="calendarhead">
<MTArchivePrevious><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true">«</a></MTArchivePrevious>
<a href="index.php" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true"><$MTArchiveTitle$></a>
<MTArchiveNext><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true">»</a></MTArchiveNext>
</caption>
<tr>
<th abbr="Sunday">Su</th>
<th abbr="Monday">Mo</th>
<th abbr="Tuesday">Tu</th>
<th abbr="Wednesday">We</th>
<th abbr="Thursday">Th</th>
<th abbr="Friday">Fr</th>
<th abbr="Saturday">Sa</th>
</tr>
<MTCalendar>
<MTCalendarWeekHeader><tr></MTCalendarWeekHeader>
<td>
<MTCalendarIfEntries>
<MTEntries lastn="1">
<a href="<MTEntryPermalink archive_type="Daily">" title="<MTEntryTitle encode_html="1">" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true"><$MTCalendarDay$></a>
</MTEntries>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries>
<MTCalendarIfBlank> </MTCalendarIfBlank>
</td>
<MTCalendarWeekFooter></tr></MTCalendarWeekFooter>
</MTCalendar>
</MTArchiveList>
</table>
</div>
<div class="box-position">
<script language="javascript" type="text/javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="_self");
}
}
//-->
</script>
<form name="jump1" ACTION=URI>
<select name="menu" onChange="jump(this.form)">
<option value="0">monthly archive</option>
<option value="0"></option>
<MTArchiveList archive_type="Monthly">
<option value="<$MTArchiveLink$>"><$MTArchiveDate format="%B %Y"$></option>
</MTArchiveList>
</select>
</form>
<form name="jump2" ACTION=URI>
<select name="menu" onChange="jump(this.form)">
<option value="0">category archive</option>
<option value="0"></option>
<MTArchiveList archive_type="Category">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList>
</select>
</form>
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input id="search" name="search" size="20" />
<input type="submit" value="search" />
</form>
</div>
<?php
$footervar = "/home/reneezar/public_html/nav/footer";
$extension = ".php";
include ($footervar.$skin.$extension);
?>
<?php include ("/home/reneezar/public_html/cookiecheck.php");
$headervar="/home/reneezar/public_html/nav/header"; $extension=".php";
include($headervar.$skin.$extension);?>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta name="generator" content="http://www.movabletype.org/" />
<title><$MTBlogName encode_html="1"$></title>
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="<$MTBlogURL$>index.rdf" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTBlogURL$>rsd.xml" />
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<script type="text/javascript" src="http://www.makepovertyhistory.org/whiteband_small_right.js"> </script><noscript><a href="http://www.makepovertyhistory.org/"> http://www.makepovertyhistory.org</a></noscript>
<$MTInclude module="smileys"$>
<div id="outer-container">
<a name="anchor"></a>
<div id="banner">
<h1><$MTBlogName encode_html="1"$></h1>
<h2><$MTBlogDescription$>...welcome to my place...</h2>
</div>
<div id="main">
<div class="entries">
<div class="entries-top"></div>
<div class="entries-middle">
<MTMacroApply>
<MTEntries lastn="4">
<$MTEntryTrackbackData$>
<MTDateHeader><h2> :: <$MTEntryDate format="%m.%d.%y %A"$> :: </h2>
</MTDateHeader>
<h3 class="title"><MTEntryTitle></h3>
<div class="blog-entry">
<MTEntryCategories glue=" "><MTTopicIcon class="floatcategory" border="0" align="bottom" alt="--%c:50%% done--" deftext="%c"></MTEntryCategories>
<$MTEntryBody$>
<MTEntryIfExtended>
<p class="extended"><a href="<$MTEntryPermalink$>#more">Continue reading "<$MTEntryTitle$>"</a></p>
</MTEntryIfExtended>
<br style="clear: both;"/>
<hr>
<p class="posted">
<img alt="posted.gif" src="http://www.reneezara.com/movabletype/images/my_images/posted.gif" border="0" /> Posted by <img alt="user.gif" src="http://www.reneezara.com/movabletype/images/my_images/user.gif" border="0" /> <$MTEntryAuthor$> at <img alt="clock.gif" src="http://www.reneezara.com/movabletype/images/my_images/clock.gif" border="0" /> <a href="<$MTEntryPermalink valid_html="1"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <img alt="comments.gif" src="http://www.reneezara.com/movabletype/images/my_images/comments.gif" border="0" /> <a href="<$MTEntryPermalink archive_type="Individual"$>#comments"> Comments (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <img alt="trackback.gif" src="http://www.reneezara.com/movabletype/images/my_images/trackback.gif" border="0" /> <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks"> TrackBack (<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</div>
</MTEntries>
</MTMacroApply>
</div>
<div class="entries-bottom"></div>
<br><br>
<h1><a href="#anchor">top</a> <img src="http://www.reneezara.com/images/spacer.gif"></h1>
<br><br>
</div>
</div>
<div id="menu">
<div class="sidebar">
<div class="sidebar-top"></div>
<div class="sidebar-middle">
<div id="calendar">
<table summary="Monthly calendar with links to each day's posts">
<MTArchiveList archive_type="Monthly" lastn="1">
<caption class="calendarhead">
<MTArchivePrevious><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true">«</a></MTArchivePrevious>
<a href="index.php" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true"><$MTArchiveTitle$></a>
<MTArchiveNext><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true">»</a></MTArchiveNext>
</caption>
<tr>
<th abbr="Sunday">Su</th>
<th abbr="Monday">Mo</th>
<th abbr="Tuesday">Tu</th>
<th abbr="Wednesday">We</th>
<th abbr="Thursday">Th</th>
<th abbr="Friday">Fr</th>
<th abbr="Saturday">Sa</th>
</tr>
<MTCalendar>
<MTCalendarWeekHeader><tr></MTCalendarWeekHeader>
<td>
<MTCalendarIfEntries>
<MTEntries lastn="1">
<a href="<MTEntryPermalink archive_type="Daily">" title="<MTEntryTitle encode_html="1">" target="_self" onMouseOver="window.status='blog';return true" onMouseOut="window.status='';return true"><$MTCalendarDay$></a>
</MTEntries>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries>
<MTCalendarIfBlank> </MTCalendarIfBlank>
</td>
<MTCalendarWeekFooter></tr></MTCalendarWeekFooter>
</MTCalendar>
</MTArchiveList>
</table>
</div>
<div class="box-position">
<script language="javascript" type="text/javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="_self");
}
}
//-->
</script>
<form name="jump1" ACTION=URI>
<select name="menu" onChange="jump(this.form)">
<option value="0">monthly archive</option>
<option value="0"></option>
<MTArchiveList archive_type="Monthly">
<option value="<$MTArchiveLink$>"><$MTArchiveDate format="%B %Y"$></option>
</MTArchiveList>
</select>
</form>
<form name="jump2" ACTION=URI>
<select name="menu" onChange="jump(this.form)">
<option value="0">category archive</option>
<option value="0"></option>
<MTArchiveList archive_type="Category">
<option value="<$MTArchiveLink$>"><$MTArchiveTitle$></option>
</MTArchiveList>
</select>
</form>
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input id="search" name="search" size="20" />
<input type="submit" value="search" />
</form>
</div>
<?php
$footervar = "/home/reneezar/public_html/nav/footer";
$extension = ".php";
include ($footervar.$skin.$extension);
?>