Forum Moderators: not2easy
i created a 3 columns one after another and they look very good when i preview the page, the thing is im using Dreamweaver CS4 and in design view the columns are shown one under another but in the original order like in real time ! Ive tried changing the HTML divs order by adding the 2 columns in to the 1st one, div into div ! and everything looks better but now i got scaling, the first one is in perfect position the second one is in the same position but 3 or 4 pixels down and the third one is 3 or 4 pixels down from the 2nd one !
i dont know what else i can do !
/* here's my CSS for the code above */
#columnBoxBar {
float:left;
width:610px;
height:25px;
margin:15px 0px 0px 1px;
background:url(../img/ColumnBarBack.gif) repeat-x;
}
.columnArrow {
width:19px;
height:21px;
margin:2px 0px 0px 7px;
padding:0px 0px 0px 0px;
}
.columnBarTxt {
width:100px;
height:21px;
margin:-21px 0px 0px 30px;
padding:3px 0px 0px 0px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
}
#column1 {
width:194px;
height:168px;
margin:9px 0px 0px 1px;
border:#000 thin solid;
}
.columnImg1 {
width:179px;
height:93px;
margin:7px 0px 0px 6px;
border:#000 thin solid;
}
.columnDesc1 {
width:179px;
height:57px;
margin:0px 0px 0px 7px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000;
}
.underColumn1 {
width:194px;
height:43px;
margin:17px 0px 0px -1px;
border:#7e8791 thin solid;
background:url(../img/UnderColumnBack.gif) repeat-x;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#006;
}
.columnReadM {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#F00;
}
.columnReadM a {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#F00;
}
.columnReadM a:hover {
color:#09F;
}
#column2 {
float:left;
width:194px;
height:168px;
margin:-170px 0px 0px 207px;
border:#000 thin solid;
}
.columnImg2 {
width:179px;
height:93px;
margin:7px 0px 0px 6px;
border:#000 thin solid;
}
.columnDesc2 {
width:179px;
height:57px;
margin:0px 0px 0px 7px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000;
}
.underColumn2 {
width:194px;
height:43px;
margin:17px 0px 0px -1px;
border:#7e8791 thin solid;
background:url(../img/UnderColumnBack.gif) repeat-x;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#006;
}
.columnReadM {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#F00;
}
.columnReadM a {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#F00;
}
.columnReadM a:hover {
color:#09F;
}
#column3 {
float:left;
width:194px;
height:168px;
margin:-170px 0px 0px 413px;
border:#000 thin solid;
}
.columnImg3 {
width:179px;
height:93px;
margin:7px 0px 0px 6px;
border:#000 thin solid;
}
.columnDesc3 {
width:179px;
height:57px;
margin:0px 0px 0px 7px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000;
}
.underColumn3 {
width:194px;
height:43px;
margin:17px 0px 0px -1px;
border:#7e8791 thin solid;
background:url(../img/UnderColumnBack.gif) repeat-x;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#006;
}
.columnReadM {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#F00;
}
.columnReadM a {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#F00;
}
.columnReadM a:hover {
color:#09F;
}