Advertisement

03.04.2008 at 04:00AM PST, ID: 23212288
[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.6

Contaning box ending prematurely

Asked by ellegaard in Cascading Style Sheets (CSS)

Tags: ,

There's no problem in IE7, only Firefox

When using the code below the container div "table_01" is no higher the height of the first image. And since this div is supposed to make a white bachground for the rest of the page, it is a real problem for me.

I could make the #table_01 with a defined height, but then the design I'm in trouble if the text is made longer by the users. Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
<html>
<head>
<title>Hair-Design-front1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<link href="text.css" rel="stylesheet" type="text/css" media="all">
	</head>
<body>
<div id="Table_01">
	<div id="Hair-Design-front1-01"><img src="images/Hair-Design-front1_01.gif" width="718" height="120" alt=""></div>
	<div id="Hair-Design-front1-02">
    <p>{inc_menu}</p>
  </div>
	<div id="Hair-Design-front1-03">
    <p>{content}</p>
  </div>	
	<div id="Hair-Design-front1-04"><img src="images/Hair-Design-front1_04.gif" width="125" height="63" alt=""></div>
</div>
<div id="copyright">(C)2008</div>
</body>
</html>
 
/*CSS file here
body {
	background-image: url(images/Hair-Design_tile3.jpg);
	background-repeat: repeat;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
 
#Table_01 {
	border: 4px solid black;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	text-align: left;
	overflow: visible;
	width: 726px;
}
 
#Hair-Design-front1-01 {
	width:718px;
	height:120px;
}
 
#Hair-Design-front1-02 {
	width:133px;
	height:390px;
	float: left;
	padding: 2px;
}
 
#Hair-Design-front1-03 {
	width:460px;
	float: left;
	padding: 2px 2px 22px;
}
 
#Hair-Design-front1-04 {
	float: left;
 
}
#copyright {
	background-color: #666666;
	width: 726px;
	color: #CCCCCC;
	font-size: 90%;
 
}
#copyright a {
	color: #CCCCCC;
	text-decoration: none;
}
/*css hacks */
/*hide from IE5/mac \*/
* html #copyright {height:1%;}
/*end hacks from IE/mac */
[+][-]03.04.2008 at 08:51AM PST, ID: 21042637

View this solution now by starting your 7-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: css, firefox
Sign Up Now!
Solution Provided By: jman56
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628