Results 1 to 3 of 3

Thread: css 2 column (layout)

  1. #1
    Join Date
    Aug 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default css 2 column (layout)

    I like a website with layout : http://www.myspace.com/479963361
    Please help me to edit following css, thank you very much.

    Code:
    /***********************************************/
    /* 2col_leftNav.css                            */
    /* Use with template 2col_leftNav.html          */
    /***********************************************/
    
    /***********************************************/
    /* HTML tag styles                             */
    /***********************************************/ 
    
    body{
    	font-family: Arial,sans-serif;
    	color: #000000;
    	line-height: 1.166;	
    	margin: 0px;
    	padding: 0px;
    }
    
    a:link, a:visited, a:hover {
    	color: #006699;
    	text-decoration: none;
    }
    
    a:hover {
    	text-decoration: underline;
    }
    /* overrides decoration from previous rule for hovered links */
    #container {
        width: 950px;
        margin: 0 auto;
        background-color: #fff; 
    	border: 10px solid #7d561f;
    }
    
    #content {
        width: 600px;
        margin:0 auto;
    }
    
    h1, h2, h3, h4, h5, h6 {
    	font-family: Arial,sans-serif;
    	margin: 0px;
    	padding: 0px;
    }
    
    h1{
     font-family: Verdana,Arial,sans-serif;
     font-size: 120%;
     color: #334d55;
    }
    
    h2{
     font-size: 114%;
     color: #006699;
    }
    
    h3{
     font-size: 100%;
     color: #334d55;
    }
    
    h4{
     font-size: 100%;
     font-weight: normal;
     color: #333333;
    }
    
    h5{
     font-size: 100%;
     color: #334d55;
    }
    
    ul{
     list-style-type: square;
    }
    
    ul ul{
     list-style-type: disc;
    }
    
    ul ul ul{
     list-style-type: none;
    }
    
    label{
     font: bold 100% Arial,sans-serif;
     color: #334d55;
    }
    				
    
    /***********************************************/
    /* Layout Divs                                 */
    /***********************************************/
    
    #masthead{
    	margin: 0;
    	padding: 10px 0px;
    	border-bottom: 1px solid #cccccc;
    	width: 100%;
    }
    
    #navBar{
    	margin: 0 79% 0 0;
    	padding: 0px;
    	background-color: #eeeeee;
    	border-right: 1px solid #ccc;
    	border-bottom: 1px solid #ccc;
    }
    
    #content{
    	float:right;
    	width: 75%;
    	margin: 0;
    	padding: 0 3% 0 0;
    }
    
    
    /***********************************************/
    /*Component Divs                               */
    /***********************************************/
    
    #siteName{
    	margin: 0px;
    	padding: 0px 0px 10px 10px;
    }
    
    
    /*************** #pageName styles **************/
    
    #pageName{
    	padding: 0px 0px 10px 10px;
    }
    
    
    /************* #globalNav styles **************/
    
    #globalNav{
    color: #cccccc;
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
    }
    /* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
       this will force a horizontal scrollbar if there isn't enough room for all links
       remove rule or change value to 'normal' if you want the links to line-wrap */
    
    #globalNav img{
     display: block;
    }
    
    #globalNav a {
    	font-size: 90%;
    	padding: 0px 4px 0px 0px; 
    }
    
    
    /************* #breadCrumb styles *************/
    
    #breadCrumb{
    	font-size: 80%;
    	padding: 5px 0px 5px 10px;
    }
    
    
    /************** .feature styles ***************/
    
    .feature{
    	padding: 0px 0px 10px 10px;
    	font-size: 80%;
    }
    
    .feature h3{
    	padding: 30px 0px 5px 0px;
    	text-align: center;
    }
    
    .feature img{
    	float: left;
    	padding: 0px 10px 0px 0px;
    	margin: 0 5px 5px 0;
    }
    /* adjust margins to change separation between the feature image and text flowing around it */
    
    
    /************** .story styles *****************/
    
    .story{
    	clear: both;
    	padding: 10px 0px 0px 10px;
    	font-size: 80%;
    }
    
    .story p{
    	padding: 0px 0px 10px 0px;
    }
    
    
    /************* #siteInfo styles ***************/
    
    #siteInfo{
    	clear: both;
    	border: 1px solid #cccccc;
    	font-size: 75%;
    	color: #cccccc;
    	padding: 10px 10px 10px 10px;
    	margin-top: 0px;
    }
    /* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
    	the bottom border of the navBar in cases where they "touch" */
    
    #siteInfo img{
    	padding: 4px 4px 4px 0px;
    	vertical-align: middle;
    }
    
    
    /************* #search styles ***************/
    
    #search{
    	padding: 5px 0px 5px 10px;
    	border-bottom: 1px solid #cccccc;
    	font-size: 90%;
    }
    
    #search form{
     margin: 0px;
     padding: 0px;
    }
    
    #search label{
    	display: block;
    	margin: 0px;
    	padding: 0px;
    }
    
    
    /*********** #navBar link styles ***********/
    
    #navBar ul a:link, #navBar ul a:visited {display: block;}
    #navBar ul {list-style: none; margin: 0; padding: 0;}
    
    /* hack to fix IE/Win's broken rendering of block-level anchors in lists */
    #navBar li {border-bottom: 1px solid #EEE;}
    
    /* fix for browsers that don't need the hack */
    html>body #navBar li {border-bottom: none;}
    
    
    /*********** #sectionLinks styles ***********/
    
    #sectionLinks{
    	position: relative;
    	margin: 0px;
    	padding: 0px;
    	border-bottom: 1px solid #cccccc;
    	font-size: 90%;
    }
    
    #sectionLinks h3{
    	padding: 10px 0px 2px 10px;
    }
    
    #sectionLinks a:link{
    	padding: 2px 0px 2px 10px;
    	border-top: 1px solid #cccccc;
    	width: 100%;
      voice-family: "\"}\""; 
      voice-family:inherit;
    	width: auto;
    }
    
    #sectionLinks a:visited{
    	border-top: 1px solid #cccccc;
    	padding: 2px 0px 2px 10px;
    }
    
    #sectionLinks a:hover{
    	border-top: 1px solid #cccccc;
    	background-color: #dddddd;
    	padding: 2px 0px 2px 10px;
    }
    
    
    /*********** .relatedLinks styles ***********/
    
    .relatedLinks{
    	margin: 0px;
    	padding: 0px 0px 10px 10px;
    	font-size: 90%;
    }
    
    .relatedLinks h3{
    	padding: 10px 0px 2px 0px;
    }
    
    
    /************** #advert styles **************/
    
    #advert{
    	padding: 10px 0px 0px 10px;
    	font-size: 80%;
    	border-top: 1px solid #cccccc;
    }
    
    #advert img{
    	display: block;
    }
    
    
    /************** #headlines styles **************/
    
    #headlines{
    	margin: 0px;
    	padding: 10px 0px 20px 10px;
    	font-size: 80%;
    }
    
    #headlines p{
    	padding: 5px 0px 5px 0px;
    }
    
    .dinhdang {
    	background-color: #99CC00;
    	background-repeat: repeat-x;
    }
    Last edited by djr33; 10-21-2011 at 01:25 AM.

  2. #2
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default

    Your post is unclear.

    edit how?what?where?

    I was unable to view your site.It said something about only friends can see it.

    Anyway the css is part of the page.The html you have is not posted and not viewable so you will have to at least post the html and be specific with what you want to do with the css.

    Bud
    Thanks,

    Bud

  3. #3
    Join Date
    Aug 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default css 2 column

    Thank you for your reply, I create a web by Dreamwearver 8, the following is Pages designed CSS, 2 column left Nav, please help me to edit like above web. Thanks
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!-- DW6 -->
    <head>
    <!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link rel="stylesheet" href="2col_leftNav.css" type="text/css" />
    </head>
    <!-- The structure of this file is exactly the same as 2col_rightNav.html;
         the only difference between the two is the stylesheet they use -->
    <body>
    <div id="masthead">
      <h1 id="siteName">Site Name</h1>
      <div id="globalNav"> <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global link</a> </div>
    </div>
    <!-- end masthead -->
    <div id="content">
      <div id="breadCrumb"> <a href="#">breadcrumb</a> / <a href="#">breadcrumb</a> / <a href="#">breadcrumb</a> / </div>
      <h2 id="pageName">Page Name</h2>
      <div class="feature"> <img src="" alt="" width="280" height="200" />
        <h3>Feature Title </h3>
        <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ut arcu. Phasellus sollicitudin. Vestibulum condimentum facilisis nulla. In hac habitasse platea dictumst. Nulla nonummy. Cras quis libero. Cras venenatis. Aliquam posuere lobortis pede. Nullam fringilla urna id leo. Praesent aliquet pretium erat. Praesent non odio. Pellentesque a magna a mauris vulputate lacinia. Aenean viverra. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam lacus. Mauris magna eros, semper a, tempor et, rutrum et, tortor. </p>
      </div>
      <div class="story">
        <h3>Story Title</h3>
        <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ut arcu. Phasellus sollicitudin. Vestibulum condimentum facilisis nulla. In hac habitasse platea dictumst. Nulla nonummy. Cras quis libero. Cras venenatis. Aliquam posuere lobortis pede. Nullam fringilla urna id leo. Praesent aliquet pretium erat. Praesent non odio. Pellentesque a magna a mauris vulputate lacinia. Aenean viverra. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam lacus. Mauris magna eros, semper a, tempor et, rutrum et, tortor. </p>
        <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ut arcu. Phasellus sollicitudin. Vestibulum condimentum facilisis nulla. In hac habitasse platea dictumst. Nulla nonummy. Cras quis libero. Cras venenatis. Aliquam posuere lobortis pede. Nullam fringilla urna id leo. Praesent aliquet pretium erat. Praesent non odio. Pellentesque a magna a mauris vulputate lacinia. Aenean viverra. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam lacus. Mauris magna eros, semper a, tempor et, rutrum et, tortor. </p>
      </div>
      <div class="story">
        <h3>Story Title</h3>
        <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ut arcu. Phasellus sollicitudin. Vestibulum condimentum facilisis nulla. In hac habitasse platea dictumst. Nulla nonummy. Cras quis libero. Cras venenatis. Aliquam posuere lobortis pede. Nullam fringilla urna id leo. Praesent aliquet pretium erat. Praesent non odio. Pellentesque a magna a mauris vulputate lacinia. Aenean viverra. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam lacus. Mauris magna eros, semper a, tempor et, rutrum et, tortor. </p>
        <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ut arcu. Phasellus sollicitudin. Vestibulum condimentum facilisis nulla. In hac habitasse platea dictumst. Nulla nonummy. Cras quis libero. Cras venenatis. Aliquam posuere lobortis pede. Nullam fringilla urna id leo. Praesent aliquet pretium erat. Praesent non odio. Pellentesque a magna a mauris vulputate lacinia. Aenean viverra. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aliquam lacus. Mauris magna eros, semper a, tempor et, rutrum et, tortor. </p>
      </div>
    </div>
    <!--end content -->
    <div id="navBar">
      <div id="search">
        <form action="#">
          <label>search</label>
          <input name="searchFor" type="text" size="10" />
          <input name="goButton" type="submit" value="go" />
        </form>
      </div>
      <div id="sectionLinks">
        <ul>
          <li><a href="#">sectionLink</a></li>
          <li><a href="#">sectionLink</a></li>
          <li><a href="#">sectionLink</a></li>
          <li><a href="#">sectionLink</a></li>
          <li><a href="#">sectionLink</a></li>
          <li><a href="#">sectionLink</a></li>
        </ul>
      </div>
      <div class="relatedLinks">
        <h3>Related Link Category</h3>
        <ul>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
        </ul>
      </div>
      <div class="relatedLinks">
        <h3>Related Link Category</h3>
        <ul>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
          <li><a href="#">Related Link</a></li>
        </ul>
      </div>
      <div id="advert"> <img src="" alt="" width="107" height="66" /> Ad copy ad copy ad copy. Ad copy ad copy. </div>
      <div id="headlines">
        <h3>Headlines</h3>
        <p> Headline <a href="#">full story...</a> </p>
        <p> Headline <a href="#">full story...</a> </p>
        <p> Headline <a href="#">full story...</a> </p>
        <p> Headline <a href="#">full story...</a> </p>
      </div>
    </div>
    <!--end navbar -->
    <div id="siteInfo"> <img src="" width="44" height="22" /> <a href="#">About Us</a> | <a href="#">Site Map</a> | <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a> | &copy;2003 Company Name </div>
    <br />
    </body>
    </html>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •