[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.8

CSS tables

Asked by svp28 in Cascading Style Sheets (CSS)

Tags: rounded, table

I need help building a news box on a web page.  The box will have a gif graphic for the (classic round top corners), middle will be text , and the bottom will be a gif with rounded corners.

I tried building it using a table formatted with CSS.  It looked good in IE7 but did not look good in FF 2.  The graphics do not meet up with the edge of the content cell.  Almost seams like I am missing a margin or padding somewhere.
1.) Is there a way to do it without a table?
2.) What causes the image to look bad in FF?

Here is the link and code:
http://www.flintstreet.net/als/index2.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>ALS TDI | The world's largest ALS research center</title>
<style type="text/css">

      #Forum  {
      float: right;
    background: white;
      width: 287px;

}
      
      table.tblTable       {width:287px;}
      
      td.tdForum {
      border-right: 5px solid #AD6BCC;      
      border-left: 5px solid #AD6BCC;      
      background-image: url(images/RecentnewsBG.jpg);
      background-repeat: repeat-x;
      }


            
      td.TopNews {
        height: 23px;
      padding: 0px 0px 0px 0px;
      margin: 10px 10px 10px 10px;}
      
      
      img.tdTop
      {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px -8px 0px;
      }

      img.tdRecent
      {
      padding: 0px 0px 0px 0px;
      margin: -8px 0px -8px 0px;
      }
      
      img.tdBottomBox
      {
      padding: 0px 0px 0px 0px;
      margin: -20px 0px -8px 0px;
      }      

      </style>
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<body bgcolor="#000099">
<div id="sidebar">
   
  <table class="tblTable">
    <tr>
       
      <td clas="TopNews" height="6"><img class="tdTop" src="images/top_story.gif" width="287" height="23"></td>

      </tr>
      <tr>
       
      <td class="tdForum">
USA Today - 11 hours ago
Beating the Boston Red Sox at Fenway Park in October is difficult enough. Having to do it against one of baseball's top postseason pitchers makes the task ...
        </td>
      </tr>
      <tr>
       
      <td><img class="tdRecent" src="images/recent_news.gif"></td>
      </tr>
              <td class="tdForum">
USA Today - 11 hours ago
Beating the Boston Red Sox at Fenway Park in October is difficult enough. Having to do it against one of baseball's top postseason pitchers makes the task ...
        </td>

      <tr>
       
      <td><img class="tdBottomBox" src="images/bottom_box.gif"></td>
      </tr>
    </table>
</div>


</body>
</html>
[+][-]10/14/07 01:47 AM, ID: 20073187Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Cascading Style Sheets (CSS)
Tags: rounded, table
Sign Up Now!
Solution Provided By: TName
Participating Experts: 1
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 / EE_QW_1_20070628