<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>few HTML and CSS issues 2 | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/few_html_and_css_issues_2/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>09/23/07, 266 07 2007 2007:%i:1190560045 11:07:25</pubDate>
  <lastBuildDate>06/07/13, 158 21 2013 2013:%i:1370586061 02:21:01</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Jade M said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/few_html_and_css_issues_2/#p2088</link>
    <description><![CDATA[Sorry I forgot to paste the URL of the page to have a complete glimpse of what Im trying to achieve.<br />
<br />
<a class="external" href="http://emproduxions.net/affinity_solutions/images/test3.html">http://emproduxions.net/affinity_solutions/images/test3.html</a> -- you can refer to the rounded corners HTML and cSS problem I am encountering - how to place image and repeat them with CSS in a td.<br />
<br />
<br />
<a class="external" href="http://emproduxions.net/affinity_solutions/images/default2.html--">http://emproduxions.net/affinity_solutions/images/default2.html--</a> the image banner is not showing above the navigation, but want 2 div to be placed on top of each other. Please see full details of this question.<br />
<br />
<br />
I have few HTML and cSS issues that I need to achieve;<br />
1. I want to repeat a background on a td with CSS: How can I do this?  It works on top and bottom of the td horizontally, but not vertically. Let me provide the code:<br />
<br />
  <br />
    <br />
    <br />
    <br />
  <br />
  <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <p>About Us</p><br />
    <br />
  <br />
  <br />
    <br />
    <br />
    <br />
  <br />
<br />
--------------------<br />
It doesn&#39;t repeat on the left and right side of the table and the image just shows 5px in width and 100% in height. But it doesn&#39;t work as it is expected to do.<br />
<br />
Another problem is how to place 2 div on top of each other:<br />
<br />
I am trying to combine 2 divs for the top banner and #navcontainer:<br />
Let me provide the code:<br />
<br />
<br />
<br />
<br />
<br />
<br />
Back to School Software Promotion<br />
<br />
/*Start of rounded corners*/<br />
 .roundedcornr_box_141414 {<br />
   background: #ead684;<br />
}<br />
.roundedcornr_top_141414 div {<br />
   background: url(affinity_solutions/images/roundedcornr_141414_tl.png) no-repeat top left;<br />
}<br />
.roundedcornr_top_141414 {<br />
   background: url(affinity_solutions/images/roundedcornr_141414_tr.png) no-repeat top right;<br />
}<br />
.roundedcornr_bottom_141414 div {<br />
   background: url(affinity_solutions/images/roundedcornr_141414_bl.png) no-repeat bottom left;<br />
}<br />
.roundedcornr_bottom_141414 {<br />
   background: url(affinity_solutions/images/roundedcornr_141414_br.png) no-repeat bottom right;<br />
}<br />
<br />
.roundedcornr_top_141414 div, .roundedcornr_top_141414, <br />
.roundedcornr_bottom_141414 div, .roundedcornr_bottom_141414 {<br />
   width: 100%;<br />
   height: 2px;<br />
   font-size: 1px;<br />
}<br />
.roundedcornr_content_141414 { margin: 0 2px; }<br />
/*End of rounded corners*/<br />
/*Start of Navigation bar stylesheet*/<br />
div#topbanner<br />
{<br />
position:absolute;<br />
<br />
}<br />
div#navcontainer<br />
{<br />
background-color: #674212;<br />
border-top: solid 1px #674212;<br />
border-bottom: solid 1px #674212;<br />
<br />
}<br />
<br />
div#navcontainer ul<br />
{<br />
font-family: Arial, Helvetica, sans-serif;<br />
font-weight: bold;<br />
color: white;<br />
text-align: center;<br />
margin: 0;<br />
padding-bottom: 5px;<br />
padding-top:  5px;<br />
}<br />
<br />
div#navcontainer ul li<br />
{<br />
display: inline;<br />
margin-left: -4px;<br />
}<br />
<br />
div#navcontainer ul li a<br />
{<br />
padding: 5px 5px 5px 5px;<br />
color: white;<br />
text-decoration: none;<br />
border-right: 1px solid #EAD68A;<br />
}<br />
<br />
div#navcontainer ul li a:hover<br />
{<br />
background-color: #EAD68A;<br />
color: #2A4371;<br />
}<br />
<br />
#active a { border-left: 1px solid #fff; }<br />
<br />
/*Stylesheet of h2,p and links*/<br />
h2 p a<br />
{<br />
margin:10px;<br />
}<br />
h2.title<br />
{<br />
font-family:Arial, Helvetica, sans-serif;<br />
font-size:16px;<br />
margin-bottom:3px;<br />
font-color:black;<br />
text-align:left;<br />
}<br />
p.textcontent<br />
{<br />
font-family:Arial, Helvetica, sans-serif;<br />
font-size:11px;<br />
margin-top:2px;<br />
font-color:674212;<br />
text-align:left;<br />
}<br />
a.textlinks<br />
{<br />
font-family:Arial, Helvetica, sans-serif;<br />
font-size:11px;<br />
font-color:17486A;<br />
text-align:left;<br />
text-decoration:underline;<br />
}<br />
/*Divider in between the bundles*/<br />
.brownline {<br />
	border-color:#674212;<br />
	border-bottom-style:solid;<br />
	border-bottom-width:thin;<br />
	padding-top:3px;<br />
}<br />
<br />
body {<br />
	background-repeat: repeat-x;<br />
	background-image: url(images/blue_bckgrnd.jpg);<br />
	margin-left: 0px;<br />
}<br />
table.2_borders<br />
{<br />
background-color:#EAD68A;<br />
border:1;<br />
border-style:solid;<br />
}<br />
td.repeatrght {<br />
	background-image: url(images/rght_bluebeige.gif);<br />
	background-repeat: repeat-y;<br />
	background-position: left top;<br />
}<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<ul id="navlist"><br />
<li id="active"><a href="#" id="current">Home</a></li><br />
<li><a href="#">Mathematics</a></li><br />
<li><a href="#">Science</a></li><br />
<li><a href="#">History</a></li><br />
<li><a href="#">Reading</a></li><br />
<li><a href="#">Learning for Everyone</a></li><br />
</ul><br />
<br />
<br />
<br />
<br />
<br />
&nbsp;<br />
<br />
<br />
<br />
<br />
  <br />
    <br />
    <br />
    <br />
  <br />
  <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <p>About Us</p><br />
    <br />
  <br />
  <br />
    <br />
    <br />
    <br />
  <br />
<br />
<br />
  <br />
<br />
End of rounded corners<br />
<br />
End of footer<br />
<br />
<br />
<br />
<br />
<br />
The nav container is a centered navigation bar created in HTML and CSS, while the top banner is just sitting there at the very top of the maincontainer. I want the top banner to be behind the navigation bar list I have created. Is there anyway to do it?]]></description>
    <pubDate>09/23/07, 266 07 2007 2007:%i:1190560045 11:07:25</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/few_html_and_css_issues_2/#p2088</guid>
   </item>
   </channel>
</rss