Wrox Programmer Forums
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 15th, 2006, 02:32 AM
Authorized User
 
Join Date: Feb 2006
Posts: 67
Thanks: 7
Thanked 0 Times in 0 Posts
Send a message via Yahoo to beetle_jaipur
Default Three column design

hi
i want to make a three column design in my web page and i tried it with using css, i dont know why this is not working, can any one help me,


here is the css code
#Contents{
position: relative;
width:990px;
float:left;
}

#Section1 {
width:180px;
height:auto;
margin-left:15px;
clear:left;
}

#Section2 {
width: 565 px;
height:auto;
margin-left:5px;
clear:left;
}

#Section3 {
width:205px;
height:auto;
margin-left:5px;
clear:left;
}


and this is the html code
<div id="Contents">
    <div id="Section1"><p>Sample Text </p><h2> Test Section one </h2></div>
    <div id="Section2"><p> Sample of section 2</p></div>
</div>


thanks
ashok sharma

 
Old February 15th, 2006, 06:52 AM
Registered User
 
Join Date: Feb 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You have written clear:left rather then float:left.

 
Old February 15th, 2006, 10:20 AM
Authorized User
 
Join Date: Feb 2006
Posts: 67
Thanks: 7
Thanked 0 Times in 0 Posts
Send a message via Yahoo to beetle_jaipur
Default

Quote:
quote:Originally posted by Kong
 You have written clear:left rather then float:left.

thanks,

that was a silly mistake,
its working now


regards






Similar Threads
Thread Thread Starter Forum Replies Last Post
Design patterns for web design ceadge HTML Code Clinic 0 June 19th, 2006 11:26 AM
previous column & next column ct Excel VBA 4 August 19th, 2005 04:50 AM
template column and bound column hidayah ASP.NET 1.x and 2.0 Application Design 1 April 9th, 2005 03:50 PM
Java Design issue with UML and Design Patterns the_logical_way Apache Tomcat 0 May 31st, 2004 04:02 AM
Compare two Items of data(in column A and column B ever Excel VBA 6 February 13th, 2004 02:19 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.