The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > The Lounge > The UNIX.COM Drupal Experiment
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #9 (permalink)  
Old 02-04-2007
reborg's Avatar
reborg reborg is offline
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,513
Ok, this is the correct update to the original one I posted.

The two commented lines are the changes compared to the previous one.

I've tested what I could in terms of content with IE, Firefox, Netscape, Seamonkey and Opera.

Code:
.center_column {
position:relative;
float:left;         /* float left, default is top */
width:595px;
margin:0 0 0 0;  /* remove the top margin */
padding:0 0 0 10px;
border-left:1px solid #999999;
}
Attached Files
File Type: txt style.css.txt (4.6 KB, 2 views)

Last edited by reborg; 02-04-2007 at 01:05 PM.