[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!

7.9

Help with Div layout

Asked by MrManderson in Cascading Style Sheets (CSS), Web Languages/Standards

Hi folks,

I'm having a bit of trouble setting up a div layout for a site.. I'm trying to place a footer at the bottom of my content section however it is showing at the same height and inline with my content div.. I'm pretty certain it has to do with my properties in #main, #header, #content & #footer however not a 100% what they should be.

Also the site is currently being built from photoshop slices and I haven't configured the main body content to allow for growth. Could this perhaps be causing the problem?

Thanks
Steve
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:
/*========== CSS code ==========*/
 
#main { width:1080px; margin:0 auto; text-align:left;}
#header { position:relative; height:264px;}
#content { position:relative; height: 100%; }
#footer {  position:relative; height: 36px; }
 
#index_ {position:absolute;left:0px;top:0px;width:50px;height:264px;background:url(images/index.png);}
#index002_ {position:absolute;left:50px;top:0px;width:980px; height:55px;background:url(images/index-02.png);}
#index003_ {position:absolute;left:1030px;top:0px;width:50px;height:264px;background:url(images/index-03.png);}
#index004_ {position:absolute;left:50px;top:55px;width:314px;height:36px;background:url(images/index-04.png);}
#index005_ {position:absolute;left:364px;top:55px;width:666px;height:33px;}
#index006_ {position:absolute;left:364px;top:88px;width:666px;height:3px;background:url(images/index-06.png);}
#index007_ {position:absolute;left:50px;top:91px;width:980px;height:169px;background:url(images/index-07.png);}
#index008_ {position:absolute;left:50px;top:260px;width:980px;height:4px;background:url(images/index-08.png);}
#index009_ {position:absolute;left:0px;top:0px;width:50px;height:498px;background:url(images/index-09.png);}
#index010_ {position:absolute;left:50px;top:0px;width:202px;height:38px;background:url(images/index-10.png);}
#index011_ {position:absolute;left:252px;top:0px;width:778px;height:498px;background:url(images/index-11.png);}
#index012_ {position:absolute;left:1030px;top:0px;width:50px;height:498px;background:url(images/index-12.png);}
#index013_ {position:absolute;left:50px;top:0px;width:202px;height:498px;}
 
.tail-top { background: url(images/header_bg.png) top repeat-x; }
.tail-bottom { background: url(images/footer.png) bottom repeat-x; }
 
 
/*========== CSS code end ==========*/
 
 
<!-- HTML -->
 
	<div class="tail-top">
	<div class="tail-bottom">
		<div id="main">
		
			<!--header -->
			<div id="header">
                <div id="index_"></div>
                <div id="index002_"></div>
                <div id="index003_"></div>
                <div id="index004_"></div>
                <div id="index005_">
                    <asp:ContentPlaceHolder id="cphMenu" runat="server"></asp:contentplaceholder>
                </div>
                <div id="index006_"></div>
                <div id="index007_"></div>
                <div id="index008_"></div>
            </div>
            <!--header end-->
            
            <!--content-->
            <div id="content">
                <div id="index009_"></div>
                <div id="index011_"></div>
                <div id="index012_"></div>
                <div id="index013_">
                    <asp:ContentPlaceHolder id="cphLeftNav" runat="server"></asp:contentplaceholder>
                </div>
            </div>
            <!--content end-->
            
            <!--footer -->
            <div id="footer">
            	<asp:ContentPlaceHolder id="cphFooter" runat="server"></asp:contentplaceholder>
			</div>
			<!--footer end-->
			
		</div>
	</div>
	</div>
 
<!-- HTML END -->
Attachments:
 
Visual
Visual
 
 
Related Solutions
 
Loading Advertisement...
 
[+][-]11/04/09 12:28 AM, ID: 25737366Accepted 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

Zones: Cascading Style Sheets (CSS), Web Languages/Standards
Sign Up Now!
Solution Provided By: mreuring
Participating Experts: 2
Solution Grade: A
 
[+][-]11/04/09 02:39 AM, ID: 25737985Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]11/04/09 07:22 AM, ID: 25740214Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/04/09 08:28 AM, ID: 25740986Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_EXPERT_20070906